Deterministic memory and governance for developers and AI agents.
Project description
memory-share-kit
Deterministic memory and governance for AI agents.
Install
pip install memory-share-kit
Requires Python 3.14.x only.
Quick Start
kit init
kit learn --tag invariant --content "Auth MUST use JWT only."
kit-agent ask "Can I use session cookies?"
Expected: DECISION: BLOCK
Core Commands
kit learn# store facts / invariantskit recall# retrieve memorykit doctor# system statuskit-agent ask# run agent with memory
Principles
- Deterministic memory (SQLite, append-only)
- Same input → same decision
- Invariants override everything
- No dynamic data in long-term memory
Notes
- Use
kit-agentfor runtime / dynamic context kit learnis for stable facts only- Designed for CLI, scripts, and CI
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
memory_share_kit-1.2.2.tar.gz
(64.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters