Presented by Frame.dev
Generalised Mind Instances for builders

Orchestrate personas, tools, and guardrails with AgentOS.

AgentOS powers Frame.dev's voice-first assistants. Now the modular runtime—complete with GMIs, workflow engine, guardrail APIs, and streaming orchestration—is available for teams who want to ship adaptive agents under Apache-friendly terms.

  • GMIs orchestrate personas & policies
  • Guardrail & compliance aware
  • Extensible packs & providers

Realtime session

Live

Persona

Atlas, Systems Architect

“I spotted a tool loop. Escalating to code interpreter with a capped energy budget and memoising your last three diagrams.”

Streaming cost

$0.021

Session budget 8%

Toolchain

3 calls

Planner + Designer + Search

Meet Generalised Mind Instances (GMIs)

GMIs bundle persona knowledge, memory, tools, and guardrails into composable building blocks. Instead of wiring ad-hoc prompts, you assemble agencies from reusable minds that understand context, entitlements, language, and policy before a request ever reaches the model. Input, translation, and output preferences are negotiated automatically so the same GMI can reason fluently across conversations, locales, and channels.

Diagram showing a GMI combining persona memory, guardrails, and tool permissions.

Cohesive cognitive layer

Bundle persona prompts, context memory, and linguistic preferences into a single mind that can be reused across products.

Policy-aware by design

Every GMI carries guardrail hooks, subscription entitlements, and rate budgets—enforcing what the mind is allowed to say or do.

Agency orchestration

Drop GMIs into multi-role workflows. They collaborate, hand off tasks, and stream telemetry without bespoke glue code.

Multilingual out of the box

Auto-detect the active language from conversation context, pivot content when needed, and respond in the persona’s preferred voice—all before the request ever reaches the model.

Versioned & exportable

Overlay new behaviours, capture lineage, and export minds as JSON so you can audit, rollback, or run them in other environments.

Composable runtime architecture

AgentOS brings the GMI manager, conversation memory, tool orchestrator, guardrail dispatcher, streaming manager, and workflow engine together behind a single facade. Configure providers, packs, and guardrails with TypeScript instead of glue code.

Diagram showing AgentOS modules coordinating GMIs, guardrails, and tool execution.

AgentOSConfig at a glance

const config: AgentOSConfig = {
  gmiManagerConfig: { personaLoaderConfig: { loaderType: "file_system" } },
  toolOrchestratorConfig: { orchestratorId: "default" },
  guardrailService,
  languageConfig: { defaultLanguage: "en", autoDetect: true },
  workflowEngineConfig: { maxConcurrentWorkflows: 32 },
  extensionManifest: { packs: ["@framers/agentos-pack-defaults"] }
};

Operational telemetry

+
Streaming Channels
+
Tool Integrations
+
Built-in Personas
Languages Supported
s
Response Time
+
Memory Contexts
Licensing

Apache-friendly, builder-owned

AgentOS is moving from MIT to Apache 2.0 so you get explicit patent grants and clear attribution requirements. You control your personas, tool packs, and marketplace listings—export them as JSON or load them into your own deployments at any time.

  • Export personas, workflows, and artifacts without leaving the platform
  • Approve or reject bundle submissions before they hit production
  • Ship private, unlisted, org-only, or invite-only listings while keeping compliance guardrails intact
  • Release automation mirrors `@framers/agentos`, landing sites, and docs to public repos

Ownership FAQ

Do I keep control of my agents?

Yes. Export personas, prompt packs, and tool registries as versioned JSON. Import them into another AgentOS deployment—or any Apache-compatible fork—without losing history.

How does the Apache transition work?

Core packages will be relicensed to Apache 2.0 during the public mirror rollout. Existing MIT releases remain available; new versions will carry Apache terms and upgraded NOTICE files.

Can I publish commercial agents?

Yes. Use the vca.chat marketplace to monetise personas or packs, or self-host your own catalog. Apache licensing ensures your commercial rights remain intact.

See AgentOS in action

Pair the runtime with the Voice Chat Assistant demo, AgentOS client workbench, and marketplace-ready personas to understand how GMIs stream decisions, artifacts, and guardrail outcomes in real products.

AgentOS in Action

Media coming soon

Live Streaming

AgentOS in Action

Experience real-time streaming with adaptive personas that understand context

Try Live Demo

Key Features

Extension ecosystem

Tool & guardrail packs

Register tools, guardrails, and workflows through extension manifests. Permission tags, rate budgets, and retries are built in.

Multilingual ready

Language & translation services

Auto language detection, persona-aware response preferences, and pluggable translation providers keep GMIs fluent across every surface.

Deploy anywhere

Storage & deployment adapters

Swap between Postgres, better-sqlite3, sql.js, or custom stores. Use the reference server template to deploy anywhere.

Offline capable

Local-first workbench

Run the full AgentOS runtime inside the browser with SQL-backed persistence, workflow telemetry, and marketplace personas—perfect for offline prototyping.

Monetize your expertise

Turn your AI expertise into revenue

Create agents, set your price, and earn from every sale. Join thousands of developers building the future of AI.

70%Revenue share
$10k+Top creator monthly
FreeTier available
GlobalMarketplace reach
10,000+ developers
50% MoM growth
4.8 avg rating
AS

Atlas Systems Architect

by Frame.dev

Developer Tools

Enterprise-grade system design and code review with deep technical expertise

$2,450/moCreator earnings
4.9
1,250
$49
CM

Creative Muse

by Community

Creative

AI-powered creative writing and ideation assistant for content creators

4.7
3,400
Freemium
DA

Data Analyst Pro

by DataCraft

Analytics

Advanced data analysis, visualization, and insights generation

$8,900/moCreator earnings
4.8
890
$99
PL

Polyglot Language Tutor

by EduTech Labs

Education

Adaptive language learning with conversation practice in 20+ languages

$4,200/moCreator earnings
4.9
5,600
Freemium
SA

Sales Accelerator

by SalesForce AI

Business

CRM integration, lead qualification, and automated follow-ups

$12,400/moCreator earnings
4.6
2,100
$79
WC

Wellness Coach AI

by HealthTech

Health

Personalized health, fitness, and mental wellness guidance

4.8
8,900
Free
Multi-GMI agencies & workflow automation

Coordinate specialised personas, tools, and human approvals in one control plane.

The workflow engine spins up Agencies composed of Generalised Mind Instances, applies guardrail policies, streams progress, and hands off to humans when needed. Use it to run research pods, code reviewers, or customer onboarding flows.

  • @framers/agentos — TypeScript package exporting the orchestrator, workflow runtime, streaming bridge, and guardrail APIs.
  • Agency templates — Declarative descriptors for research trios, review duos, and automation packs shipped as extensions.
  • AgentOS client — React workbench for testing personas, watching workflow updates, and replaying streaming payloads.

Product Roadmap

Available today

Workflow runtime

Async generators stream AgentOSResponse chunks with rich metadata for text, tool calls, artifacts, and guardrail outcomes—ready for SSE, WebSocket, or in-memory bridges.

100%

Developer preview

Multi-GMI agencies

Persona overlays, workflow definitions, and Agency registries let specialised GMIs collaborate on shared goals with human-in-the-loop checkpoints.

75%

Roadmap

Hosted control plane

Managed streaming, observability, and billing integrations for production teams that want Frame's infrastructure without the ops burden.

30%

What Developers Are Saying

★★★★★

AgentOS transformed how we build conversational AI. The streaming architecture and persona system are game-changers.

Sarah Chen

Senior AI Engineer at TechCorp

★★★★★

We deployed 50+ custom agents in just 2 weeks. The tool orchestration saved us months of development.

Marcus Rodriguez

CTO at AI Startup

★★★★★

The guardrail system and subscription-aware limits gave us confidence to go to production quickly.

Emily Watson

Product Manager at Enterprise Co

Documentation hub

Start building in minutes

Browse the TypeDoc site, explore integration guides, or regenerate the API reference locally. Every exported interface ships with rich TSDoc annotations covering streaming invariants, guardrail semantics, and error contracts.

pnpm add @framers/agentos

import { AgentOS } from "@framers/agentos";

const agentos = new AgentOS();
await agentos.initialize(config);

for await (const chunk of agentos.processRequest(input)) {
  // handle AgentOSResponseChunkType.* events
}

Resources & support

  • Voice Chat Assistant demo for end-to-end voice orchestration
  • AgentOS client workbench to inspect streaming payloads
  • Marketplace blueprints for distributing personas and packs
  • Release automation for mirroring OSS packages and landing pages

Stay in the loop

Join the community newsletter for release notes, roadmap updates, and deep dives on multi-GMI workflows.

10,000+
Developers
50+
Enterprises
25+
Countries
5,000+
GitHub stars
2,500+
Community members

Ready to make AgentOS your runtime?

AgentOS is open source and MIT licensed. Join the early access list to collaborate with the Frame team, migrate your existing assistant, and shape the roadmap.

By subscribing you agree to receive product updates from Frame.dev. No spam, pinky promise.

A product by Frame.dev