Agent Operating System — v1.1.7: DAG Checkpoint & Restore for long-running tool workflows
Project description
Nexus AgentOS v1.1.7
Production-ready multi-agent framework with Checkpoint/Recovery for long-running DAG workflows.
v1.1.7 New: Checkpoint & Restore
ToolOrchestrator now supports DAG execution checkpointing:
from agentos import ToolOrchestrator, DAGBuilder, CheckpointData, chain_builder
orch = ToolOrchestrator(registry)
dag = chain_builder("my_chain", ["tool_a", "tool_b", "tool_c"])
# Save checkpoint mid-execution
cp = orch.checkpoint(dag) # → CheckpointData
cp.to_json() # serialize to disk/DB
# Later: restore and resume from checkpoint
orch.restore_from_checkpoint(dag, checkpoint)
await orch.execute(dag) # skips completed nodes, resumes from breakpoint
# Auto-checkpointing
await orch.execute_with_checkpoint(dag, checkpoint_callback=save_to_db)
Installation
pip install nexus-agentos==1.1.7
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
nexus_agentos-1.1.7-py3-none-any.whl
(213.8 kB
view details)
File details
Details for the file nexus_agentos-1.1.7-py3-none-any.whl.
File metadata
- Download URL: nexus_agentos-1.1.7-py3-none-any.whl
- Upload date:
- Size: 213.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3829cfb4fc10fa4f74a7bdbcb7bad2507347d01876763767debf791eb3898ea7
|
|
| MD5 |
abf250eaabb1b63373b223c7664a720e
|
|
| BLAKE2b-256 |
64a03c3dc27c7abf105a7c6a55cdadc19bf942532696fdfc60b7735ef9c158de
|