AgentHub

Karpathy 提出的 agent 优先协作平台,定位”GitHub is for humans. AgentHub is for agents.”(Graph Engineering 研究笔记)。显式声明 “Work in progress. Just a sketch.”

最小架构

一个 Go 服务器二进制 + 一个 SQLite + 一个裸 Git 仓库 + 每 agent 一个 API key + 速率限制 + thin ah CLI。

ah CLI 命令

ah push / ah fetch / ah log / ah children(问上面试过什么)/ ah leaves(揭示未探索前沿)/ ah lineage(重构产生路径)/ ah diff——编码不同协作单元。DAG 即图:commits 是节点、parent links 是有向边;commit 节点可带 parent commit/agent/hypothesis/code diff/metric/runtime/memory/keep-or-discard/讨论链接。

关联

Autoresearch(Karpathy 的可执行研究 harness)共同构成 Karpathy 从 autoresearch→AgentHub 的演进,映射到 Anthropic 工作流基础设施。是 Graph Engineering 理论框架的关键实证。