Expand description
agents spawn — async handler stub.
Modules§
Structs§
- Args
- Command
- Listener
Execution - One
/listenbroadcast run ofagents spawnin its unary form (the plainexecute): the actualRequest, the producer’sAgentArguments, and the unary response future. Seecrate::cli::websocket_listener. - Listener
Execution Streaming - One
/listenbroadcast run ofagents spawnin its streaming form (execute_streaming— the request setdangerous_advanced.stream: true): the actualRequest, the producer’sAgentArguments, and the response-item stream. Seecrate::cli::websocket_listener. - Message
Args - Required user-message group. Mirrors
agents instances message’s shape: exactly one of the five flags must be set. - Request
- Request
Dangerous Advanced
Enums§
- Listener
Execution Variant - This leaf’s multiple listener executions — one variant per
execute fn (
Executionfor the plainexecute,Streamingforexecute_streaming), discriminated per request offdangerous_advanced.stream. The branch enum’s single variant for this leaf wraps this. - Path
- Response
Item - Schema
Functions§
Type Aliases§
- Response
- Non-chunk variant of
ResponseItem. Returned by the unaryexecutepath (withdangerous_advanced.streamcleared) when the cli emits a single bare id string.