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.
Session steering
Construct the executor with a persistent workspace to enable durable safe-boundary steering:
executor = DBOSExecutor(steering_workspace=workspace)
An inbound follow-up for a currently active session is recorded under the
channel event's DBOS workflow ID, then AgentLoop(on_steer=executor.drain_steering)
injects it after the current model or tool boundary. Channel retries use the
same workflow ID as normal inbound processing, so they do not generate a
duplicate response.
Release files for exoclaw-executor-dbos 0.16.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| exoclaw_executor_dbos-0.16.0.tar.gz | 45.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| exoclaw_executor_dbos-0.16.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 77.2 kB
Release files / exoclaw_executor_dbos-0.16.0.tar.gz
| Download URL | exoclaw_executor_dbos-0.16.0.tar.gz |
|---|---|
| Size | 45.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
dfd3f36818319653091a17df8d9002c78d79bd3c3b8dc25f956e66b6f66b66f4
|
|
BLAKE2b-256 checksum How to use checksums |
537d8744ea40b1be4177e415ab0df44636a9908febf258c16dacc2798280037b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.9 {"installer":{"name":"uv","version":"0.12.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / exoclaw_executor_dbos-0.16.0-py3-none-any.whl
| Download URL | exoclaw_executor_dbos-0.16.0-py3-none-any.whl |
|---|---|
| Size | 31.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
507f97b40ad9f87d94aff2b7e9a431dee5369b20e6cad53c68c2c029c5afbfb2
|
|
BLAKE2b-256 checksum How to use checksums |
1f81c2c17e2f0a666f199a20d790eb119ed24ec922a1c1affc41ba82b81e5f58
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.9 {"installer":{"name":"uv","version":"0.12.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|