Skip to main content

Module command

Module command 

Source
Expand description

Typed parsers for /agent and /agents slash commands.

AgentCommand handles runtime operations on running agents (spawn, cancel, etc.) and @agent_name mention syntax.

AgentsCommand handles definition CRUD operations (/agents list, /agents create, …).

Enums§

AgentCommand
Typed representation of a parsed /agent CLI command or @agent mention.
AgentsCommand
Typed representation of a parsed /agents command for definition CRUD operations.