Skip to content

Task-oriented guides for common operations in protoWorkstacean.

Available guides

GuideDescription
Add an agentRegister an in-process agent (YAML + DeepAgentExecutor / LangGraph) or an external A2A agent
Build an A2A agentAgent-author recipe: the endpoint, task lifecycle, hardening, automatic health, and scheduled work
Extend an A2A agentOpt in to the x-protolabs extensions pack (cost, confidence, effect-domain, blast, hitl-mode) — richer observability + HITL with minimal card changes
Create a ceremonySchedule a recurring fleet ritual — a skill dispatched on a cron expression
External bus subscribersJoin the in-process event bus over a WebSocket — observability tools, sidecars, multi-node bridging
Deploy with DockerProduction deployment: Docker Compose, env vars, workspace volume mount, health check

Where to start

If you have just completed the Getting Started tutorial, the natural next guides are:

  1. Add an agent — bring your own agent into the fleet
  2. Build an A2A agent — opinionated recipe for writing the agent itself (endpoint, task lifecycle, hardening, automatic health)
  3. Create a ceremony — schedule recurring work

For background on why things work the way they do, see the Explanation section.

protoWorkstacean — a switchboard, not an agent.