Demo Reference
Practical, runnable reference implementations from edictum-demo.
Right page if: you want an overview of the edictum-demo repository and need to decide which demo to run first (scenarios, adapters, or benchmarks). Wrong page if: you need the core library API or adapter docs -- see https://docs.edictum.ai/docs/adapters/overview. For console setup, see https://docs.edictum.ai/docs/console/setup. Gotcha: start with scenarios for domain context, then adapters for framework wiring, then benchmarks for performance baselines. The demos require a local edictum-demo clone, not just the edictum pip package.
The edictum-demo repository is the practical companion to the core and console docs. Use it for end-to-end examples, adapter wiring, adversarial testing, observability, and performance baselines.
Source repo: edictum-demo
What is in scope
| Topic | Demo source | Docs page |
|---|---|---|
| 8 adapter implementations + SSE hot reload validation | adapters/ | Adapters + Hot Reload |
| Overhead and latency benchmarks | benchmark/ | Benchmarks |
| Industry scenario walkthroughs | scenarios/ | Scenarios |
Recommended order
- Start with Scenarios to pick a domain baseline.
- Use Adapters + Hot Reload to wire your framework and validate live updates.
- Run Benchmarks before and after contract changes to quantify overhead and behavior.
Related core docs
Last updated on