Reference
An index of all reference pages in this directory. Each page documents a single class or module completely.
Core API
| Reference |
Description |
| AgenticObject |
Base class for all agentic objects |
| ChatBotManager |
Configure LLM backends |
| Error |
Value object returned by invoke_agent on failure |
| Role |
User-overridable configuration and identity for agentic objects |
| RoleManager |
Load, merge, and persist role overrides |
Configuration
Conversation Primitives
Concrete Agentic Objects
| Reference |
Description |
| BashWorkspace |
Secure sandbox for executing shell commands |
| CameraObserver |
Webcam access via a pluggable camera driver |
| PdfTranscriber |
High-quality PDF transcription via tesseract + LLM vision |
| TextEditor |
Line-based text editing with mtime-based safety |
| WebNavigator |
Web fetching, rendering, and screenshot capture |