mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-22 22:38:21 -05:00
[PR #3038] [CLOSED] Add agent-brain to AI and Agents > Data Layer #13659
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/3038
Author: @kaderosio
Created: 4/9/2026
Status: ❌ Closed
Base:
master← Head:add-agent-brain📝 Commits (1)
0a0a636Add agent-brain to AI and Agents > Data Layer📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is agent-brain?
agent-brain is a 7-layer cognitive memory system for AI agents with perception gating, forgetting curves, and predictive alerts. No LLM required.
Why it belongs in Data Layer
Agent Brain provides the persistent memory and data infrastructure layer for AI agents, similar to how mem0 and llama-index serve as data layers. It uses PostgreSQL + pgvector for storage, sentence-transformers for embeddings, and spaCy for NLP — all without requiring an LLM.
Quality criteria
Entry follows the standard format and is placed alphabetically in the Data Layer subsection.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.