Logical Decomposition #1: PRIMARY
The decompositions is based on the folder structure at level 1 (relative to the source code root).
Component Sizes (Lines of Code)
The "primary" logical decomposition has 11 components.
- 82 files, 13,629 LOC (42.4% vs. main code).
- "internal" is biggest, containing 50.84% of LOC.
- "aws" is smallest, containing 0.45% of LOC.
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
- Analyzed system has 9 links (arrows) between components.
- The number on the arrow represents the number of files from referring component that depend on files in referred component.
- These 9 links contain 23 dependencies.
- There is 1 place (2 links) with cyclic dependencies (10 file dependencies).
flowchart TB
n0["ROOT"]
n1["mcp"]
n2["aws"]
n3["toolrunner"]
n4["internal"]
n5["bedrock"]
n6["packages"]
n7["config"]
n8["lib"]
n9["tools"]
n10["vertex"]
n4 -->|"9"| n6
n4 -->|"4"| n7
n8 -->|"3"| n4
n8 -->|"2"| n6
n2 -->|"1"| n4
n5 -->|"1"| n4
n5 -->|"1"| n7
n6 -->|"1"| n4
n8 -->|"1"| n9
classDef default fill:#808080,stroke:#ffffff,color:#000000;
classDef highlighted fill:#00b2ee,stroke:#ffffff,color:#000000;
class n0,n1,n2,n3,n4,n5,n6,n7,n8,n9,n10 highlighted;
linkStyle 0 stroke:#DC143CED,stroke-width:9px
linkStyle 1 stroke:#00688b93,stroke-width:4px
linkStyle 2 stroke:#00688b82,stroke-width:3px
linkStyle 3 stroke:#00688b70,stroke-width:2px
linkStyle 4 stroke:#00688b5E,stroke-width:1px
linkStyle 5 stroke:#00688b5E,stroke-width:1px
linkStyle 6 stroke:#00688b5E,stroke-width:1px
linkStyle 7 stroke:#DC143C5E,stroke-width:1px
linkStyle 8 stroke:#00688b5E,stroke-width:1px
Download:
Mermaid (.mmd)
(open online Mermaid editor)
Open 2D force graph...
Open 3D force graph...
Show more details about dependencies...
| From Component --> To Component |
From Component (files with dependencies) |
Details |
|---|---|---|
| internal   --> packages |
|
9 source files |
| internal   --> config |
|
4 source files |
| lib   --> internal |
|
3 source files |
| lib   --> packages |
|
2 source files |
| aws   --> internal |
|
1 source file |
| bedrock   --> internal |
|
1 source file |
| bedrock   --> config |
|
1 source file |
| packages   --> internal |
|
1 source file |
| lib   --> tools |
|
1 source file |