maida demo#
Runs a bundled simulated customer-support agent and records a trace. No network, no API keys; all LLM/tool data is canned and nothing leaves your machine.
Usage:
maida demo [--regression]
Options:
Option |
Description |
|---|---|
|
Full story: baseline a known-good run, run a “refactored” agent that loops, calls a new tool, and burns more tokens, then show the failing gate report and a PR-comment preview. Writes the baseline to |
Examples:
maida demo # one traced run; inspect it with `maida view`
maida demo --regression # watch the gate catch a bad refactor
Exit codes: 0 success (including when the demo gate intentionally fails); 10 internal error.