Complete workflows that combine multiple Spanda capabilities — deploy, verify, AI safety, communication, real-time, twins, and packages.
Tutorial: Spanda 101 Lesson 10 · Feature index: examples/features/README.md
spanda check examples/end_to_end/warehouse_delivery/src/main.sd
spanda fleet run examples/end_to_end/fleet_coordination.sd
| Scenario | Path | What it demonstrates |
|---|---|---|
| Safe AI patrol (package) | safe_patrol/ |
LLM planner, safety gate, hardware, deploy, verify |
| Mission record & replay | replay_mission.sd |
Twin replay buffer, --record, spanda replay |
| Warehouse delivery (package) | warehouse_delivery/ |
Zones, services, actions, state machine, deploy |
| Pick-and-place cell (package) | pick_and_place_cell/ |
Vision agent, arm/gripper, periodic behavior |
| Fleet coordination | fleet_coordination.sd |
Multi-robot fleet, network reqs, multi-target deploy |
| Incident response | incident_response.sd |
Twin, recovery, degraded modes, fault triggers |
| Real-time patrol | realtime_patrol.sd |
Deadlines, pipeline, watchdog, mission trace |
| Validated telemetry | validated_telemetry.sd |
Regex validate rules + topic publish |
| Concurrent inspection | concurrent_inspection.sd |
Spawn, parallel, channels, inspection loop |
safe_patrol/ — baseline deploy + AI safetywarehouse_delivery/ — logistics comms + zonesrealtime_patrol.sd — reliability contractsreplay_mission.sd — record and deterministic replayfleet_coordination.sd — spanda fleet runincident_response.sd — failure handlingpick_and_place_cell/ — manipulation cell# Package projects
cd examples/end_to_end/safe_patrol && spanda check src/main.sd
spanda verify src/main.sd --target RoverV1
# Single-file workflows
spanda run examples/end_to_end/realtime_patrol.sd --trace-realtime --metrics-json
spanda sim examples/end_to_end/replay_mission.sd --record
spanda replay replay_mission.trace --deterministic
# Fleet
spanda fleet run examples/end_to_end/fleet_coordination.sd --trace-scheduler
examples/end_to_end/<name>/ (package) or examples/end_to_end/<name>.sdtests/golden/manifest.json + tutorials index