2 Repos
Systems for maintaining state and history across multi-turn conversations with AI models.
Distinct from Interactive Model Inference Sessions: Shortlist candidates focus on network-level sessions, developer support, or game turn managers rather than LLM conversation state.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Chat Session Management. Refine with filters or upvote what's useful.
This project is a Python software development kit and framework for building applications that integrate with large language models. It serves as a multimodal content generator and vector embedding library, enabling the production and editing of text, images, audio, and video. The toolkit provides specialized capabilities for adapting base models through supervised and reinforcement training. It further distinguishes itself by offering tools for orchestrating complex workflows, including stateful chat sessions, the enforcement of structured output via schemas, and the integration of external
Provides stateful conversation management to track dialogue history across multiple turns.
LLamaSharp is a .NET LLM inference library and local runtime that enables the execution of large language models on CPU and GPU hardware. It serves as a multimodal AI library capable of processing both text and image inputs to generate analytical textual responses without relying on external APIs. The project distinguishes itself as a grammar-based text generator that enforces specific output formats, such as JSON, through constrained sampling pipelines. It also functions as a retrieval augmented generation framework integration, allowing the combination of local inference with external data
Maintains conversational history and state across multi-turn dialogues to provide continuity.