Early beta Β· self-hosted

The agent operations harness β€” where they write, what they read, what it costs.

RootRouter disciplines AI agents: Feng Shui for workspace placement, MCP for budgeted repo context, proxy for chat trimming. Auditable selection logs. Shamy runs it on OpenClaw today.

Loading snapshot…

Evidence

Segmented savings β€” by path, not one headline number

MCP repo selection, proxy chat trimming, and the SDK demo measure different things. We label each method so claims stay provable.

AuditedCursor MCP Β· cold slice
~95%
context tokens saved

Audited slice kickoffs vs full-repo baseline (index_repo + select_context)

Warm follow-ups should skip MCP. See insight 001 & selections.jsonl audit.

Live APINVIDIA NIM Β· live API
46%
chat context saved (swarm)

Real completions β€” swarm profile: 24 steps, 3 agents, nvidia/nemotron-3-ultra-550b-a55b (2026-07-01)

Estimated filter savings over accumulated history. Aligns with ~49% offline SDK benchmark. Reproduce: npm run demo:benchmark-live:swarm

ProductionOpenClaw proxy Β· Shamy
Live
production path

Venice via rootrouter/* β€” trims chat history every completion

x-rootrouter-tokens-saved on proxy responses

SimulatedSDK benchmark Β· offline
~49%
simulated demo savings

50-query TF-IDF + simulated LLM (npm run demo:benchmark -- --seed 42) β€” not live API

Live APINVIDIA NIM

Live API benchmark published

Swarm profile on Nemotron 3 Ultra β€” 46% context reduction across 24 multi-agent steps (~9 min). Offline SDK benchmark ~49% on same corpus. Repo MCP cold slice (~95%) remains the strongest audited path.

nim-latest.json β†’

How it works

Placement first, context second, evidence third. The algebraic layer (chambers, graphs) powers selection β€” read the math when you need depth.

LAYER 0

Workspace placement

Feng Shui β€” validate where files go before the first write. No more repos at ~/ or artifacts in Downloads.

FENG-SHUI.md β†’
LAYER 1

Context routing

RootRouter MCP selects budgeted repo chunks on cold slices. Proxy trims chat history on every OpenClaw completion.

SKILL.md β†’
LAYER 2

Telemetry & audit

selections.jsonl logs what was selected and tokens saved. Optional Celo contract for on-chain stats.

Topology β†’

Production proof

Shamy β€” the first body on the nervous system

RootRouter is credible when a real agent uses it daily: OpenClaw on a VPS, Venice inference, Docker-sidecar proxy, Layer 0 + Layer 1 playbooks in the workspace. Not a sorting-algorithm demo.

  1. User talks to Shamy (OpenClaw)
  2. Feng Shui β€” workspace guard before writes
  3. RootRouter proxy trims chat history (rootrouter/* β†’ Venice)
  4. Optional MCP β€” index_repo + select_context on repo tasks
  5. Topology dashboard β€” snapshots, RepoGraph, selection stats
shamy stack
Browser β†’ Caddy
β†’ OpenClaw gateway
β†’ rootrouter-proxy:8797
β†’ Venice API
AGENTS.md β†’ FENG-SHUI.md + SKILL.md
model: rootrouter/kimi-k2-5

Why RootRouter

Agents get lost, stuff context, touch the wrong files, and leave no evidence. This fixes the operational layer first.

Workspace discipline

Feng Shui (Layer 0) β€” agents validate where they write before creating mess at ~/Downloads. Harmonize with approval-first moves.

Budgeted context

MCP selects repo chunks on cold slices (~95% audited savings). Proxy trims chat history on OpenClaw. No more β€œsend the whole thread.”

Auditable operations

selections.jsonl logs every MCP pick β€” tokens in, tokens out, percent saved. Optional Celo telemetry for on-chain stats.

Optional

On-chain telemetry on Celo

Log agent stats to a Solidity contract for verifiable audit trails. ERC-8004 compatible. Not required for MCP or proxy β€” an optional trust layer for swarms and delegation.

Open dashboard
Audit trail Β· not a security product

Pick your path

Passive savings: point OpenClaw at the proxy. Active repo work: add @rootrouter/mcp. Run setup-openclaw-venice-shamy.sh for newborn Shamy onboarding.

openclaw-shamy.md
# 1. Fetch playbooks (Layer 0 then Layer 1)
curl -s https://rootrouter.motusdao.org/FENG-SHUI.md
curl -s https://rootrouter.motusdao.org/SKILL.md

# 2. openclaw.json β€” proxy on same Docker network
"rootrouter": {
  "baseUrl": "http://rootrouter-proxy:8797/api/v1",
  "apiKey": "${VENICE_API_KEY}"
}

# 3. Agent model
rootrouter/kimi-k2-5

# Setup script on VPS
bash ~/RootRouter/scripts/setup-openclaw-venice-shamy.sh

Playbooks: FENG-SHUI.md Β· SKILL.md Β· Dashboard

FAQ

Savings, paths, and what RootRouter is not.

It depends on the path. Cursor MCP on cold slice kickoffs: ~94–95% context tokens saved vs stuffing the full repo (audited in selections.jsonl). NVIDIA NIM live API (12-turn chat, Nemotron 3 Ultra): ~1.6% context saved β€” chat filtering grows with session length. OpenClaw proxy trims growing chat history every completion. SDK demo:benchmark is ~49% on a simulated 50-query run β€” offline only.

RootRouter is the nervous system. Shamy is the first body.

Fetch both playbooks, pick your path, and measure what you save.

Feng Shui skillRootRouter SKILL