docs(direction): unified agent runtime + Claude Code convergence stance (#2972)
Adds docs/AGENT_RUNTIME.md: one headless runtime, three launchers (TUI turn, `codewhale exec`, Agent Fleet); sub-agent == fleet worker == nested/launched run of the same runtime; the isolation+events+compact-projection lag fix; the single recursion axis; and the one event vocabulary. Answers #2972 (how much Claude Code convergence): converge on shape (headless runtime, isolated sub-agents, event-driven fanout, skills, receipts), keep CodeWhale branding + multi-provider + the local-first fleet distinct, and never fork execution semantics per surface. Cross-linked from FLEET.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+5
-2
@@ -1,7 +1,10 @@
|
||||
# Agent Fleet
|
||||
|
||||
Agent Fleet is the local-first control plane for durable multi-worker runs. The
|
||||
initial CLI surface is:
|
||||
Agent Fleet is the local-first control plane for durable multi-worker runs. It
|
||||
is **not** a separate execution engine: a fleet worker is a headless
|
||||
`codewhale exec` run that the fleet launches and tracks durably. See
|
||||
[AGENT_RUNTIME.md](AGENT_RUNTIME.md) for how sub-agents, `exec`, and the fleet
|
||||
are one runtime with three launchers. The initial CLI surface is:
|
||||
|
||||
```sh
|
||||
codewhale fleet init
|
||||
|
||||
Reference in New Issue
Block a user