Skip to main content

Agent Operating System — v1.2.1: Sandbox executor (Process/Docker isolation, resource limits, file bridging)

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.1.tar.gz (174.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nexus_agentos-1.2.1-py3-none-any.whl (229.5 kB view details)

Uploaded Python 3

File details

Details for the file nexus_agentos-1.2.1.tar.gz.

File metadata

  • Download URL: nexus_agentos-1.2.1.tar.gz
  • Upload date:
  • Size: 174.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.6

File hashes

Hashes for nexus_agentos-1.2.1.tar.gz
Algorithm Hash digest
SHA256 2d741c065d8c95d0957614a033ffed2201b595b6f4d3a0b339fd26835ad2bd57
MD5 2e70c8a87ff3a79de10bf6dcab41b934
BLAKE2b-256 5279461d7f60feca33e0ba5665da1a8baba29eb512b8c8ad6236057b80c0bcfe

See more details on using hashes here.

File details

Details for the file nexus_agentos-1.2.1-py3-none-any.whl.

File metadata

  • Download URL: nexus_agentos-1.2.1-py3-none-any.whl
  • Upload date:
  • Size: 229.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.6

File hashes

Hashes for nexus_agentos-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 63208cb5d4fff15c0cea9029f231a3de882091ed3cdc19aa3979cadec5bf4768
MD5 f76a84472d65f9904361666cf9cf07f5
BLAKE2b-256 39ee32ff42342b0ab7918c78869b6ac8ab890509baea497987718826ac16faf1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page