Skip to content

framerslab/agentos.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

830 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

AgentOS     Frame.dev

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


About AgentOS

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


About this repository

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.

Stack

  • 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)

Local development

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 --noEmit

Layout

Search

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.

Media assets

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

Other AgentOS surfaces

Contributing & Security


Built by Frame
Contact: team@frame.dev

About

Marketing site + documentation hub for AgentOS.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors