AgentOS Nano

Durable execution, replay, observability, memory, SDKs, and enterprise controls for production AI agent workflows.

SDK Quickstart

from agentos_nano import WorkflowRunner, step, workflow

@workflow(name="access-review")
class AccessReview:
    @step
    def decide(self):
        return {"decision": "approve"}

WorkflowRunner().run(AccessReview(), workflow_id="demo-run")

Developer

Local durable execution and SDK workflows.

Pro

Managed workflows, usage metering, and observability.

Enterprise

RBAC, SSO, compliance export, governance, and on-prem deployment.

Customers

Healthcare, finance, logistics, and IAM teams use AgentOS Nano to make AI agent decisions auditable and recoverable.

Read the v1.0 release notes