
A virtual operating system for AI agents by agentOS, providing execution, filesystem, orchestration, and apps in one lightweight library.
Multi-agent orchestration
Run Pi, Claude Code, Codex, and OpenCode on the same virtual OS with native Rivet orchestration and integrations for Eve and Flue.
Durable file storage
Mount S3, Drive, SQLite, or HostFiles as normal files for agents to read and write.
Custom agent development
Build your own agent framework and run it alongside existing ones on the same lightweight runtime.
AI-generated application deployment
Deploy AI-generated applications for each of your users directly from the agent OS.
High-concurrency agent workloads
Run 100,000 concurrent executions on a single server with minimal memory overhead (22 MB per instance).
Security-sensitive agent execution
Use battle-tested V8 isolates and WebAssembly sandboxes for running untrusted agent code in-process.
Execution
Run the language and tools each task needs—Python, Node.js, Bash, or any other runtime.
Filesystem
Mount durable and remote storage (S3, Drive, SQLite, HostFiles) as normal files for agents.
Orchestration
Compose modern agent patterns like loops, multiplayer workflows, and agent-to-agent communication in code.
Apps
Deploy AI-generated applications for each of your users directly from the agent OS.
Tiny runtime
Each agent gets a lightweight OS that runs in-process with no VM boot, network hop, or disk image.
Linux-compatible
Full POSIX support for files, processes, and networking.
Library-based deployment
Install agentOS from npm and run it inside your existing backend process—no extra infrastructure.
Direct function calls
Connect agents to your application with direct function calls instead of extra APIs.
npm install @rivet-dev/agentos. Set up your agent using Node.js, Python, or Bash. The library runs inside your existing backend process—no sandboxes, VMs, or SaaS accounts required. For orchestration, use Rivet's native agent patterns (loops, multiplayer, agent-to-agent). Visit the official website at https://agentos-sdk.dev/ for full setup documentation and methodology reproduction details.A virtual operating system for AI agents by agentOS, providing execution, filesystem, orchestration, and apps in one lightweight library.
Category:Multi-agent collaboration
Visit Link:https://agentos-sdk.dev/
Tags:AI agents、agent orchestration、virtual OS、agent development、AI agent framework