Thea Documentation¶
Build robot agents around a reliable loop.
Thea connects models, physical tools, current evidence, persistent world state, post-execution evaluation, and durable experience behind a small set of public boundaries.
A portable layer between model and body
The model, robot embodiment, policies, and user channel remain replaceable. The Harness owns the loop and the boundaries between them.
Start where your integration starts
Runtime and context
Follow Task, Turn, and Session lifetimes through the Agentic Loop.
Open concepts → 02Models and tools
Implement a provider adapter or register a local or MCP-backed Tool.
Open interfaces → 03Scene Graph
Connect persistent world state, its Brief, and ref-keyed queries.
Open Scene Graph → 04Evaluation
Reconstruct an exit code from post-execution physical evidence.
Open Evaluation →Install the public packages in one step.
The installer creates an isolated environment and initializes local configuration without overwriting existing values.
./install.sh
./run.sh --mode cli
Ready to connect a simulator or robot? Follow the Usage guide.