Discover what makes AgentOS the best choice for AI agent development
Connect to any major LLM provider with a single configuration change. Switch between OpenAI, Claude, Gemini, Cohere, GitHub Models, or run locally with Ollama - all without changing your code.
Engage in real-time conversations with any LLM through our beautiful terminal interface. Features markdown rendering, syntax highlighting, and persistent chat history.
agentos chat --provider claude --temperature 0.7
AgentOS is built with security at its core. Multiple layers of protection ensure your system stays safe while agents perform their tasks autonomously.
Blocks rm, sudo, dd, mkfs...
Sanitizes ; && || | $() ...
Sandboxed execution environment
Timeouts & step limits
Monitor and control your agents with a powerful process management system. Track status, view logs, and manage agent lifecycle with simple commands.
Define your agents with clean, readable YAML configuration files. No complex setup required - just describe what you want and run.
name: research_assistant
model_provider: claude
model_version: claude-3-5-sonnet
isolated: true
DESTRUCTIVE_COMMANDS:
- rm
- sudo
- rmdir
Additional features that make AgentOS production-ready
Automatic retries for failed LLM calls with exponential backoff
Persistent conversation history with context preservation
Beautiful terminal output with colors and formatting
Easy to add custom providers and tools
Lightweight, reliable data storage
MIT licensed, free to use and modify
Download AgentOS and build your first AI agent today