FlowElement-xinliuyuansu/m_flow
A bio-inspired cognitive memory engine — a new paradigm for Graph RAG. observed · 2026-08-28
Health v2 · maintenance only
61/100
- Activity 95
- Release rhythm 47
- Longevity 11
Flags: young
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 155
- days_rel: 143
- days_push: 30
- n_releases_24m: 1
Adoption not part of the score
4500 stars · 257 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
M-flow is a Python bio-inspired cognitive memory engine that treats graph topology as the retrieval scoring engine rather than a supportive structure. It stores knowledge in a four-layer cone graph (Episode → Facet → FacetPoint → Entity) and scores relevance by propagating evidence along typed, semantically weighted edges from vector-search entry points.
Use cases
- build long-term memory for ai agents
- implement graph rag with reasoning-based retrieval
- give llm chatbots episodic and semantic memory
- retrieve answers by evidence paths instead of vector similarity
- add multi-granularity memory recall to rag pipelines
- expose agent memory via mcp server
When to choose
- you need relevance based on reasoning chains rather than embedding similarity
- you're building agentic ai that must remember and associate events over time
- you want a graph-native alternative to chunk-based GraphRAG systems
- you need MCP-compatible memory for LLM tooling
When to avoid
- you need a simple, battle-tested vector-only RAG stack
- your corpus is small enough that plain similarity search suffices
- you require a managed database product rather than a Python library
- you're outside the Python 3.10–3.13 ecosystem
Facets
library · maturity active
rag vector-database search-engine agent-framework mcp llm-inference artificial-intelligence large-language-models databases python cross-platform graph-rag agent-memory knowledge-graph episodic-memory semantic-memory memory-engine cognitive-architecture evidence-path-scoring retrieval-augmented-generation ai-agents natural-language-processing
2 sources
- readme: https://github.com/FlowElement-xinliuyuansu/m_flow · fetched 2026-08-28 · 6f72e2a36e36
- homepage: https://flowelement.ai · fetched 2026-08-29 · 7ef6dcf343c7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| FlowElement-xinliuyuansu/m_flow | main | 61 |
For agents
markdown · JSON · MCP: product_card(name="FlowElement-xinliuyuansu/m_flow")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem