Skip to content

Guides

Task-oriented guides for common operations in protoWorkstacean.

GuideDescription
Add an agentRegister an in-process agent (YAML + ProtoSdkExecutor) or an external A2A agent
Add a domainPoll a custom HTTP endpoint and expose it as a world-state domain
Add goals and actionsWrite goal definitions (Invariant, Threshold, Distribution) and matching actions with preconditions and effects
Create a ceremonySchedule a recurring fleet ritual — a skill dispatched on a cron expression
Integrate an external appConnect any service to the GOAP loop as a reactive actor — purely YAML-driven
Deploy with DockerProduction deployment: Docker Compose, env vars, workspace volume mount, health check

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. Add goals and actions — let the world engine react autonomously to state changes
  3. Create a ceremony — schedule recurring work

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