Expand description
§Slash Command Router
Deterministic input router for the Bob Agent Framework.
All /-prefixed inputs are parsed as slash commands and executed
without LLM inference — zero latency, deterministic results.
Everything else is treated as natural language for the LLM pipeline.
§Supported Commands
| Command | Description |
|---|---|
/help | Show available commands |
/tools | List all registered tools |
/tool.describe NAME | Show full schema for a specific tool |
/tape.search QUERY | Search conversation history |
/tape.info | Show tape statistics |
/anchors | List all anchors in the tape |
/handoff [NAME] | Create a context-window reset point |
/quit | Exit the session |
/COMMAND | Execute as shell command (fallback) |
Enums§
- Route
Result - Result of routing a user input string.
- Slash
Command - Recognized slash commands.