From b738585b1672dd7b7d177042ecea907e10f5f041 Mon Sep 17 00:00:00 2001 From: Ejentum Date: Sat, 23 May 2026 03:25:37 +0300 Subject: [PATCH] Add Ejentum agent-teams to AI-Powered Code Review Tools Signed-off-by: Ejentum --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0e829b5..19eb84c 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ _Note: This list is not intended to compare tools; as maintainers of Kodus, we a - **[Cursor Bugbot](https://cursor.com/bugbot)** — AI-powered PR review that runs automatically to catch real bugs and security issues with a low false-positive rate. +- **[Ejentum agent-teams](https://github.com/ejentum/agent-teams)** Multi-agent code-review team built on the Ejentum Reasoning Harness. Reviewer agents call `harness_code` and `harness_anti_deception` as agentic tools during the review loop; each call returns a structured scaffold (named failure pattern, executable procedure, suppression vectors, falsification test) the agent reads internally before issuing feedback. Catches false-confident approvals and sunk-cost framings that single-agent reviewers miss. + ## Static Analysis & Linters _Traditional and AI-enhanced tools for enforcing code quality, style, and correctness._