The planes
What it is made of
At the concept level a Sovereign Decision Fabric is built from a small set of planes. Each one answers a different question about running autonomous agents on your own events.
Event plane. It makes everything that happens observable the moment it happens. An ordered, immutable log of every business-relevant event, Kafka-native and backed by object storage, so it extends the streaming platform you already run and keeps long event history at object-storage cost.
Reasoning plane. It is where production agents coordinate and act, next to the data. The runtime where agents and policies read the stream and decide. It runs in situ, inside your network, rather than in an external service, so the reasoning never leaves your control.
Memory plane. It gives teams of agents one shared, persistent memory instead of isolated context. Operational memory across the stream, so agents reason with context beyond a single event and a single agent. Isolated agents cannot run real missions; shared memory is what lets them act as one.
Provenance and audit plane. It makes every decision a replayable event, so audit is a query, not an investigation. Every agent message, action, and decision is persisted as an immutable record, and every edge in the resulting graph carries a citation. This is what makes the fabric explainable on demand.
Capability plane. It turns agent skills into governed, provable, revocable assets. This is the trust layer for what autonomous agents are allowed to do. The capability plane governs what the agents themselves are allowed to do. Every skill an agent can use is packaged, signed, and given a verifiable identity, so its origin and permitted use are provable before it ever runs. Capabilities are granted, attested, and revoked on demand, and each check is offline-verifiable, needing no external authority in the verification path. This is what lets an organization run autonomous agents in production with confidence: not only is every decision recorded and replayable, every ability an agent holds is itself authorized, provable, and revocable.
The core components are open, Apache 2.0, and free to run yourself, including the Community Edition. Scalytics's supported realization of a Sovereign Decision Fabric is Lascaris: the same parts, integrated, hardened, and maintained under one contract. Policy enforcement at the edge of the stream is a distinct facet worth reading on its own in policy enforcement for agentic AI at the edge.