@epicdm/flowstate-agents-knowledge-store
v1.0.8
Published
Redis-based long-term knowledge storage with semantic search for AI agents
Maintainers
Readme
@epicdm/flowstate-agents-knowledge-store
Redis-based long-term knowledge storage with semantic search for AI agents.
Persists facts, embeddings, and conversation summaries in Redis and exposes them through a semantic-search API so agents can recall relevant knowledge across sessions without replaying entire transcripts into the context window.
Installation
yarn add @epicdm/flowstate-agents-knowledge-store
# or
npm install @epicdm/flowstate-agents-knowledge-storeRequires a Redis instance (tested with ioredis).
Usage
import {} from /* knowledge store */ '@epicdm/flowstate-agents-knowledge-store'See the package's TypeScript declarations for the full list of exports.
License
Apache-2.0 © Epic Digital Interactive Media LLC
