Raucle in 60 seconds

One agent interaction. Five primitives. Every signature visible. Watch the whole trust graph run.

live demo · runs in your browser
raucle-detect demo · agent:billing
v0.10.0
step 0 / 6

What just happened

1 · v0.3

Scan

User input runs through pattern + heuristic + ML layers. Verdict is signed into an Ed25519 receipt.

2 · v0.9

Prove

Z3 proves the tool's policy is complete over its JSON Schema. The proof hash binds into the trust graph.

3 · v0.10

Mint

An Ed25519 capability token is issued, citing the proof hash and binding agent + tool + constraints + expiry.

4 · v0.10

Gate

Every tool call is gated against the token. A bad call is rejected without the model touching the rejection.

5 · v0.4

Audit

Every record is hash-chained and Merkle-rooted into a tamper-evident log signed at every checkpoint.

6 · everywhere

Verify

Every artefact is independently verifiable offline. No central authority. Pin the key once.

Run it locally in 30 seconds

Same script, same output, runs anywhere Python does.

$ pip install 'raucle-detect[compliance,proof]'
$ python -m raucle_detect.examples.end_to_end
# or: python examples/end_to_end/demo.py