feat(team): add durable Agent Teams runtime

This commit is contained in:
Dudu-0223
2026-08-18 11:58:11 +08:00
parent 2edf88a6a7
commit 3546f595b9
93 changed files with 8299 additions and 49 deletions
+2
View File
@@ -101,6 +101,8 @@ A **seam** is a swappable capability with three roles: a **Service Definition**
Seams are why one provider swap changes the whole product. Filesystem and subprocess providers share one execution world, so pointing them at a remote sandbox moves Bash, PTY, and LSP with them, with no provider forks. [Subagent providers](subsystems/subagent.md) vary just as widely behind one interface, from a fresh child agent to a delegated turn in another product.
[Agent Teams](subsystems/team.md) is an opt-in coordination seam on `ctx.teams`, with a durable roster, task board, and mailbox layered over continuable subagents.
## Where new behavior goes
New behavior attaches to a documented extension point. Changing the loop itself updates this map.