Overview
The examples are the fastest way to study larger Cowboy actor patterns after you have a Cowboy source checkout. If you are starting from an installedcowboy CLI only, begin with Quickstart and Your First Actor; those pages work from a normal project directory.
The source checkout’s examples/ directory is split into three tracks:
examples/core/— numbered new-developer curriculum.examples/gallery/— unnumbered applied showcases and product-shaped patterns.examples/tooling/— local testing and workflow helpers.
--gallery.
Run The Sweep
Run commands from the source checkout’sexamples/ directory:
What You Learn
Core Curriculum
Gallery
Some heavier gallery examples are intentionally outside the default sweep because they require external credentials, extra Python packages, CBSS-capable infrastructure, or app setup. Use each example’s local
README.md and smoke command for those paths.
Suggested Path
If you want a short builder path through the current examples, study these in order:core/00-quickstart-hellocore/01-state-events-queriescore/02-senders-and-permissionscore/03-two-actor-messagingcore/08-minimal-runner-continuationcore/09-runner-llmcore/12-capstone-agent
Targeting
--server mesauses${MESA_RPC_URL:-http://validator.mesa.cowboylabs.net:4000}--server canyonuses${CANYON_RPC_URL:-http://validator.canyon.cowboylabs.net:4000}--server localuses${LOCAL_RPC_URL:-http://localhost:${RPC_PORT:-5000}}--server http://...or--server https://...targets a custom RPC URL--spawn-localstarts an isolated temporary local validator for the run--verboseprints the full raw Cowboy CLI output instead of the compact command/result view

