Agent Operating System — v1.2.2: A2A protocol (Task/Message/Artifact/Handoff/Client+Server)
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 Distribution
nexus_agentos-1.2.2.tar.gz
(181.8 kB
view details)
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.2.2-py3-none-any.whl
(237.4 kB
view details)
File details
Details for the file nexus_agentos-1.2.2.tar.gz.
File metadata
- Download URL: nexus_agentos-1.2.2.tar.gz
- Upload date:
- Size: 181.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be39c9f42cbf1cb88456b0a788a6cbc6f98e9805915c543ad07fba2861ba207b
|
|
| MD5 |
2edd61a97ec8611330501efcc5006dab
|
|
| BLAKE2b-256 |
91808b7a62ce4adcd11a7405c7299acbda97fe4ecb8737eb147e3694dc2fc0f3
|
File details
Details for the file nexus_agentos-1.2.2-py3-none-any.whl.
File metadata
- Download URL: nexus_agentos-1.2.2-py3-none-any.whl
- Upload date:
- Size: 237.4 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 |
b7aa4b7065f1e2fadfe09bb2a6786809bb89d2b06ed6ac909c0b2516759366e1
|
|
| MD5 |
d693cc2f612eda6b45ee52ca2e88f066
|
|
| BLAKE2b-256 |
4fede7fbd7aaa1ab7065cf9df97fbac438482313da5f4dc23d60bbeefcaad7be
|