2 repository-uri
Systems that enable autonomous agents to iteratively evaluate and refine their own reasoning processes.
Distinguishing note: Focuses on the self-correction loop architecture rather than general model inference.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Agentic Reflection Frameworks. Refine with filters or upvote what's useful.
GenAI_Agents is a development framework and orchestration engine designed for building autonomous, multi-agent systems. It provides the infrastructure to construct complex, state-managed workflows where specialized agents collaborate to execute multi-step tasks, manage long-term memory, and perform iterative reasoning. The platform distinguishes itself through its graph-based orchestration model, which allows developers to define intricate agentic processes with explicit state transitions. It supports advanced control mechanisms such as human-in-the-loop intervention for manual oversight and
Enables autonomous systems to evaluate their own performance and iteratively refine internal logic.
This project is an agentic workflow orchestrator designed for building and deploying autonomous systems that perform multi-step reasoning. It functions as a tool-augmented engine, enabling developers to chain model calls with external function execution to complete complex, user-defined tasks. By integrating large language models with persistent memory and stateful logic, the framework supports the creation of intelligent applications capable of independent operation. The platform distinguishes itself through graph-based state orchestration, which allows developers to define logic steps and t
Implements autonomous reflection loops to iteratively refine reasoning and improve response accuracy.