具有记忆的AI代理
具有记忆的AI代理是指能够保留它对你和你的工作所学到的东西,将其关联到你的账户而非单个应用,并在你下次于任何地方使用该代理时加以应用的代理。
具有记忆的AI代理是指能够保留它对你和你的工作所学到的东西,将其关联到你的账户而非单个应用,并在你下次于任何地方使用该代理时加以应用的代理。
关键区别不在于它能回忆当前对话——每个聊天窗口都能做到这一点。而在于你在一个地方教给它的内容,在另一个地方仍然存在,并且下周依然有效:一个约定、一次修正、一个关于你团队工作方式的事实。
由此衍生出三点,这也是你在评估任何声称具有记忆的代理时需要检查的内容:
- 它保留什么。 在 Dropstone 中,包括规则和事实、它研究过的内容,以及过去工作的简短摘要。参见 规则和事实。
- 它在哪里应用。 同一账户的每个已登录界面:聊天、CLI、SDK 和编辑器。参见 跨聊天、CLI 和 SDK 的记忆。
- 你如何查看和删除它。 询问它记得什么,它会显示列表;要求它忘记某件事,它会将其删除。参见 查看 Dropstone 已学习的内容。
Dropstone 是以这种方式构建的,而不是作为一个后来才加上记忆功能的助手,这正是为什么相同的记忆是连接其各个界面的纽带。
Related articles
- Agent memoryAgent memory is what an agent stores between sessions and brings back when it is relevant: standing rules, facts, studied material, and short summaries of past conversations.
- Cross-surface memoryCross-surface memory is one memory attached to your account that every surface reads and writes, so a rule set in the terminal holds in chat and something learned in chat is available to code running through the SDK.
- How Dropstone remembers youDropstone keeps a persistent memory that follows your account across chat, the CLI, and the SDK. Correct it once and it should not need correcting again, anywhere you use it.
- How an agent learns as it worksDropstone is a self-learning agent. It records what it learns from corrections, from finished work, and from sources you ask it to study, and it uses that the next time without being told. Here is the loop.
Ctrl+I