🧠 Solo Memory

Unified AI Agent Memory System

v0.1.0
Service Running

✨ Features

Graph-based memory storage
Multi-tenant isolation
Hybrid semantic search
Advanced graph architecture
Container-based scoping
RESTful API design

🚀 Quick Start

Authentication Required

All API requests require authentication using a Bearer token. Include the Authorization header with your API key:

Authorization: Bearer <your-api-key>

Contact [email protected] to obtain your API credentials.

Container Scoping

Memories are organized by containers to ensure complete isolation between different contexts. Each container maintains its own independent memory space.

📡 Main Endpoints

POST /memories - Add a new memory
GET /memories - List memories
DELETE /memories/{id} - Delete memory
POST /conversations - Ingest conversation
POST /search - Hybrid memory search
GET /profile - Generate user profile
GET /health - Service health check