Discover and explore top open-source AI tools and projects—updated daily.
eggent-aiLocal AI workspace for building and managing agent teams
Top 98.8% on SourcePulse
Summary
Eggent provides a local-first AI workspace designed for users to build and manage teams of specialized AI agents. It addresses the need for organized, project-based AI task delegation by allowing users to create agents with distinct skill packs and integrate them via MCP servers. The primary benefit is a streamlined, human-language-driven workflow for leveraging multiple AI agents efficiently on a personal machine.
How It Works
The core architecture is a local-first, Next.js service that stores runtime state on disk. Users define specialized agents, each equipped with specific skill packs and connected to MCP servers. The system facilitates switching between these agents using plain human language and delegating tasks to the agent best suited for them. This approach enables a modular and customizable AI agent team environment.
Quick Start & Requirements
curl -fsSL https://raw.githubusercontent.com/eggent-ai/eggent/main/scripts/install.sh | bash. This script attempts to install Docker if missing, clones Eggent, and runs a Docker deployment.npm run setup:local), Docker isolated (npm run setup:docker), or manual setup are also supported.OPENAI_API_KEY, ANTHROPIC_API_KEY) are usually necessary.CONTRIBUTING.md), bug report form, feature request form, code of conduct (CODE_OF_CONDUCT.md), and security policy (SECURITY.md) are linked within the repository.Highlighted Details
Maintenance & Community
The README provides links to contribution guidelines, bug reporting, and feature requests. Specific details regarding active maintainers, community channels (like Discord/Slack), or a public roadmap are not detailed in this excerpt.
Licensing & Compatibility
Limitations & Caveats
The one-command installer provides "best-effort" Docker installation on macOS/Linux. Users may encounter issues requiring manual setup or troubleshooting for dependencies like Python 3, curl, pip, or specific Docker permissions, especially on VPS deployments. Default dashboard credentials (admin/admin) require immediate changing for security.
4 days ago
Inactive
ag2ai
agentscope-ai