Agent Operating System — v1.1.9: CodeAgent — multi-step code generation & safe execution with tool integration
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.1.9.tar.gz
(167.6 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.1.9-py3-none-any.whl
(220.2 kB
view details)
File details
Details for the file nexus_agentos-1.1.9.tar.gz.
File metadata
- Download URL: nexus_agentos-1.1.9.tar.gz
- Upload date:
- Size: 167.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be1dbe2faea0a5be00c1aae7a9cdd1dea7326131a9e11bf15bc2e230b28ec914
|
|
| MD5 |
95fddec2308757fc53718c24fb3c6ec4
|
|
| BLAKE2b-256 |
d49a65d0fbe1dd841b30bfdbd2d8990944726255482d7b9325352692e8e7aa3b
|
File details
Details for the file nexus_agentos-1.1.9-py3-none-any.whl.
File metadata
- Download URL: nexus_agentos-1.1.9-py3-none-any.whl
- Upload date:
- Size: 220.2 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 |
31e58deaa9721e9b06e40fafa64377f166513221e0409bab8cc465385a6f941e
|
|
| MD5 |
b03cbd067284a9fe3fd9dfa8ec8668fc
|
|
| BLAKE2b-256 |
bd887057297fb5a0135d16ccceb75e042195b00e482af117ab2e8cb993d34f8c
|