Charters
Mission YAML
A mission, a budget, a fiscal gate. The runtime spawns an agent under MnemoPay metering and logs every byte.
Read the spec →Charter-driven autonomous agents. Every byte fiscally gated by MnemoPay's Agent FICO. Every action signed into a Merkle audit chain. EU AI Act Article 12 ready by default.
Mission YAML
A mission, a budget, a fiscal gate. The runtime spawns an agent under MnemoPay metering and logs every byte.
Read the spec →Native motion
Spline, Hypeframes, Remotion, HTML-in-Canvas-3D, declarative UI. One charter, every surface.
See it move →MnemoPay metered
Agent FICO 300-850. Stripe + Paystack rails. HITL approval. Merkle audit chain. Article 12 ready.
Open MnemoPay →An agent without a budget is a liability. An agent without an audit log is a lawsuit. Praetor ships both — at runtime, not in the README.
— Praetor STATE.md, 2026-04-28
Praetor is not a framework, an orchestrator, or a wrapper. It is a runtime: declare a mission, open a budget, and the runtime spawns a metered agent under a Merkle-signed chain.
One YAML file declares the mission, the budget, the agent pack, and the surfaces it touches. Versioned in git. Reviewed like code.
MnemoPay opens a budget. Every API call, render, scrape, and inference is metered. Hit the cap, the agent halts. Agent FICO updates in real time.
OpenClaw, Hermes, your own. Praetor wraps any agent with the same charter contract. Skills runnable inside Claude Code, Claude Agent SDK, MCP.
Every step Merkle-signed. Article 12 log bundle generated on demand. PDF + JSON-LD + cryptographic proof — for the regulator, the auditor, the lawyer.
Praetor binds MnemoPay as its fiscal layer. Real Stripe + Paystack rails. Real escrow. Real Agent FICO 300-850. Not a mock — production payment infrastructure that 672 tests and 30K-stress-test prove out.
Spline scenes, Hypeframes sequences, Remotion compositions, HTML-in-Canvas-3D heroes, declarative UI trees. A charter requests a surface; Praetor emits it. The page you're reading was rendered by the design pack itself.
# clone, install, run your first charter git clone https://github.com/jeromiah-omiagbo/praetor cd praetor && npm install && npm run build # preview the design pack live node packages/cli/dist/index.js design serve examples-out/bizsuite-godly-hero # → http://127.0.0.1:<port>
name: ai-audit-997 budget: "$25.00" # MnemoPay opens a real escrow surfaces: - scrape # crawl the prospect's site - knowledge # vector recall via MnemoPay-recall - design.ugc # emit a 9:16 vertical ad audit: article12: true # EU AI Act bundle on completion agent: openclaw # or hermes, claude-code, custom
import { defaultRenderer, specFromGoal } from "@praetor/ugc"; const r = defaultRenderer({ outDir: "out" }); await r.render(specFromGoal({ id: "ai-audit-hook", goal: "Your agent stack is leaking $400 a week.", }), { portrait: "openai-image", motion: "luma-ray2", voice: "azure-neural" }); // → out/ai-audit-hook.mp4 — metered through MnemoPay
There are agent frameworks. There are payment SDKs. There are audit tools. Praetor is the only runtime that ships all three as one binary, with the fiscal gate at the kernel.
| Praetor | Anthropic Agents | OpenAI Assistants | LangGraph | |
|---|---|---|---|---|
| Charter (YAML mission) | native | code only | code only | code only |
| Fiscal gate (real $) | MnemoPay 300-850 | none | usage tracking | none |
| HITL escrow | built-in | DIY | DIY | interrupts |
| Merkle audit chain | default | none | none | none |
| Article 12 bundle | on demand | DIY | DIY | DIY |
| Native design + UGC | design pack | none | none | none |
| GEO/SEO emitter | native | none | none | none |
| Open source | MIT | SDK only | closed | MIT |
Open-source. MIT-licensed. Metered through MnemoPay so you only pay for what you actually run. Free until you ship something real.