azure / gpt-rag-agentic
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 7 components.
  • 40 files, 3,278 LOC (100.0% vs. main code).
  • "orchestration" is biggest, containing 27.82% of LOC.
  • "util" is smallest, containing 2.2% of LOC.


orchestration912 LOC (27%) 11 files
tools860 LOC (26%) 10 files
connectors564 LOC (17%) 8 files
evaluations405 LOC (12%) 3 files
ROOT386 LOC (11%) 5 files
scripts79 LOC (2%) 2 files
util72 LOC (2%) 1 file
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
orchestration83 commits (47%)
ROOT47 commits (26%)
tools34 commits (19%)
connectors33 commits (18%)
evaluations14 commits (8%)
util4 commits (2%)
scripts4 commits (2%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025 2024
orchestration
234
55
tools
83
8
connectors
43
32
ROOT
46
18
evaluations
8
12
util
4
scripts
3
1


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G orchestration orchestration orchestration--orchestration 40 ROOT ROOT orchestration--ROOT 34 ROOT--ROOT 12 tools tools ROOT--tools 15 tools--orchestration 24 tools--tools 22 connectors connectors connectors--orchestration 18 connectors--ROOT 11 connectors--tools 12 connectors--connectors 14 evaluations evaluations connectors--evaluations 6 util util connectors--util 3 evaluations--orchestration 6 evaluations--ROOT 7 evaluations--tools 5 evaluations--evaluations 5 evaluations--util 2 util--orchestration 3 util--ROOT 3 util--tools 4 scripts scripts scripts--orchestration 3 scripts--ROOT 2 scripts--tools 3 scripts--connectors 2


2025-05-06 23:16