Metadata-Version: 2.4
Name: exoclaw-executor-dbos
Version: 0.15.1
Summary: DBOS-backed durable executor for exoclaw — turns and tool calls survive restarts
Requires-Python: >=3.11
Requires-Dist: dbos>=1.0.0
Requires-Dist: exoclaw-subagent>=0.12.0
Requires-Dist: exoclaw>=0.26.0
Requires-Dist: structlog>=24.0.0
Requires-Dist: uuid-utils>=0.9.0
Description-Content-Type: text/markdown

# exoclaw-executor-dbos

DBOS-backed durable executor for exoclaw. Makes agent turns survive process restarts.

Every LLM call and tool execution is a DBOS step, checkpointed to SQLite. If the process restarts mid-turn, DBOS replays completed steps and continues from the next one.
