Theia API Documentation v1.65.0
    Preparing search index...

    Module @theia/ai-ide


    theia-ext-logo

    ECLIPSE THEIA - AI IDE AGENTS EXTENSION


    The @theia/ai-ide package consolidates various AI agents for use within IDEs like the Theia IDE.

    The package includes the following agents:

    • Orchestrator Chat Agent: Analyzes user requests and determines which specific chat agent is best suited to handle each request. It seamlessly delegates tasks to the appropriate agent, ensuring users receive the most relevant assistance. It used as the default agent if no other agent is specified.

    • Universal Chat Agent: Provides general programming support. It answers broad programming-related questions and serves as a fallback for generic inquiries, without specific access to the user context or workspace. This agent is used as the preferred fallback in case the default agent is not available.

    • Coder Agent: Assists software developers with code-related tasks in the Theia IDE. It utilizes AI to provide recommendations and improvements, leveraging a suite of functions to interact with the workspace.

    • Command Chat Agent: This agent helps users execute commands within the Theia IDE based on user requests. It identifies the correct command from Theia's command registry and facilitates its execution, providing users with a seamless command interaction experience.

    • Architect Agent: The agent is able to inspect the current files of the workspace, including their content, to answer questions.

    The package provides a configuration view that enables you to adjust settings related to the behavior of AI agents. This view is implemented in the files located at packages/ai-ide/src/browser/ai-configuration and offers customization of default parameters, feature toggles, and additional preferences for the AI IDE.

    "Theia" is a trademark of the Eclipse Foundation https://www.eclipse.org/theia

    Modules

    browser/ai-configuration/agent-configuration-widget
    browser/ai-configuration/ai-configuration-service
    browser/ai-configuration/ai-configuration-view-contribution
    browser/ai-configuration/ai-configuration-widget
    browser/ai-configuration/language-model-renderer
    browser/ai-configuration/mcp-configuration-widget
    browser/ai-configuration/model-aliases-configuration-widget
    browser/ai-configuration/prompt-fragments-configuration-widget
    browser/ai-configuration/template-settings-renderer
    browser/ai-configuration/token-usage-configuration-widget
    browser/ai-configuration/tools-configuration-widget
    browser/ai-configuration/variable-configuration-widget
    browser/ai-ide-activation-service
    browser/app-tester-chat-agent
    browser/app-tester-chat-functions
    browser/app-tester-prompt-template
    browser/architect-agent
    browser/coder-agent
    browser/context-functions
    browser/file-changeset-functions
    browser/frontend-module
    browser/ide-chat-welcome-message-provider
    browser/summarize-session-command-contribution
    browser/task-background-summary-variable
    browser/task-context-agent
    browser/task-context-file-storage-service
    browser/template-preference-contribution
    browser/workspace-functions
    browser/workspace-launch-provider
    browser/workspace-search-provider
    browser/workspace-task-provider
    common/ai-configuration-preferences
    common/ai-ide-preferences
    common/app-tester-chat-functions
    common/architect-prompt-template
    common/browser-automation-protocol
    common/coder-replace-prompt-template
    common/command-chat-agents
    common/command-prompt-template
    common/context-files-variable
    common/context-functions
    common/context-variables
    common/file-changeset-function-ids
    common/orchestrator-chat-agent
    common/orchestrator-prompt-template
    common/summarize-session-commands
    common/task-context-prompt-template
    common/universal-chat-agent
    common/universal-prompt-template
    common/workspace-functions
    common/workspace-preferences
    common/workspace-search-provider-util
    node/app-tester-agent/browser-automation-impl
    node/backend-module