Peteosdocs

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

Reference Description
Decorator Arguments @agentic_object and @tool options

Conversation Primitives

Reference Description
Message & ContentPart Message and ContentPart factories — for steering the agent

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