跨界面记忆
跨界面记忆是附加到您账户上的一个记忆,每个界面都会读取和写入它,因此在终端中设定的规则在聊天中同样生效,而在聊天中学到的内容可供通过SDK运行的代码使用。
跨界面记忆是附加到您账户而非某个应用上的一个记忆,您使用的每个界面都会读取和写入它。
大多数存在于多个地方的工具在每个地方都保留独立的记忆,因此您在终端中教给它的内容不会传到浏览器,而浏览器学到的东西也永远不会到达您的代码。跨界面记忆则是相反的安排:一个存储,每个界面。
在 Dropstone 中,这意味着:
- 教 CLI 一条规则,下一次聊天回复就会遵循它。
- 在聊天中纠正团队如何命名分支,CLI 会在下一次提交时遵循它。
- 让聊天研究一个库,当您的代码调用它时,SDK 会话就拥有该知识。
- 在任何一个界面上问“你记得关于我的什么?”,都会得到相同的列表。
共享这些记忆的是已登录的界面:聊天、CLI、SDK 的本地客户端以及编辑器扩展。无头 API 刻意保持无状态,而隐身聊天会读取您已知的内容,但不会写回任何东西。请参阅 跨聊天、CLI 和 SDK 的记忆 和 每个界面上的一个记忆。
Related articles
- AI agent with a memoryAn AI agent with a memory is one that keeps what it learns about you and your work, attaches it to your account rather than to one app, and applies it wherever you use the agent next.
- 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.
- Memory across chat, CLI, and SDKDropstone memory belongs to your account, not to one app. A rule you set in the CLI applies in chat, and something learned in chat is available to the SDK. One memory, every surface.
- One memory across every surfaceThe account memory that follows you across Dropstone Chat, the CLI, and the SDK, what shares it and what does not, and how to keep an integration's learning out of your own memory.
Ctrl+I