Files
gsinghpal 41d0908ade changes
2026-04-24 21:04:38 -04:00

3.2 KiB

Graph Report - /Users/gurpreet/Github/Odoo-Modules/fusion_digitize (2026-04-22)

Corpus Check

  • 7 files · ~4,129 words
  • Verdict: corpus is large enough that graph structure adds value.

Summary

  • 32 nodes · 53 edges · 8 communities detected
  • Extraction: 89% EXTRACTED · 11% INFERRED · 0% AMBIGUOUS · INFERRED: 6 edges (avg confidence: 0.8)
  • Token cost: 0 input · 0 output

Community Hubs (Navigation)

God Nodes (most connected - your core abstractions)

  1. FusionDigitizeService - 16 edges
  2. _contact_iap_extract() - 4 edges
  3. _ocr_field() - 3 edges
  4. ResConfigSettings - 2 edges
  5. AccountBankStatement - 2 edges
  6. _text_is_useful() - 2 edges
  7. _validate_invoice() - 2 edges
  8. AccountMove - 1 edges

Surprising Connections (you probably didn't know these)

  • None detected - all connections are within the same source files.

Communities

Community 0 - "Community 0"

Cohesion: 0.29 Nodes (3): AccountBankStatement, AccountMove, _contact_iap_extract()

Community 1 - "Community 1"

Cohesion: 0.62 Nodes (1): FusionDigitizeService

Community 2 - "Community 2"

Cohesion: 0.38 Nodes (3): _ocr_field(), _text_is_useful(), _validate_invoice()

Community 3 - "Community 3"

Cohesion: 0.5 Nodes (0):

Community 4 - "Community 4"

Cohesion: 0.67 Nodes (1): ResConfigSettings

Community 5 - "Community 5"

Cohesion: 1.0 Nodes (0):

Community 6 - "Community 6"

Cohesion: 1.0 Nodes (0):

Community 7 - "Community 7"

Cohesion: 1.0 Nodes (0):

Knowledge Gaps

  • 1 isolated node(s): AccountMove These have ≤1 connection - possible missing edges or undocumented components.
  • Thin community Community 5 (1 nodes): __init__.py Too small to be a meaningful cluster - may be noise or needs more connections extracted.
  • Thin community Community 6 (1 nodes): __init__.py Too small to be a meaningful cluster - may be noise or needs more connections extracted.
  • Thin community Community 7 (1 nodes): __manifest__.py Too small to be a meaningful cluster - may be noise or needs more connections extracted.

Suggested Questions

Questions this graph is uniquely positioned to answer:

  • Why does FusionDigitizeService connect Community 1 to Community 0, Community 2, Community 3? High betweenness centrality (0.361) - this node is a cross-community bridge.
  • Why does _contact_iap_extract() connect Community 0 to Community 1? High betweenness centrality (0.101) - this node is a cross-community bridge.
  • Are the 3 inferred relationships involving _contact_iap_extract() (e.g. with ._get_api_key() and ._handle_parse()) actually correct? _contact_iap_extract() has 3 INFERRED edges - model-reasoned connections that need verification.
  • What connects AccountMove to the rest of the system? 1 weakly-connected nodes found - possible documentation gaps or missing edges.