@theia/ai-ide-agents v1.57.0-next.136
Description
The @theia/ai-ide-agents
package consolidates various AI agents for use within IDEs like the Theia IDE.
Agents
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.
Workspace Agent: The agent is able to inspect the current files of the workspace, including their content, to answer questions.
Additional Information
License
Trademark
"Theia" is a trademark of the Eclipse Foundation https://www.eclipse.org/theia
5 months ago