Expand description
Explicit agent task definition (P2-5)
Promotes the “task” in multi-agent dispatch from a bare String to an
explicit type AgentTask: objective, expected output, and allowed tools
travel together to the child agent, replacing the bare “just give a
sentence” input so dispatcher and consumer agree on the task contract.
Structs§
- Agent
Task - Child agent task (P2-5)