1 रिपॉजिटरी
Using editor buffers to store structured conversation history and model configuration for state recovery.
Distinct from Buffer-Based Storage: Unlike general buffer-based storage for file I/O, this specifically targets the persistence of chat sessions and settings.
Explore 1 awesome GitHub repository matching development tools & productivity · Session Persistence Buffers. Refine with filters or upvote what's useful.
gptel is an LLM Emacs client and multi-backend AI integration system that allows users to interact with large language models directly inside the Emacs text editor. It serves as an AI-powered text refactoring tool and a context-aware prompt manager, providing a unified interface to connect with various AI providers, including local Ollama instances, AWS Bedrock, and Gemini. The project distinguishes itself as a Model Context Protocol client, connecting to MCP servers to provide language models with external tools and data sources. It enables context-augmented prompting by aggregating text fro
Stores conversation histories and model configurations as structured text within editor buffers for state recovery.