Expand description
Agent execution modes — coding mode, swarm mode.
Structs§
- Null
Channel - No-op channel for headless swarm worker agents.
All operations are discarded — only the return value of
handle_messageis used.
Enums§
- Agent
Mode - Agent execution mode.
Functions§
- agent_
mode_ from_ permission_ profile - Maps stored
agent.permission_profileto the initial runtime mode.