agentos.sh — the marketing site for AgentOS, an open-source TypeScript AI agent framework with cognitive memory, runtime tool generation, multi-agent orchestration, multimodal RAG, voice pipelines, and 11 LLM providers.
Website · Documentation · Runtime repo · npm · Blog · Discord
AgentOS is the open-source TypeScript runtime that powers production AI agents at Wilds.ai, Paracosm, and other projects under Frame.dev. Highlights:
- 85.6% on LongMemEval-S at $0.0090/correct (matched-reader leaderboard, gpt-4o)
- 70.2% on LongMemEval-M (1.5M-token variant)
- 8 neuroscience-backed memory mechanisms: Ebbinghaus decay, reconsolidation, retrieval-induced forgetting, involuntary recall, feeling-of-knowing, temporal gist extraction, schema encoding, source-confidence decay
- 6 multi-agent orchestration strategies: sequential, parallel, debate, review-loop, hierarchical, graph DAG
- HEXACO personality system that modulates retrieval, response style, and memory consolidation per agent
- 5 security tiers + 6 guardrail packs: PII redaction, ML classifiers, topicality, code safety, grounding, content policy
- Runtime tool forging: agents write their own functions mid-task; tiered promotion across the swarm
- 11 LLM providers including Ollama for offline / self-hosted; 37 channel adapters (Telegram, Discord, Slack, WhatsApp, webchat)
- Apache-2.0, self-hostable, production-ready
Get started:
npm install @framers/agentos→ Documentation · Examples · Benchmarks
This repo is the marketing site at agentos.sh — Next.js + Tailwind, statically exported, served from GitHub Pages behind Cloudflare. It is intentionally decoupled from the runtime (framerslab/agentos) so the marketing surface can ship independently.
- Next.js 14 App Router with locale-prefixed routing (
app/[locale]/...) - Tailwind CSS design system, dark mode via
next-themes, twilight-neo default theme - next-intl 4.x for 8 locales (en is canonical at
/; the rest at/es/,/fr/, …) - Framer Motion for hero animations; Lucide for iconography
- Static export (
output: 'export'), served by GitHub Pages + Cloudflare CDN - JSON-LD structured data per page (SoftwareApplication, Organization "Frame", WebSite, Article on blog posts, BreadcrumbList, FAQPage on
/faq)
pnpm install
pnpm dev # next dev server
pnpm dev:full # next dev + TypeDoc watcher (doc-search hot reload)
pnpm build # regenerates docs, copies to public/docs-generated, then next build
pnpm start # serve the production build
pnpm lint # next lint
pnpm typecheck # tsc --noEmitapp/[locale]/page.tsx— primary landing experienceapp/sitemap.ts— sitemap source (English-only with hreflang alternates)lib/seo/canonical.ts— canonical URL helper (default locale drops/en/prefix)components/sections/— landing-page sections (hero, benchmarks, paracosm-banner, etc.)components/seo/— per-page JSON-LD (FAQ lives on/faqpage itself, not here)scripts/post-export.mjs— post-build step that mirrorsout/en/<page>/toout/<page>/so the canonical bare paths serve real contentscripts/cf-deploy-redirects.sh— deploys the Cloudflare redirect ruleset (handles renamed blog slugs,/en/*→/*collapse,/docs/*→ docs.agentos.sh)
The header search (/ or Ctrl/⌘ + K) fetches a lightweight search-docs.json manifest from https://docs.agentos.sh rather than loading the full TypeDoc bundle into the marketing site. The TypeDoc search index under public/docs-generated/... still backs the API docs experience hosted here.
Some sections render optional media. When files are missing, a placeholder appears so deploys stay safe.
| Location | Expected path | Notes |
|---|---|---|
| Hero loop | public/media/landing/voice-hero-loop.mp4 (+ optional .webm, voice-hero-poster.jpg) |
8–12 s clip highlighting the voice pipeline |
| Architecture diagram | public/media/diagrams/agentos-architecture-{light,dark}.png |
Used in architecture overview |
| GMI layers diagram | public/media/diagrams/gmi-layers-{light,dark}.png |
Illustrates GMI = persona + memory + guardrails + tools |
| Voice pipeline diagram | public/media/landing/voice-pipeline-{light,dark}.svg |
Capture → AgentOS → tool flow |
framerslab/agentos— the runtimeframerslab/agentos-live-docs→ docs.agentos.shframerslab/agentos-bench→ published benchmarks + leaderboardsframerslab/agentos-extensions— extension registryframerslab/agentos-skills— SKILL.md community registryframerslab/paracosm→ paracosm.agentos.sh — agent-swarm world simulation
Built by Frame
Contact: team@frame.dev