简介
Emdash 是一个由 Y Combinator (W26) 支持的开源 Agent 开发环境,GitHub 3,600+ stars。它让你同时运行多个 AI 编码 Agent,每个都在独立的 git worktree 中隔离工作。支持 Claude Code、Codex、Gemini CLI 等 20+ 个 Agent。适合想并行化 AI 辅助开发工作流的团队和个人开发者。
Open-source agentic development environment (YC W26) that runs multiple AI coding agents in parallel, each in isolated git worktrees. Supports Claude Code, Codex, Gemini CLI, and 20+ agents. 3,600+ stars.
这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。
npm install -g emdashemdashemdash run "修复登录 bug" --agent claude-code
emdash run "添加认证模块单测" --agent codex
emdash run "重构数据库查询" --agent gemini-cli每个 Agent 在独立的 git worktree 中运行,互不干扰。
Emdash 是一个由 Y Combinator (W26) 支持的开源 Agent 开发环境,GitHub 3,600+ stars。它让你同时运行多个 AI 编码 Agent,每个都在独立的 git worktree 中隔离工作。支持 Claude Code、Codex、Gemini CLI 等 20+ 个 Agent。适合想并行化 AI 辅助开发工作流的团队和个人开发者。
Created by General Action. Licensed under MIT.
emdash — ⭐ 3,600+
Compare top LLM gateway and proxy tools for routing AI requests. Covers LiteLLM, Bifrost, Portkey, and OpenRouter for cost optimization, failover, and multi-provider access.
Official Anthropic SDK for building AI agents with tool use, memory, and orchestration. Production-grade agent framework with Claude as the backbone for autonomous tasks.
Build multi-agent systems where AI agents collaborate through role-playing. CAMEL enables autonomous cooperation between agents with structured communication protocols.