Memory that survives
Knowledge is what you give an agent. Memory is what it learned. State is the bookmark between runs. Source is replaced by a deploy; the other three are kept.
agent.mdsourcev1
agent.mdsourcev2
keptknowledge/what you gave itv1
knowledge/what you gave itv2
keptmemory/what it learnedv1
memory/what it learnedv2
keptstate/where it stoppedv1
state/where it stoppedv2
keptA deploy replaces the source. What the agent learned stays.
01
Knowledge, memory and state are separate folders
02
Search across what an agent knows and has done
03
History: what every earlier run said
04
State picks up where the last run stopped
More