Discover and explore top open-source AI tools and projects—updated daily.
agent-eraCoding agent team orchestrator for accelerated development
Top 99.1% on SourcePulse
This project enables developers to run a team of local AI coding agents (Claude Code, Codex, Gemini) concurrently within their terminal. It aims to significantly accelerate development cycles by facilitating parallel workstreams, agent collaboration, and automated pull request generation, targeting users who want to explore cutting-edge AI-assisted software development.
How It Works
DevTeam CLI utilizes `git worktrees` to isolate agent work on separate branches, allowing multiple AI agents to contribute to a project simultaneously. A terminal UI provides a centralized dashboard to manage these agents, review code changes with an integrated diff viewer, provide feedback, and automate the creation of GitHub pull requests, thereby streamlining the parallel development process.
Quick Start & Requirements
npm i -g @agent-era/devteam or run the ./install.sh script from a cloned repository.tmux must be installed and available on the system's PATH.devteam in the root directory of your projects, or specify a directory using devteam --dir /path/to/projects.CLAUDE.md or AGENTS.md.Highlighted Details
Maintenance & Community
The README does not specify notable contributors, sponsorships, or dedicated community channels (e.g., Discord, Slack). Project health and development appear to be managed through GitHub issues.
Licensing & Compatibility
The license type is not explicitly stated in the provided README. Compatibility for commercial use or integration with closed-source projects is undetermined without a specified license.
Limitations & Caveats
The project is described as "Mostly vibe-coded," indicating a potentially experimental nature and possibly a lack of comprehensive testing or stability guarantees. Specific limitations regarding supported platforms, agent capabilities, or potential bugs are not detailed.
3 months ago
Inactive