
Cognitive Step API. The agent reasoning cycle is a first-class database primitive. State, vector memory, and trace data commit or roll back as one atomic unit via a clean SQL protocol — no application-layer coordination required.
Cross-type atomicity. The ANN index participates in the kernel's MVCC protocol as a first-class citizen. On rollback, relational writes, vector index updates, and trace entries are all discarded together. No ghost state. No partial results.
Snapshot-consistent reads within a step. All reads in a single cognitive step — relational queries, vector retrievals, event polls — see the same committed snapshot, enforced by the kernel. Agents in shared memory pools never reason from mismatched system states.
Causal replay with branch isolation. Every write carries a kernel-assigned step identifier. Reconstruct exactly what the agent knew at any prior step and test corrections against that exact historical state — without touching the live agent.
Native HTAP, no replication lag. PAX storage layout serves transactional writes and analytical queries on one physical copy. Cognitive management queries — contradiction detection, loop detection, memory health — run on live data in the same MVCC snapshot as concurrent writes.
Full PostgreSQL compatibility. PhoebeDB embraces the PostgreSQL ecosystem, aligning its kernel behavior with PostgreSQL, while enhancing plugin capabilities without altering existing interfaces. Learn more ...