具備記憶的 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