agent-memory

仓库创建 2026年1月15日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

已指明运行依赖,有实现导向,便于快速集成代理记忆功能。

▸ 风险提示

可能需要安装外部依赖和向量数据库,需注意凭证与网络访问。

这个 Skill 做什么

为 AI 代理提供可持久化且可搜索的混合记忆存储。

为 AI 代理提供既持久又可搜索的记忆库,把项目文档和知识自动同步成可检索的记忆,方便在对话中调取历史和上下文。当你需要长期记忆、多会话上下文或把散落的文档变成知识库时会用到。特点是混合存储既保留历史也支持快速检索,降低丢失上下文的风险并提升回答一致性。

▸ 展开 SKILL.md 英文原文

A hybrid memory system that provides persistent, searchable knowledge management for AI agents.

数据与抓取持久化记忆向量检索Node.js集成通用
4.2w
Stars
6.8k
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/agent-memory/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/antigravity-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 公开信息 · 原文版权归作者所有