neogenesislab commited on
Commit
5e71de7
Β·
verified Β·
1 Parent(s): d7f2ebc

add README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -7
README.md CHANGED
@@ -1,13 +1,55 @@
1
  ---
2
- title: Cross Agent Review Queue Explorer
3
- emoji: 🐠
4
- colorFrom: yellow
5
- colorTo: purple
6
  sdk: gradio
7
- sdk_version: 6.14.0
8
- python_version: '3.13'
9
  app_file: app.py
10
  pinned: false
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Cross-Agent Review Queue Explorer
3
+ emoji: 🀝
4
+ colorFrom: purple
5
+ colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 5.9.1
 
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
11
+ short_description: Browse 37 Codex-Claude review transcripts.
12
+ tags:
13
+ - multi-agent
14
+ - agent-orchestration
15
+ - code-review
16
+ - claude
17
+ - codex
18
+ - governance
19
+ datasets:
20
+ - neogenesislab/cross-agent-review-queue-2026
21
  ---
22
 
23
+ # Cross-Agent Review Queue Explorer
24
+
25
+ A Gradio UI to browse, filter, and inspect 37 real bounded code-review checkpoints
26
+ exchanged between Codex and Claude (`neo-reviewer` / `neo-architect`) inside the
27
+ [Neo Genesis](https://neogenesis.app) monorepo, captured between 2026-04-08 and 2026-04-14.
28
+
29
+ Data source: [`neogenesislab/cross-agent-review-queue-2026`](https://huggingface.co/datasets/neogenesislab/cross-agent-review-queue-2026)
30
+
31
+ ## Tabs
32
+ 1. **Browse** β€” paginated table with 4 filters (review_lens, target agent, outcome, year-month).
33
+ 2. **Detail** β€” full anonymized transcript for any `ccr-YYYYMMDD-HHMMSS` checkpoint id.
34
+ 3. **Statistics** β€” distribution charts for review_lens, target, outcome, model, month + summary table.
35
+ 4. **About** β€” anonymization notes, citation, links to dataset card and Neo Genesis.
36
+
37
+ ## Stack
38
+ - `gradio==5.9.1` (Python 3.13 compatible)
39
+ - `datasets` (loads the parent dataset at cold start, so dataset updates auto-reflect)
40
+ - `plotly` (statistics charts)
41
+ - `pandas`
42
+
43
+ ## License
44
+ - App code: **MIT** (this Space)
45
+ - Data: **CC-BY-4.0** (parent dataset)
46
+
47
+ ## Cite
48
+ ```bibtex
49
+ @misc{neogenesis_cross_agent_review_queue_2026,
50
+ title = {Cross-Agent Code Review Queue: 37 anonymized Codex<->Claude bounded review checkpoints},
51
+ author = {Heo, Yesol},
52
+ year = {2026},
53
+ url = {https://huggingface.co/datasets/neogenesislab/cross-agent-review-queue-2026}
54
+ }
55
+ ```