docs(plans): add Agent Hub 22-agent enablement spec#1457
Conversation
Implementation spec for shipping 22 purpose-built, proactive agents as Hub-native packages. Defines the two-layer model (7 shared infrastructure layers + thin agent packages), the 5-interface packaging standard (TUI/CLI/pipe/API/MCP, compiled and published to R2, surfaced on the website + Agent UI), and the memory-vs-datastore split per agent. Adds an Autonomy Model (default posture, trigger taxonomy, graduated trust, per-agent user journeys) and a Personalization Model (memory architecture, capture/retrieval, lifecycle, per-agent personalization), plus a full issue breakdown across waves.
SummaryThis is a planning-only PR: one new Markdown file ( I verified the cross-references rather than taking them on faith: the Issues Found🟢 Dangling reference to a doc not in the repo (§9) 🟢 Point-in-time GitHub claims will rot (§9, §3) 🟢 Unverifiable external market claim (§6) Strengths
VerdictApprove with suggestions. Documentation-only, internally consistent, and accurate against the codebase. The dangling |
Companion to the enablement spec: full, self-contained GitHub issue bodies (context, goal, scope, acceptance criteria, dependencies, references) for the 7 layer epics, 5 wave epics, 13 net-new layer issues, 22 agent packages, and 12 cross-cutting issues — plus move directives for existing related issues. Each issue stands alone without requiring the spec. Includes a machine-extractable generator format.
The 22-agent issue set now lives as GitHub issues under milestone "Agent Hub: 22 Agents [OSS]" (#48), making the in-repo markdown redundant. Keep this PR focused on the enablement spec.
Why this matters
GAIA's roadmap names ~22 purpose-built agents (email, smart home, knowledge, finance, etc.) but had no single plan for how to build and ship them consistently. This spec closes that gap: it defines a repeatable model so each agent is a thin, Hub-native package over shared infrastructure — not 22 bespoke codebases. The payoff is that adding an agent becomes ~150–500 LOC of glue plus a manifest, and every agent ships with the same packaging, autonomy, and personalization guarantees.
The spec turns "we want these agents" into an executable, waved plan with a concrete issue breakdown.
What's in it
Test plan
Scope note: this PR adds the spec only (
docs/plans/agent-hub-22-agents-spec.md). The companion issue-set doc and the milestone/issues are handled separately.