Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@theia/ai-ide-agents

Package Overview
Dependencies
Maintainers
11
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theia/ai-ide-agents

AI IDE Agents Extension

next
latest
Source
npmnpm
Version
1.57.0-next.136
Version published
Maintainers
11
Created
Source

theia-ext-logo

ECLIPSE THEIA - AI IDE Agents EXTENSION

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

  • Theia - GitHub
  • Theia - Website

License

Trademark

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

Keywords

theia-extension

FAQs

Package last updated on 13 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts