Skip to main content

Module spawn

Module spawn 

Source
Expand description

agents spawn — async handler stub.

Modules§

request_schema
response_schema

Structs§

AgentArgs
Args
Command
PromptArgs
Request
RequestDangerousAdvanced

Enums§

AgentSpec
CLI-surface form for the --agent / --agent-inline argument: 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 into Resolved; a bare JSON string lands on Favorite.
Path
RequestPrompt
ResponseItem
Schema

Functions§

execute
execute_jq
execute_streaming
execute_streaming_jq

Type Aliases§

Response
Non-chunk variant of ResponseItem. Returned by the unary execute path (with dangerous_advanced.stream cleared) when the cli emits a single bare id string.