Metadata-Version: 2.4
Name: fgraph
Version: 0.0.1
Summary: A fact graph in a single SQLite file — embedded temporal fact store for AI agents (name reservation; v0.1 in development)
Author: Médéric Hurier (Fmind)
Author-email: Médéric Hurier (Fmind) <mederic.hurier@fmind.dev>
License-Expression: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database
Requires-Python: >=3.10
Project-URL: Homepage, https://fmind.github.io/fgraph/
Project-URL: Repository, https://github.com/fmind/fgraph
Project-URL: Specification, https://github.com/fmind/fgraph/blob/main/SPEC.md
Description-Content-Type: text/markdown

# fgraph

**A fact graph in a single SQLite file — every fact remembers when and why it became true, and when it stopped.**

fgraph is an embedded temporal fact store: immutable facts with full history, provenance, time travel (`at`, `history`, `diff`, `why`, `undo`), schema-optional attributes, hybrid keyword + vector search, and an MCP server for AI agents. Python and Go, one shared file format, no server.

**This 0.0.1 release reserves the package name.** The specification is complete and v0.1 is under active development:

- Repository: <https://github.com/fmind/fgraph>
- Specification: <https://github.com/fmind/fgraph/blob/main/SPEC.md>
- Documentation: <https://fmind.github.io/fgraph/>

License: MIT — © 2026 Médéric Hurier (Fmind).
