1 Repo
Hooks task outputs into a verification loop that replaces results if judges disagree.
Distinct from Task Result Aggregation: Moves beyond simple result aggregation to active validation and replacement of task outputs via consensus
Explore 1 awesome GitHub repository matching software engineering & architecture · Consensus-Based Result Validation. Refine with filters or upvote what's useful.
Open Multi-Agent is a TypeScript framework for multi-agent orchestration that decomposes natural language goals into a runtime-generated directed acyclic graph of tasks. It functions as a task orchestrator and workflow state manager, coordinating multiple AI models to execute parallel and sequential operations. The framework is distinguished by a proposer-judge consensus protocol used to validate agent outputs through a quorum of agreement. It employs provider-agnostic model routing to assign specific models to tasks based on roles or execution phases and utilizes state-based workflow checkpo
Validates task results via a consensus process that replaces outputs if the judges disagree.