Parent PRD
#34
What to build
A new delegate_to_agent tool available to the main agent (and other static agents). Looks up a static agent by name, loads its SOUL/MEMORY/config, creates a provider from the agent's model, runs a full agent loop with the agent's system prompt and tools, and returns the final text response.
The delegated session does NOT persist memory (one-shot delegation, not a full session).
Acceptance criteria
Blocked by
User stories addressed
- User story 11 (delegate to static agent)
Parent PRD
#34
What to build
A new
delegate_to_agenttool available to the main agent (and other static agents). Looks up a static agent by name, loads its SOUL/MEMORY/config, creates a provider from the agent's model, runs a full agent loop with the agent's system prompt and tools, and returns the final text response.The delegated session does NOT persist memory (one-shot delegation, not a full session).
Acceptance criteria
delegate_to_agenttool with input:agent_name(required),prompt(required)Blocked by
User stories addressed