判断自己是不是目标用户。
Agent SDK 与运行时 · 开源项目
agent-memory
Agent SDK 项目,用于验证工具调用、状态管理、handoff、trace、评估和权限边界。
判断自己是不是目标用户。
能做什么Agent 运行时预检、工具权限、状态/交接边界、trace 验收和评估清单查看可带走的能力路径。
继续前先用假工具和临时凭据验证一个最小 agent loop。未完成验证前保持审慎。
GitHub 快照332 星标74 分叉 · 10 贡献者
Doramagic.ai 最后验证日期:2026-06-17 验证方法:来源证据、语义档案、公开页面门禁和静态构建验收。
快速判断 · 2026-06-17
agent-memory 项目 是什么?
- agent-memory 是 Agent SDK / 运行时项目,用于组织工具调用、状态、handoff、trace 和评估边界。
- 最适合:正在构建可观测、可测试、多工具 Agent 应用的开发者。
- 不适合:不适合只需要一个 Prompt、简单 API 调用,或不能隔离工具权限的用户。
- 它给 AI 增加的能力:Agent 运行时预检、工具权限、状态/交接边界、trace 验收和评估清单
- 第一步安全验证:先用假工具和临时凭据验证一个最小 agent loop。
- 当前验证状态:源码、Quick Start 和沙箱安装检查均记录为已通过。
- 最大风险:可能增加新用户试用和生产接入成本。
- 证据基础:https://github.com/neo4j-labs/agent-memory、https://github.com/neo4j-labs/agent-memory#readme、项目说明书、踩坑日志
01
一眼判断
先判断自己是否是目标用户,再决定是否继续。不适合只需要一个 Prompt、简单 API 调用,或不能隔离工具权限的用户。
未完成验证前保持审慎。
02
它能做什么
把项目翻译成用户能判断的具体能力,而不是 Doramagic 的使用流程。MCP 工具
一个面向 AI 智能体和上下文图谱的图原生记忆系统,支持存储对话、构建知识图谱,并让智能体从自身推理中学习——所有功能均由 Neo4j 提供支持。
ability-1知识库问答
帮助用户判断这个项目适合什么工作,而不是只看技术名词。
ability-2长期记忆
说明输入、输出、失败模式和继续前需要复核的边界。
ability-3可验证工作流
沉淀为 Prompt、说明书、上下文包或预检清单等可带走资产。
ability-4来源:https://github.com/neo4j-labs/agent-memory、https://github.com/neo4j-labs/agent-memory#readme、项目说明书、踩坑日志。这里只回答“它能帮我做什么”。
03
项目温度与外部声音
站点快照,非实时质量证明;用于开工前背景判断。社区讨论
已收录 12 条来源下面是已采集到的项目级社区讨论来源,来源平台:github。这些外部声音用于帮助判断真实使用反馈,不单独作为质量证明。
-
01
[TypeScript SDK] EntityTypeDef.poleType typed as string — invalid values
github / github_issue
-
02
false acks
github / github_issue
-
03
Build #42's decay as re-ranking over a bitemporal, invalidate-not-delete
github / github_issue
-
04
Support memory decay in memory search retrievers
github / github_issue
-
05
Long-term recall is not isolation-enforced per user (Entity/Fact are glo
github / github_issue
-
06
[Bug/Integration] `Neo4jMemoryService` (Google ADK) is incompatible with
github / github_issue
-
07
If short-term memory is processed multiple times, Message-to-Entity link
github / github_issue
-
08
[Python SDK] NamsConfig requires endpoint with /v1 suffix — quick-start
github / github_issue
-
09
[Python SDK] record_tool_call() and get_session_traces() crash with Vali
github / github_issue
-
10
[TypeScript + Python SDK] Methods unavailable on hosted service throw No
github / github_issue
-
11
[TypeScript SDK] searchMessages — sessionId typed as optional but requir
github / github_issue
-
12
[TypeScript SDK] getEntity throws TransportError instead of NotFoundErro
github / github_issue
04
怎么开始使用
先试、再读项目说明书、再带给 AI,最后按官方quick start验证。先试 Prompt
不安装项目,先体验能力节奏。
预览读项目说明书
理解输入、输出、失败模式和边界。
说明书带给 AI
把上下文交给你的宿主 AI 继续工作。
上下文沙箱验证
进入主力环境前先完成安装入口与风险边界验证。
验证pip install neo4j-agent-memory来源:https://github.com/neo4j-labs/agent-memory#readme。验证:已通过。
05
项目说明书
每个项目结构不同,Doramagic 保留原项目解释结构,并补充边界与踩坑日志。草稿 · 项目说明书
agent-memory 说明书
一个面向 AI 智能体和上下文图谱的图原生记忆系统,支持存储对话、构建知识图谱,并让智能体从自身推理中学习——所有功能均由 Neo4j 提供支持。
打开完整说明书- https://github.com/neo4j-labs/agent-memory 项目说明书
- 目录
- 说明书章节
- 相关页面
- 系统定位与设计目标
- 三层记忆架构
- 图模型与 POLE+O 本体
06
带给 AI 的上下文包
决定继续后,把项目上下文带给你的宿主 AI。07
继续前检查
在复制命令、导入 AI、安装插件前,看清还不能相信什么。不要把试用当真实运行
试用 Prompt 只展示流程,不证明项目已安装或运行。
确认宿主兼容
支持 MCP 的 AI 宿主、claude、chatgpt
先隔离验证
继续完成沙箱验证和证据复核
- 先用假工具和临时凭据验证一个最小 agent loop。
08
踩坑日志与复核重点
Doramagic 记录的高风险项优先显示,避免用户把候选能力当成已验证能力。来源证据:Build #42's decay as re-ranking over a bitemporal、invalidate-not-delete store
GitHub 社区证据显示该项目存在一个安装相关的待验证问题:Build #42's decay as re-ranking over a bitemporal、invalidate-not-delete store
可能增加新用户试用和生产接入成本。
来源证据:Support memory decay in memory search retrievers
GitHub 社区证据显示该项目存在一个安装相关的待验证问题:Support memory decay in memory search retrievers
可能增加新用户试用和生产接入成本。
来源证据:Long-term recall is not isolation-enforced per user (Entity/Fact are global; omitting `user_identifier` returns another…
GitHub 社区证据显示该项目存在一个维护/版本相关的待验证问题:Long-term recall is not isolation-enforced per user (Entity/Fact are global; omitting `user_identifier` returns another user's data)
可能影响升级、迁移或版本选择。
来源证据:If short-term memory is processed multiple times、Message-to-Entity links are skipped for existing extracted entities
GitHub 社区证据显示该项目存在一个安装相关的待验证问题:If short-term memory is processed multiple times、Message-to-Entity links are skipped for existing extracted entities
可能增加新用户试用和生产接入成本。
可能修改宿主 AI 配置
项目面向 Claude/Cursor/Codex/Gemini/OpenCode 等宿主,或安装命令涉及用户配置目录。
安装可能改变本机 AI 工具行为,用户需要知道写入位置和回滚方法。
来源证据:[Python SDK] NamsConfig requires endpoint with /v1 suffix — quick-start docs use base URL without it
GitHub 社区证据显示该项目存在一个配置相关的待验证问题:[Python SDK] NamsConfig requires endpoint with /v1 suffix — quick-start docs use base URL without it
可能增加新用户试用和生产接入成本。
来源证据:[TypeScript SDK] EntityTypeDef.poleType typed as string — invalid values pass compile-time but fail at runtime with 422
GitHub 社区证据显示该项目存在一个配置相关的待验证问题:[TypeScript SDK] EntityTypeDef.poleType typed as string — invalid values pass compile-time but fail at runtime with 422
可能增加新用户试用和生产接入成本。
来源证据:false acks
GitHub 社区证据显示该项目存在一个配置相关的待验证问题:false acks
可能增加新用户试用和生产接入成本。
能力判断依赖假设
README / 文档足够支持第一次验证,但仍需继续核对。
假设不成立时,用户拿不到承诺的能力。
来源证据:[Python SDK] record_tool_call() and get_session_traces() crash with ValidationError — server returns status='completed'…
GitHub 社区证据显示该项目存在一个维护/版本相关的待验证问题:[Python SDK] record_tool_call() and get_session_traces() crash with ValidationError — server returns status='completed' not in ToolCallStatus enum
可能阻塞安装或首次运行。
来源证据:[TypeScript SDK] getConversation and getContext return silent 200 for non-existent IDs instead of throwing NotFoundError
GitHub 社区证据显示该项目存在一个维护/版本相关的待验证问题:[TypeScript SDK] getConversation and getContext return silent 200 for non-existent IDs instead of throwing NotFoundError
可能增加新用户试用和生产接入成本。
来源证据:[TypeScript SDK] getEntity throws TransportError instead of NotFoundError for missing entities
GitHub 社区证据显示该项目存在一个维护/版本相关的待验证问题:[TypeScript SDK] getEntity throws TransportError instead of NotFoundError for missing entities
可能增加新用户试用和生产接入成本。
下一步:先用假工具和临时凭据验证一个最小 agent loop。。