A strict, auditable execution engine for outbound communication (email + voice).
| Guarantee | Description |
|---|---|
| Deterministic Behavior | Same inputs always produce the same outputs |
| Full Auditability | Every action is reconstructable from the audit log |
| Replayability | Any execution can be reproduced offline |
| Fail-Closed Safety | No silent failures or hidden fallbacks |
| Vendor Independence | No execution logic tied to specific providers |
| Cost & Policy Enforcement | Budgets, rate limits, and compliance rules enforced at engine level |
npm install
npm run devOpen http://localhost:3000 to view the documentation.
content/docs/ # Documentation content (MDX)
getting-started/ # Overview, installation, quickstart
core-concepts/ # Execution model, plans, scheduler, audit log, idempotency
channels/ # Email and voice channel docs
guides/ # Compliance, debugging, multi-channel sequences
api-reference/ # Engine, plans, runs API
src/
app/ # Next.js app routes
components/ # UI components
lib/ # Source config, layout, utilities
- Next.js - Framework
- Fumadocs - Documentation engine
- Tailwind CSS - Styling