Embedded memory engine for AI agents — third data model (experience/activate), provenance, benchmarks. Goal: SQLite for agent memory.
Project description
FluctlightDB
The memory engine for AI agents — not a vector database with an agent SDK bolted on.
· GitHub
Mission
Goal: become the default database for agent memory — the way SQLite became the default embedded DB for apps.
Long-term agent memory is a third data model (alongside relational facts and vector similarity). FluctlightDB defines engine-level experience() / activate() semantics — episodes, cue-driven recall, provenance, consolidation — not app glue on top of Chroma or Mem0.
Who it's for — agents that persist across sessions, learn from tools/files/APIs as well as chat, recall under paraphrase, and should prefer verified evidence over casual conversation at recall time.
Typical fits: coding agents, ops bots, research assistants, NPCs.
Install
pip install "fluctlightdb[native]"
from fluctlightdb import connect
brain = connect("/tmp/my-agent-brain")
brain.experience("User prefers dark mode", context="settings", salience=0.8)
print(brain.activate("theme preference"))
brain.checkpoint()
HTTP-only (no Rust extension): pip install fluctlightdb
Benchmarks (June 2025)
| Benchmark | Metric | Result |
|---|---|---|
| LoCoMo (10 conv) | Mean evidence recall @ k=150 | 98.1% |
| BEIR SciFact | nDCG@10 (index mode) | 0.645 (ties Chroma + MiniLM) |
| FAMB | Macro (index / agent) | 98% / 97% |
Frozen JSON: benchmarks/results/2025-06-22.json
LoCoMo evidence recall ≠ Mem0 LLM-as-judge QA — different metrics; compare only when labeled.
Docs
- Getting started
- Multi-agent monorepos —
fluctlight-project init, MCP, hooks, handoffs - Platform compatibility — Windows, macOS, Linux
- Full README & reproduction
- Platform checklist
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file fluctlightdb-0.5.1.tar.gz.
File metadata
- Download URL: fluctlightdb-0.5.1.tar.gz
- Upload date:
- Size: 35.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
130efdfc767194425b5bb5d161aac5b775bcf314dc94eaec5008a8a7f74f7853
|
|
| MD5 |
861def2dc6d0c4db74ee1c80c7a02f45
|
|
| BLAKE2b-256 |
4c8b950903cb30f6a764e38dd0a13be70c6325d0c5fd7fd6c791540de23793ad
|
File details
Details for the file fluctlightdb-0.5.1-py3-none-any.whl.
File metadata
- Download URL: fluctlightdb-0.5.1-py3-none-any.whl
- Upload date:
- Size: 46.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
472c0b650f6778ff90567932ec057120018932fda92b034027073ab1a01c618f
|
|
| MD5 |
fc88ff41203af47a05bbfe701843f771
|
|
| BLAKE2b-256 |
8e8dee4306788df4457607af021a5113a49ab4001bb3c4a41659a74a5b3fabd0
|