Expand description
agents spawn — async handler stub.
Modules§
Structs§
- Agent
Args - Args
- Command
- 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§
- Agent
Resolution - Discriminated agent-resolution mode for
agents spawn. - Agent
Spec - CLI-surface form for the
--agent/--agent-inlineargument: either a fully resolved inline-or-remote spec, or a bare favorite name that the CLI resolves to one of those at handler time. Untagged: an inline agent object or a remote-path object deserializes intoResolved; a bare JSON string lands onFavorite. - 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.