Agente AI con memoria
Un agente AI con memoria è un agente che conserva ciò che impara su di te e sul tuo lavoro, lo collega al tuo account anziché a una singola app, e lo applica ovunque utilizzi l'agente successivamente.
Un agente AI con memoria è un agente che conserva ciò che impara su di te e sul tuo lavoro, lo collega al tuo account anziché a una singola app, e lo applica la volta successiva in cui utilizzi l'agente ovunque.
La distinzione che conta non è che possa ricordare la conversazione corrente. Ogni finestra di chat lo fa. È che ciò che gli insegni in un luogo è ancora presente in un altro, e anche la settimana successiva: una convenzione, una correzione, un fatto su come lavora il tuo team.
Da questo derivano tre aspetti, ed è ciò che devi verificare in qualsiasi agente che dichiari di avere una memoria:
- Cosa conserva. In Dropstone, regole e fatti, ciò che ha studiato e brevi riepiloghi del lavoro passato. Vedi Regole e fatti.
- Dove si applica. Ogni superficie con accesso dello stesso account: chat, CLI, SDK ed editor. Vedi Memoria tra chat, CLI e SDK.
- Come la vedi e la rimuovi. Chiedigli cosa ricorda e ti mostra l'elenco; chiedergli di dimenticare qualcosa lo rimuove. Vedi Vedi cosa ha imparato Dropstone.
Dropstone è costruito in questo modo, piuttosto che come un assistente con una memoria aggiunta in seguito, ed è per questo che la stessa memoria è ciò che tiene insieme le sue superfici.
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.