エージェントメモリ
エージェントメモリとは、エージェントがセッション間で保存し、関連するときに呼び戻すもののことです。常時適用されるルール、事実、学習した資料、過去の会話の短い要約などが含まれます。
エージェントメモリとは、エージェントがセッション間で保持し、あなたの質問に関連するときにターン内に呼び戻すものです。
これは、あなたが現在行っている会話のことではありません。それはコンテキストであり、ウィンドウが閉じると消えます。メモリはそれを超えて存続する部分であり、Dropstoneでは次の4種類のものを保持します。
| 種類 | 説明 |
|---|---|
| ルール | 常時適用される指示:「常に」「決して」「今後は」。毎ターンに付随します |
| 事実 | あなたやあなたの仕事についての真実で、質問に関係するときに呼び出されます |
| 学習した資料 | 学習を依頼したドキュメントやコードベースで、後から利用可能です |
| 要約 | 過去の会話が何についてだったかの短い記録で、スレッドを再開するために使われます |
メモリを主張するエージェントでは、2つの特性を確認する価値があります。それは可視性であるべきです。何を記憶しているかを尋ねると、そのリストが得られます。そして削除可能性であるべきです。何かを忘れるよう依頼すると、実際に削除され、隠されるだけではありません。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