chat
chat¶
Start interactive chat session with an agent.
The agent can forward responses to other agents creating a processing chain. Use --forward-to to specify target agents and --wait-chain to control whether to wait for the full chain to complete.
agent_name
¶
"REQUIRED"
-s
, --session-id
¶
Session id
-c
, --config
¶
Override agent config path
-m
, --model
¶
Override agent's model
--stream
¶
Default: True Flag Enable streaming mode (default: off)
-f
, --forward-to
¶
Multiple values allowed. Forward responses to these agents
-l
, --log-level
¶
Default: WARNING Log level (DEBUG, INFO, WARNING, ERROR)
--help
¶
Flag Show this message and exit.