cavi-ai/
GitHub ↗

interface-core

Tier: Embed

In-process authority store, capability checks, events, idempotency, and related authorization primitives. Use when embedding the runtime rather than calling HTTP.

Typical entry: AuthorityStore::in_memory() (or durable records) → issue / verify → capability context for dispatch. See the sketch on Rust SDK.

Prefer HTTP + bobby-browser-client for remote automation. Do not log plaintext bearers; only hashes are durable for issued principals.

Next