A TypeScript-based server that provides a memory system for Large Language Models (LLMs), allowing users to interact with multiple LLM providers while maintaining conversation history and offering tools for managing providers and model configurations.
No reviews yet. Be the first to review!
Sign in to join the conversation
Send a message to the current LLM provider. Parameters: message (string)
Retrieve conversation history. Optional parameters: limit (number or null for unlimited retrieval)
Clear conversation history by removing all stored memories.
Switch between different LLM providers (OpenAI, Anthropic, OpenRouter, Ollama). Persists provider selection.
Switch to a different model for the current provider. Supports provider-specific models and persists model selection.