Skip to main content
The mesh is a coordinated network of LLM nodes. DOF routes tasks to the optimal node based on task type, availability, cost, and latency — with TTL backoff, circuit breaking, and threshold consensus for critical decisions.

Cloud API Nodes

Local Nodes (Ollama)

The alias local-qwen no longer exists. Use local-agi-m4max for local sovereign compute. Set LOCAL_MODEL_ENDPOINT in .env to your Ollama server URL.

Local Node System Prompts


Starting the Mesh


TTL Backoff

When a provider fails or rate-limits:
The circuit breaker transitions: CLOSED → OPEN → HALF_OPEN → CLOSED

Threshold Consensus

For critical decisions, DOF requires N-of-M agreement across mesh nodes:

Key Modules


Running the Mesh

Launch the full mesh with Docker or CLI

Providers & Agents

Configure provider chains and 17 agents