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§
- Agent
Command - Typed representation of a parsed
/agentCLI command or@agentmention. - Agents
Command - Typed representation of a parsed
/agentscommand for definition CRUD operations.