AgentsOS Architecture
Understand the enterprise-grade architecture that powers intelligent orchestration at scale.
Master Orchestrator Loop
The Master Orchestrator is the heart of AgentsOS. It executes a 7-step loop for intelligent task decomposition and execution:
- Receive input task
- Decompose into atomic subtasks
- Schedule execution
- Execute primitives
- Monitor progress
- Validate results
- Return aggregated output
Core Components
Hermes v2 Orchestrator
Intelligent planner and scheduler with lessons learnt loop for continuous improvement.
OpenClaw v2 Executor
Multi-sandboxed execution engine with 5 fixed primitives: query, transform, generate, validate, and plan.
Control Plane
Centralized management and orchestration for all agents and workflows.
Durable Queue
Reliable task queuing with guaranteed delivery and ordering.
Persistence Layer
Hash-chained ledger for complete provenance and audit trails.
Execution Primitives
AgentsOS defines 5 fixed execution primitives that form the foundation of all operations:
- Query: Retrieve data from integrated systems
- Transform: Process and convert data formats
- Generate: Create new content with LLMs
- Validate: Verify outputs against criteria
- Plan: Decompose complex tasks into steps
Task Lifecycle
Every task progresses through 10 defined states with clear transitions:
Submitted → Queued → Scheduled → Running → Validating → Completed/Failed → Archived