--- 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](https://neogenesis.app) monorepo, captured between 2026-04-08 and 2026-04-14. Data source: [`neogenesislab/cross-agent-review-queue-2026`](https://huggingface.co/datasets/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 ```bibtex @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} } ```