Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 3.81 KB

File metadata and controls

66 lines (45 loc) · 3.81 KB

PilotSwarm Documentation

Five sections, in reading order. Pick your door.

Running in minutes.

  • Docker Quickstart — the fastest path: browser portal + SSH TUI + two workers from one pilotswarm-starter image
  • Local Setup — from source: install, PostgreSQL, first run

Driving sessions as an end user — scenario-based, from "say hello" to multi-hour multi-agent workflows.

How the system works. Start at the layering map, then descend.

The Web API — the one integration surface — and every client over it.

  • Web API Reference — every operation, auth, errors, WebSocket streaming (generated from the operations table)
  • Building a Custom UX — your own UI over the API: bootstrap, subscribe, replay, browser sign-in
  • Choosing a Client — raw HTTP vs ApiClient vs SDK clients vs MCP: which to use when

Building on PilotSwarm, deploying it, and contributing to it.

Building apps

Deploying

Reference

  • Configuration — env vars, storage, worker/client options
  • Agent contracts — prompt/tool/runtime rules that stay true across code, docs, tests

Contributing to PilotSwarm


Design records (not onboarding material): proposals — open designs · proposals-impl — implemented designs, kept as history · bugreports · _archive — retired point-in-time docs.