Get the latest tech news
Letta: Letta is a framework for creating LLM services with memory
Letta (formerly MemGPT) is a framework for creating LLM services with memory. - letta-ai/letta
You can use Letta to build stateful agents with advanced reasoning capabilities and transparent long-term memory. The Letta server can be connected to various LLM API backends ( OpenAI, Anthropic, vLLM, Ollama, etc.). Once the Letta server is running, you can access it via port 8283(e.g. sending REST API requests to http://localhost:8283/v1).
Or read this on Hacker News