Spaces:
Runtime error
Runtime error
File size: 1,769 Bytes
d7f2ebc 5e71de7 d7f2ebc 5e71de7 d7f2ebc 5e71de7 d7f2ebc 5e71de7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | ---
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}
}
```
|