@epicdm/flowstate-agents-memory-client
v1.0.7
Published
TypeScript client for Redis Agent Memory Server (AMS) with automatic conversation summarization and context window management
Maintainers
Readme
@epicdm/flowstate-agents-memory-client
TypeScript client for the Redis Agent Memory Server (AMS) with automatic conversation summarization and context-window management.
Wraps the AMS HTTP protocol with a typed client that handles token-aware context-window truncation, rolling conversation summarization, and pluggable storage strategies — so an agent can focus on reasoning while memory is managed for it.
Installation
yarn add @epicdm/flowstate-agents-memory-client
# or
npm install @epicdm/flowstate-agents-memory-clientUsage
import {} from /* memory client */ '@epicdm/flowstate-agents-memory-client'See the package's TypeScript declarations for the full list of exports.
License
Apache-2.0 © Epic Digital Interactive Media LLC
