@agentier/memory
v1.0.1
Published
Memory providers for agentier — BufferMemory, FileMemory
Readme
@agentier/memory
Memory providers for agentier — BufferMemory and FileMemory.
Install
npm install @agentier/memory @agentier/coreUsage
import { createAgent } from '@agentier/core'
import { BufferMemory } from '@agentier/memory'
const agent = createAgent({
provider: myProvider,
memory: new BufferMemory({ maxMessages: 100 }),
})Documentation
Full docs and examples: github.com/itIsMaku/agentier
License
MIT
