Skip to main content

Documentation Index


Documentation Index

Getting Started

  • Getting Started Guide — Install, env setup, and 3 levels (1 line → 3 lines → 5 lines)
  • README — Installation and quick start
  • High-Level APIgenerateText(), streamText(), generateImage(), generateVideo(), analyzeVideo(), generateMusic(), generateSFX(), performOCR(), agent(), and agency()
  • Examples Cookbook — 12 complete runnable examples, including QueryRouter host hooks and finalized agency streaming
  • CHANGELOG — Version history and release notes

Architecture & Core Concepts

Features & Capabilities

Planning & Orchestration

Safety & Security

  • Guardrails System — Two-phase guardrail dispatch, built-in packs (PII, ML classifiers, topicality, code safety, grounding), and folder-level filesystem permissions
  • Safety Primitives — Circuit breakers, cost guards, stuck detection, and tool execution guards

Memory & Storage

AI & LLM

Extensions & Customization

Channels & Social

  • Channels Guide — Multi-channel adapters with setup for Discord, Slack, Telegram, Twitter, and WhatsApp
  • Social Posting Guide — SocialPostManager, content adaptation, scheduling, analytics

Platform & Infrastructure

Ecosystem

  • Ecosystem — Related packages, extensions, and resources
  • Releasing — Automated release process

API Reference


ResourceLink
Websiteagentos.sh
GitHubframersai/agentos
npm@framers/agentos
IssuesGitHub Issues
DiscussionsGitHub Discussions

How to Use This Documentation

  1. New to AgentOS? Start with the README for installation and basic usage
  2. Understanding the system? Read the Architecture Overview
  3. Building features? Check the relevant feature guide (Planning, HITL, Guardrails, etc.)
  4. API details? Browse the TypeDoc API Reference
  5. Troubleshooting? See Platform Support