2 مستودعات
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.
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.
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.