Examples
Detailed public example workflows from the Splendor kernel.
Examples
These examples show how Splendor behaves at runtime: policies propose work, gateway and verifiers authorize execution, state commits are explicit, traces are append-only, and replay stays inspect-only by default.
Local Runtime
Run a local loop with splendorctl and inspect state and traces.
Python SDK
Write Python policies that propose actions without bypassing runtime checks.
Daemon Client
Create runs, append percepts, read traces, and replay through the local daemon.
TypeScript Client
Use TypeScript as a daemon/control-plane client, not a runtime executor.
Replay
Reconstruct a run without repeating side effects.
Multi-Agent
Route messages and delegate to specialists with scoped authority.
Resident & Fleet
Register nodes, validate work orders, place work, sync traces, and hand off state.
Governance
Approval, escalation, circuit breaker, policy cache, and audit examples.
Physical & Edge
Simulated high-level device actions, offline policy, trace sync, and safety verifiers.
External Control Planes
Provider-neutral governance bridge and Harmony-style integration.
Examples are local and deterministic unless explicitly described otherwise. They are not production deployment, adapter certification, or robotics safety claims.