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:

  1. Receive input task
  2. Decompose into atomic subtasks
  3. Schedule execution
  4. Execute primitives
  5. Monitor progress
  6. Validate results
  7. 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

Key Innovations

Provenance-Gating: Every operation is recorded in an immutable ledger for complete audit trails.
Hash-Chained Ledger: Cryptographic proof of execution order and integrity.
Evolutionary Seeding: Learn from past executions to improve future performance.
Sandbox Tiers: Multiple isolation levels for different security requirements.