--- license: gpl-3.0 tags: - code - code-analysis - static-analysis - call-graph - software-engineering - ast - python - code-intelligence - repository-analysis --- # CodeTruth Agent V3 — Module 2 — Evaluation Data Raw validation output from **CodeTruth Agent V3, Module 2: Repository Graph Engine** — a deterministic, AST-based engine that maps a Python repository's structure as 6 graphs: functions, classes, modules, imports, dependencies, and resolved function/method calls. Code: https://github.com/Zeeshan78699/CodeTruthAgent Release: https://github.com/Zeeshan78699/CodeTruthAgent/releases/tag/v3.0.0-module2 ## What's in this dataset - **Per-repository graphs** (69 `graph_*.json` files, e.g. `graph_django.json`, `graph_redis.json`) — full output from Module 2, one file per repository in the 69-repository validation set. Each contains `function_graph`, `class_graph`, `module_graph`, `import_graph`, `dependency_graph`, `call_graph`, `unresolved`, `cyclic_clusters`, `governance_gate`, and (where applicable) `language_composition`. - **`MODULE2_FULL_SUMMARY.{csv,json,md}`** — aggregate results across all 69 repositories (files scanned, functions, classes, resolved calls, unresolved breakdown, governance gate per repo). - **`LANGUAGE_ADAPTERS_SUMMARY.{csv,json,md}`** — results from the multi-language extension scaffold (Java, JavaScript/TypeScript, C/C++ adapters) across the same 69 repositories. ## Headline numbers - 69 repositories, 0 crashes - 49,379 Python files, 515,610 functions, 84,468 classes - 1,005,321 resolved call edges - 65/69 governance gate APPROVED, 4/69 correctly BLOCKED (non-Python repos) ## Why these files are here (not on GitHub) Two of the per-repo graphs (`graph_transformers.json`, `graph_odoo.json`) exceed GitHub's 100MB file-size limit, and several others exceed its 50MB recommendation. All 69 are hosted here together for completeness and reproducibility. ## License GPLv3, matching the source project.