Skip to main content
Peter Parker (PP) is the meta-orchestrator. It decides which agents to run, in what order, and coordinates the entire nightly improvement cycle.

What PP Does

Strategic Reasoning (Layer 3)

PP uses Stratus to decide which agents deserve compute tonight:
This prevents wasting tokens on agents that have plateaued.

Running PP

Daily Loop (Nightly Cron)

Full orchestration cycle. Typically run at 2 AM via OpenClaw cron:

Single Agent Run

Agent Swarm

Runs all agents with the meta-orchestrator scheduling who goes next based on EMA reward.

PR Mode

Creates a branch, makes changes, opens a PR. Used by the kanban pickup flow.

The Kanban Pipeline

PP integrates with GitHub Issues for autonomous task execution:

Issue Labels

Training Data Capture

Every PP action generates training tuples:
These feed the policy head for better action selection in future runs.

PP Commands