agent-memory-systems
SolidMemory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector stores), and the cognitive architectures that organize them.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- lingxling
- Repository
- lingxling/awesome-skills-cn
- Created
- 3 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
agent-memory-systems
Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector stores), and the cognitive architectures that organize them.
agent-memory-systems
Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector stores), and the cognitive architectures that organize them.
agent-memory-systems
Architect agent memory across short-term context, long-term vector stores, and CoALA-style cognitive layers, with LangMem patterns, vector-DB selection (Pinecone/Qdrant/Chroma), and chunking strategy. USE WHEN designing the memory architecture and vector-store stack for a production agent.