awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Conversation Management · Awesome GitHub Repositories

5 repos

Awesome GitHub RepositoriesConversation Management

Tools for tracking, organizing, and maintaining the state and history of multi-turn language model interactions.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Conversation Management. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Language Model Orchestration
  4. Conversation Management

Awesome Conversation Management GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • langchain-ai/langchain

    langchain-ai/langchain

    127,015GitHubView on GitHub↗

    LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows t

    Pythonagentsaiai-agents
  • OpenHands/OpenHands

    OpenHands/OpenHands

    67,974GitHubView on GitHub↗

    OpenHands is an autonomous agent framework designed for software engineering workflows. It provides a modular platform for orchestrating AI agents that reason, plan, and execute tasks within isolated, containerized development environments. By integrating with standard version control and development tools, the system

    Pythonagentartificial-intelligencechatgpt
  • xtekky/gpt4free

    xtekky/gpt4free

    65,720GitHubView on GitHub↗

    This project provides a unified interface for interacting with a wide range of artificial intelligence services, acting as a central orchestration layer for text and image generation. It standardizes access to diverse AI backends, allowing developers to integrate multiple language and vision models through a single, co

    Pythonchatbotchatbotschatgpt
  • openinterpreter/open-interpreter

    openinterpreter/open-interpreter

    62,257GitHubView on GitHub↗

    Open Interpreter is an autonomous agent runtime that translates natural language instructions into executable code to interact with local software and operating systems. It functions as an orchestration framework that connects language models to a secure execution environment, enabling the development of agents capable

    Pythonchatgptgpt-4interpreter
  • microsoft/autogen

    microsoft/autogen

    54,656GitHubView on GitHub↗

    This framework provides a development environment for building collaborative systems where autonomous agents interact to solve complex tasks through conversational workflows. It functions as a conversational workflow engine and event-driven runtime, coordinating multi-step processes by translating high-level goals into

    Pythonagenticagentic-agiagents

Explore sub-tags

  • Condensation TriggersAutomated or manual mechanisms that initiate the summarization of conversation history based on state or token thresholds.
  • Context Sequencing EnginesComponents that manage and inject conversation history into stateless API requests to maintain dialogue continuity.
  • Conversation Event VisualizersComponents that render real-time logs, state transitions, and sub-agent delegation hierarchies within a conversation flow.
  • Conversation ForkingCapabilities for creating independent branches of conversation history to enable parallel experimentation and state debugging.
  • Conversation History CondensationTechniques for summarizing or pruning conversation event streams to maintain context and optimize storage.
  • Conversation Session InitializersMechanisms for bootstrapping conversation contexts and determining execution environments for dialogue processing.
  • Conversation State ManagementSystems that maintain interaction history and agent configuration to provide context for ongoing conversational sessions.
  • Conversation State PersistenceMechanisms for saving and restoring conversation context and message history across multiple sessions.
  • Conversation SummarizationTechniques for condensing long-form conversation logs into concise summaries while retaining essential context.
  • Conversation ThreadsPersistent containers for organizing user-agent message history.
  • Conversation VisualizersComponents that render and display conversation events and message history.
  • Event Attribution ManagementMechanisms for tracking the origin and role of individual messages within a conversation stream to ensure correct model processing.
  • Event Transformation StrategiesLogic for converting raw event streams into formats compatible with language model message interfaces.
  • Thread ManagementAPIs for accessing, retrieving, and inspecting specific conversation thread states and message histories.
  • Thread Search ServicesAPIs for querying and retrieving historical conversation threads and session metadata.