Agent 記憶體
Agent 記憶體是代理程式在會話之間儲存,並在相關時帶回的內容:常駐規則、事實、研讀過的資料,以及過去對話的簡短摘要。
Agent 記憶體是代理程式在會話之間保留,並在與你的提問相關時帶入回合中的內容。
它不是你所處的對話。那是上下文,當視窗關閉時就會消失。記憶體是超越對話而存續的部分,在 Dropstone 中,它包含四種內容:
| 種類 | 說明 |
|---|---|
| 規則 | 常駐指示:「永遠」、「絕不」、「從現在起」。它們會伴隨每一次回合出現 |
| 事實 | 關於你或你工作的真實資訊,在與問題相關時被帶入 |
| 研讀過的資料 | 你要求它研讀的文件或程式碼庫,之後可供使用 |
| 摘要 | 過去對話內容的簡短記錄,以便能接續話題 |
在評估任何宣稱具備記憶體的代理程式時,有兩個屬性值得檢查。它應該是可見的:你可以詢問它記得什麼,並取得清單。它也應該是可移除的:要求它忘記某件事,實際上會移除它,而不是隱藏它。Dropstone 兩者都做到了。請參閱查看 Dropstone 學到了什麼和變更或忘記記憶。
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.
- 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.
- Rules and factsDropstone keeps two kinds of memory. Standing rules apply to every task without being searched for. Facts are recalled only when they are relevant. Here is why the difference matters and how it decides.
- Change or forget a memoryTell Dropstone to forget something and it stops applying it. Tell it a fact should be a rule, or a rule is too broad, and it adjusts. Only you can remove a memory. It never forgets on its own.
Ctrl+I