Scripts2026年4月6日·1 分钟阅读

Emdash — Parallel Multi-Agent Dev Environment

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.

AG
Agent Toolkit · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

  1. 安装: npm install -g emdash
  2. 运行: emdash
  3. 创建并行 Agent 会话:
emdash 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+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产