neogenesislab's picture
add README.md
5e71de7 verified

A newer version of the Gradio SDK is available: 6.14.0

Upgrade
metadata
title: Cross-Agent Review Queue Explorer
emoji: 🀝
colorFrom: purple
colorTo: blue
sdk: gradio
sdk_version: 5.9.1
app_file: app.py
pinned: false
license: mit
short_description: Browse 37 Codex-Claude review transcripts.
tags:
  - multi-agent
  - agent-orchestration
  - code-review
  - claude
  - codex
  - governance
datasets:
  - neogenesislab/cross-agent-review-queue-2026

Cross-Agent Review Queue Explorer

A Gradio UI to browse, filter, and inspect 37 real bounded code-review checkpoints exchanged between Codex and Claude (neo-reviewer / neo-architect) inside the Neo Genesis monorepo, captured between 2026-04-08 and 2026-04-14.

Data source: neogenesislab/cross-agent-review-queue-2026

Tabs

  1. Browse β€” paginated table with 4 filters (review_lens, target agent, outcome, year-month).
  2. Detail β€” full anonymized transcript for any ccr-YYYYMMDD-HHMMSS checkpoint id.
  3. Statistics β€” distribution charts for review_lens, target, outcome, model, month + summary table.
  4. About β€” anonymization notes, citation, links to dataset card and Neo Genesis.

Stack

  • gradio==5.9.1 (Python 3.13 compatible)
  • datasets (loads the parent dataset at cold start, so dataset updates auto-reflect)
  • plotly (statistics charts)
  • pandas

License

  • App code: MIT (this Space)
  • Data: CC-BY-4.0 (parent dataset)

Cite

@misc{neogenesis_cross_agent_review_queue_2026,
  title  = {Cross-Agent Code Review Queue: 37 anonymized Codex<->Claude bounded review checkpoints},
  author = {Heo, Yesol},
  year   = {2026},
  url    = {https://huggingface.co/datasets/neogenesislab/cross-agent-review-queue-2026}
}