multi agent system agents

48 tagged multi agent system, measured the same way as everything else here.

Browse within: ai-orchestration 38codex-cli 36quality-gates 36ralph-loop 36

analyzer

01

EvoScientist/EvoScientist

Agent

Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.

4.6k 3d ago A 0 tokens copy · 100% Apache-2.0

grader

03

EvoScientist/EvoScientist

Agent

Evaluate expectations against an execution transcript and outputs.

4.6k 3d ago A 0 tokens copy · 100% Apache-2.0

DemonDamon/AgenticX

Agent

A planned agent for improving user questions before retrieval-augmented generation (RAG), a method that searches a knowledge base before generating an answer.

219 2d ago A 0 tokens original Apache-2.0

conclusion

05

DemonDamon/AgenticX

Agent

A code-analysis agent that documents the structure, files, statistics, and implementation details of an agents directory in a Python project.

219 2d ago A 0 tokens original Apache-2.0

software-architech

08

alfredolopez80/multi-agent-ralph-loop

Agent Claude Code

Agent "software-architech" from alfredolopez80/multi-agent-ralph-loop, covering the vision, your work, step by step, ultrathink principles in practice, key principles and python sdk (instead of “python/fastapi”).

146 4d ago A 15 tokens

bug-hunter

09

MANOJ21K/agentic-code-review

Agent

Hunts correctness bugs that are provable from the code as written — logic errors, off-by-one, null/undefined dereferences, unresolved references, inverted conditions, wrong operators, unreachable code. Requires a concrete failure scenario for every finding. Refuses style, performance speculation, and…

2 1mo ago A 78 tokens

history-analyst

10

MANOJ21K/agentic-code-review

Agent

Reviews a diff against the git history of the files it touches. Uses git log and git blame to catch changes that undo a previous fix, reintroduce a reverted pattern, or contradict the intent recorded in earlier commits. Adds the dimension a code-only reviewer misses — the past. Use when the changed files have…

2 1mo ago A 73 tokens

security-reviewer

11

MANOJ21K/agentic-code-review

Agent

Reviews changed code for security defects introduced or touched by the diff — injection (SQL, shell, path), hardcoded secrets, missing authorization on new endpoints, unsafe deserialization/eval, and sensitive data written to logs. Only flags issues in the changed surface, with a concrete exploit scenario. Use on any…

2 1mo ago A 81 tokens