HN 提问:你们是如何运行代理群的?

1作者: sermakarevich20 天前
我经历了一些演变,从带有 `/clear` 和“执行下一个任务”提示的待办事项列表,到清理大部分技能/插件/claudemd,使用集中的 beads 数据库,在 SQLite 上开发 ask_human mcp,并创建了一个带有 UI 的轻量级 Python 编排器:https://github.com/sermakarevich/fleet。 我的用例包括: * 用于并行启动不相关单个任务的集中式接口 * 采用规范驱动开发方法进行编码:https://github.com/sermakarevich/sddw - 我可以使用 beads --deps 链接 sdd 工作流步骤 * 代码库审查并触发大量小型任务并行执行 几篇文章: * https://simonwillison.net/2025/Oct/5/parallel-coding-agents/ * https://zachwills.net/i-managed-a-swarm-of-20-ai-agents-for-a-week-here-are-the-8-rules-i-learned/ * https://juhache.substack.com/p/on-the-road-to-agent-swarms 您今天如何运行代理集群?有哪些用例?
查看原文
I passed through some evolution, from todo list with &#x2F;clear + &quot;take next task&quot; prompt to cleaning most of the skills&#x2F;plugins&#x2F;claudemd, using centralized beads db, developing ask_human mcp on sqllite and creating lightweight python orchestrator with ui: https:&#x2F;&#x2F;github.com&#x2F;sermakarevich&#x2F;fleet.<p>My use cases are:<p>- centralized interface for spawning unrelated single tasks in parallel<p>- coding with spec driven development approach: https:&#x2F;&#x2F;github.com&#x2F;sermakarevich&#x2F;sddw - I can chain sdd workflow steps with beads --deps<p>- reviewing codebase and triggering many small tasks to be executed in parallel<p>Few articles:<p>- https:&#x2F;&#x2F;simonwillison.net&#x2F;2025&#x2F;Oct&#x2F;5&#x2F;parallel-coding-agents&#x2F;<p>- https:&#x2F;&#x2F;zachwills.net&#x2F;i-managed-a-swarm-of-20-ai-agents-for-a-week-here-are-the-8-rules-i-learned&#x2F;<p>- https:&#x2F;&#x2F;juhache.substack.com&#x2F;p&#x2F;on-the-road-to-agent-swarms<p>How do you run agent swarm today? What are the use cases?