Skip to content
Documentation

Documentation

fgraph is an embedded temporal fact store: retained facts ⟨entity, attribute, value⟩ in one SQLite file, with durable receipts, basis-safe writes, schema introspection, bounded Datalog, attributable hybrid search, and native Python, Go, and TypeScript implementations. History is retained by default; nohistory is a storage policy, while audited excise() is the privacy-deletion path. Start with Getting Started, understand the model in Concepts, then wire it into agents in Integrations.