You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
AgentMemory(本周 GitHub 热榜 #3,⭐6400+)解决了一个核心问题:AI Agent 如何持久化记忆。
AEF 解决的是另一个问题:AI Agent 的每一次行为如何被证明。
两者天然互补:
想象一个场景:AgentMemory 存储了一条关键记忆——“用户偏好极简架构”。但这条记忆是怎么来的?是用户明确说的?还是 AI 从一次对话中推测的?推测的依据是什么?
如果每次 AgentMemory 的读写都伴随一条 AEF 事件(task.created → tool.call → memory.updated),那么整条记忆的形成过程就有了不可篡改的审计追踪。
我们正在探索 AEF 与 AgentMemory 的集成方案。欢迎讨论:
项目地址:https://github.com/aegis-standard/aef-core
Beta Was this translation helpful? Give feedback.
All reactions