awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesInput-Driven Turn Preemption

Interrupting a current agent turn to start a new one based on fresh user input.

Distinct from Agentic Execution Loops: Focuses on input-triggered turn replacement rather than general multi-turn state management.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Input-Driven Turn Preemption. Refine with filters or upvote what's useful.

Awesome Input-Driven Turn Preemption GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • cloudwego/einoالصورة الرمزية لـ cloudwego

    cloudwego/eino

    9,675عرض على GitHub↗

    Eino is an AI agent development kit and LLM application framework designed for building autonomous agents and orchestrating complex language model workflows. It serves as a multi-agent orchestration engine and workflow orchestrator, providing a graph-based execution model to route data between models, tools, and retrievers. The framework distinguishes itself through a robust set of multi-agent coordination patterns, including supervisor-led management, sequential flows, and autonomous reasoning loops like ReAct. It features advanced agent execution controls such as active turn preemption, che

    Interrupts a running agent turn to start a new one based on new input at safe points.

    Goaiai-applicationai-framework
    عرض على GitHub↗9,675
  • livekit/agentsالصورة الرمزية لـ livekit

    livekit/agents

    9,379عرض على GitHub↗

    This project is a framework for developing multimodal AI agents that function as programmable participants in real-time communication rooms. It enables the construction of agents that can see, hear, and speak by integrating speech-to-text, large language models, and text-to-speech pipelines to facilitate low-latency, natural conversations. The system is distinguished by its advanced orchestration of real-time media and conversational flow, including support for full-duplex speech, preemptive response generation, and sophisticated interruption management. It further differentiates itself throu

    Allows for the modification of user input or injection of external context before the agent generates a response.

    Pythonagentsaiopenai
    عرض على GitHub↗9,379
  1. Home
  2. Artificial Intelligence & ML
  3. Agentic Reasoning Loops
  4. Critic Agent Loops
  5. Agentic Execution Loops
  6. Input-Driven Turn Preemption

استكشف الوسوم الفرعية

  • Turn Context InterceptionMechanisms to modify user input or inject external state before an agent generates a reply. **Distinct from Input-Driven Turn Preemption:** Distinct from Input-Driven Turn Preemption: focuses on modifying the content of the turn before processing, not canceling the current turn.