Back to blog

AgentOS is Now Live

January 8, 20253 min readBy Engineering Team

AgentOS is officially production-ready. What began as the runtime that powers Frame’s own agents is now available to every builder who needs reliable, observable agent infrastructure without giving up the comfort of TypeScript.

Why AgentOS

Teams told us the same story again and again: they were stuck between brittle scripts and heavyweight platforms that made it difficult to experiment. AgentOS gives you the best of both worlds—a batteries-included orchestrator with the flexibility of plain code.

TypeScript Native

Build agents with first-class TypeScript APIs, share business logic across the stack, and enjoy full editor inference—no DSLs or code generation required.

Production Observability

Built-in tracing, structured logging, and replay tools make it easy to diagnose conversations, measure reliability, and satisfy compliance reviews.

Workflow Orchestration

Compose tool-calling agents, background jobs, and human approval steps in one place. AgentOS handles scheduling, retries, and state hand-offs automatically.

Provider Agnostic

Swap between OpenAI, Anthropic, local models, or your own endpoints with a consistent interface. Route traffic dynamically without redeploying.

What’s Included Today

  • Agent Runtime: Deterministic execution model with multi-turn memory, tool routing, and structured state so you can ship with confidence.
  • Dev Server: Hot reload, transcript inspection, and fixture playback accelerate iteration.
  • Deploy Hooks: Seamless integration with the Frame deploy pipeline plus adapters for serverless platforms and traditional infrastructure.
  • Guardrails & Policies: Enforce per-request limits and cover compliance requirements with reusable policies.

Start Building

Install the SDK with pnpm add @framers/agentos, scaffold a project using thecreate-agentos CLI, and deploy directly from the monorepo. The documentation includes quick start guides, migration notes for existing bots, and best practices from teams already running AgentOS in production.

We can’t wait to see what you build. Join the community Discord to swap patterns with other builders, and keep an eye on the marketplace for reusable agent templates launching soon.

Build with AgentOS

Explore the code on GitHub or head to agentos.sh to launch your first agent in minutes.