Skip to main content

Module task

Module task 

Source
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§

AgentTask
Child agent task (P2-5)