Skip to content

Write a plan. Watch your agents come alive.

Declare your agent topology in a `.wh` file. Apply it. Wheelhouse handles wiring, process management, and restarts.

Wheelhouse is the operating infrastructure for autonomous agent factories.

It lets you specify, deploy, monitor, and let your agents operate their own infrastructure — without human intervention.

The agent is the operator.

Unlike existing orchestrators (LangGraph, CrewAI, AutoGen) — frameworks written by humans for humans — Wheelhouse is infrastructure operated by agents themselves. The .wh file is not static config — it is a living topology that agents read, modify, and apply as their needs evolve.

PrimitiveRole
StreamReal-time typed object bus — the connective tissue
AgentAutonomous subscriber/publisher with a observe → decide → act cycle
SurfaceBridge between human users and a stream (Telegram, CLI, custom)
SkillVersioned recipe stored in git, invoked via stream object
CronFirst-class scheduler that publishes CronEvent into streams
.wh fileDeclarative topology declaration — the Dockerfile of agentic infrastructure

Three things that don’t exist anywhere else:

  1. LLM-native IaC.wh files are designed to be read and written by language models
  2. Versioned communication contracts — every stream message has a typed, versioned Protobuf schema
  3. Autonomous observation→decision→action loop — the stream is the observation, compaction is the analysis, the .wh is the intent, apply is the action — all signed and audited in git