Edictum
Demo

Demo Reference

Practical, runnable reference implementations from edictum-demo.

AI Assistance

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

TopicDemo sourceDocs page
8 adapter implementations + SSE hot reload validationadapters/Adapters + Hot Reload
Overhead and latency benchmarksbenchmark/Benchmarks
Industry scenario walkthroughsscenarios/Scenarios
  1. Start with Scenarios to pick a domain baseline.
  2. Use Adapters + Hot Reload to wire your framework and validate live updates.
  3. Run Benchmarks before and after contract changes to quantify overhead and behavior.

Last updated on

On this page