Skip to content

docs(eve): additive delivery plan for subagents as tasks - #1492

Closed
ruiconti wants to merge 1 commit into
mainfrom
subagents-as-tasks-plan
Closed

docs(eve): additive delivery plan for subagents as tasks#1492
ruiconti wants to merge 1 commit into
mainfrom
subagents-as-tasks-plan

Conversation

@ruiconti

Copy link
Copy Markdown
Contributor

Summary

  • adds an implementation-sequencing plan for the subagents-as-tasks design, structured as strictly additive stages behind experimental.tasks
  • takes the agent-messaging stack (am/01-contractsam/04-surface) as the addressing baseline: agent handles, continuation dispatch, and the TurnCaller envelope satisfy the design doc's A2A dependency, so tasks composes with handles instead of introducing a second session-addressing mechanism
  • stages 0–3 land inert (flag plumbing, task foundation, gated tools, delegated execution mode); stage 4 carries the six flows over the task wire and lets the flag select the mode; stage 5 normalizes and retires the flag

Also records the gaps to resolve in flight: task_send vs AGENT_BUSY, remote children outliving the parent, blocked-vs-computing visibility before the flag ships, and the MCP failure-taxonomy decision.

Companion to #1482. Part of #1084.

Add an implementation-sequencing plan for the subagents-as-tasks design
(#1482): strictly additive stages behind experimental.tasks, with the
agent-messaging stack (am/01-04) as the addressing baseline instead of
a second session-addressing mechanism.

Signed-off-by: Rui Conti <ruiconti@gmail.com>
@vercel

vercel Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
eve-docs Ready Ready Preview Jul 31, 2026 8:56pm
eve-docs-4759 Ready Ready Preview, v0 Jul 31, 2026 8:56pm

@ruiconti

Copy link
Copy Markdown
Contributor Author

Folded into #1482 — the plan doc is meaningless without the design doc it references, and both were unmerged single-doc branches off main, so splitting them only forced a review ordering that git wasn't enforcing (this branch was diverged from #1482, not stacked on it). research/subagents-as-tasks-implementation.md now rides on rui/subagents-as-tasks with the design-doc link pointing at the in-tree file. Closing.

@ruiconti ruiconti closed this Jul 31, 2026
@ruiconti
ruiconti deleted the subagents-as-tasks-plan branch July 31, 2026 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant