Skip to content

A persistent memory service for AI agents that stores and manages conversation history, enabling agents to maintain context across sessions, replay conversations, fork conversations at any point, and perform semantic search across all conversations.

License

Notifications You must be signed in to change notification settings

chirino/memory-service

Repository files navigation

Memory Service

Build

A persistent memory service for AI agents that stores and manages conversation history, enabling agents to maintain context across sessions, replay conversations, fork conversations at any point, and perform semantic search across all conversations.

Features

  • Persistent conversation storage - All messages are stored with full context and metadata
  • Conversation replay - Replay any conversation in the exact order messages occurred
  • Conversation forking - Fork a conversation at any message to explore alternative paths
  • Semantic search - Search across all conversations using vector similarity
  • Access control - User-based ownership and sharing with fine-grained permissions
  • Multi-database support - Works with PostgreSQL and MongoDB

Project Status

This is a proof of concept (POC) currently under development.

Documentation

Visit the Memory Service Documentation for complete guides:

License

Apache 2.0

About

A persistent memory service for AI agents that stores and manages conversation history, enabling agents to maintain context across sessions, replay conversations, fork conversations at any point, and perform semantic search across all conversations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published