agent-memory
仓库创建 2026年1月15日最近提交 3 小时前SkillHot 收录 3 小时前
▸ 精选理由
适合需要长期上下文与文档同步的代理。
▸ 风险提示
可能需要连接外部数据库或云存储,需配置凭据。
这个 Skill 做什么
为 AI 代理提供持久化、可检索的混合记忆并同步项目文档。
给 AI 代理做一个长期可检索的知识库,把项目文档、决策和历史对话当成记忆存起来并随时检索。用在需要让代理记住项目背景、设计决策或持续追踪信息的场景。它支持持久化和全文检索,并能自动与项目文档同步,减少重复解释和随手丢失的信息。
▸ 展开 SKILL.md 英文原文
A hybrid memory system that provides persistent, searchable knowledge management for AI agents.
4.4w
Stars
6.5k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/agent-memory/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/agent-memory/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# agentMemory Skill ## When to Use Use this skill when you need a hybrid memory system that provides persistent, searchable knowledge management for AI agents. This skill extends your capabilities by providing a persistent, searchable memory bank that automatically syncs with project documentation. ## Prerequisites - Node.js installed - Check if `agentMemory` is already installed in the project: ```bash ls -la .agentMemory ``` ## Setup 1. **Install Dependencies**: ```bash npm install ``` 2. **Build the Project**: ```bash npm run compile ``` 3. **Start the Memory Server**: You need to run the MCP server to interact with the memory bank. ```bash npm ru
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有