AgentModule + Engine kernel with built-in qita observability.
Two authoring paths
QitOS deliberately keeps two top-level ways to build agents:Research-first: handwrite the prompt, parser, protocol, transport, and tool surface so you can study and optimize the kernel directly.Preset-first: start from family presets and preset tool builders when you want a fast baseline or quick multi-family switching.
Quick Start
Run your first agent in under 2 minutes
Build Your First Agent
Step-by-step walkthrough to build a working agent
Tutorial Track
Learn QitOS through four course-style agent builds
Core Concepts
Understand AgentModule, Engine, State, and Tools
API Reference
Full reference for the public QitOS API
Research-first path
Handwrite prompt, parser, protocol, and tool surface on top of the kernel.
Preset-first path
Use family presets to switch one example across multiple model families.
Get up and running
Inspect your run with qita
What QitOS gives you
Agent Patterns
ReAct, PlanAct, Tree-of-Thought, and Reflexion out of the box
Course-style tutorials
ReAct, PlanAct, Claude Code-style, and security audit lessons
Observability
Built-in tracing with qita board, replay, and HTML export
Benchmarks
GAIA, Tau-Bench, and CyBench adapters on the same kernel
Kit Toolkit
Parsers, memory adapters, toolsets, critics, and planners
Featured designs
Single kernel
One
AgentModule + Engine runtime across examples, benchmarks, and production-style agentsProtocol-aware parsers
Prompt format and parser choice are paired on purpose, not left as implicit glue
Long-running context control
History policy, summary history, compact history, and memory adapters for sustained runs
Traceability with qita
Board, replay, and export built on top of structured trace artifacts
