Metadata-Version: 2.4
Name: gnokee
Version: 0.0.0
Summary: Memory infrastructure for personal AI — bi-temporal facts, honest contradictions, autonomous maintenance, real forgetting. MCP-native, multi-tenant, multilingual. Placeholder release; see https://github.com/gnokeelabs/gnokee.
Project-URL: Homepage, https://github.com/gnokeelabs/gnokee
Project-URL: Source, https://github.com/gnokeelabs/gnokee
Project-URL: Issues, https://github.com/gnokeelabs/gnokee/issues
Author: gnokeelabs
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: ai,bi-temporal,graphiti,knowledge-graph,mcp,memory,personal-ai
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# gnokee

> Memory infrastructure for personal AI — bi-temporal facts, honest contradictions, autonomous maintenance, real forgetting. MCP-native, multi-tenant, multilingual.

**Status: pre-implementation (v0.0.0 placeholder release).**

This package reserves the name. Source of truth: <https://github.com/gnokeelabs/gnokee>.

## What gnokee is

A memory layer that treats facts the way infrastructure treats state: declared, versioned, reconciled, garbage-collected. It ingests episodes from any source (files, APIs, event streams), stores them with bi-temporal validity, detects contradictions at write and surfaces them at read, supersedes facts explicitly rather than overwriting, forgets verifiably when asked, and runs maintenance autonomously.

## Status

- [ ] Spec finalization
- [ ] Graphiti spike
- [ ] v0.1 implementation

Watch the GitHub repo for progress: <https://github.com/gnokeelabs/gnokee>.

## License

Apache-2.0. See `LICENSE`.
