기억을 가진 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