openai / openai-apps-sdk-examples
Static Component Dependencies

An overview of static code dependencies among source code logical components.

Intro

Static code dependencies refer to the relationships between different modules, libraries, or components in a software system that are established at compile-time rather than at runtime. These dependencies are determined by the code itself, meaning that one module directly references another through imports, includes, or explicit references in the code. Examples include:

  • Library and Module Imports
  • Class Dependencies (Inheritance & Composition)
  • Function and Method Calls
  • Dependency Injection Without Runtime Resolution
Learn more...
  • To learn more about good practices on componentization and dependencies, Sokrates recommends the following resources:
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

  • primary (11 components)

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 11 components.
  • 88 files, 13,922 LOC (100.0% vs. main code).
  • "src" is biggest, containing 65.42% of LOC.
  • "ROOT" is smallest, containing 0.16% of LOC.


src9108 LOC (65%) 75 files
mcp_app_basics_node1459 LOC (10%) 1 file
cards_against_ai_server_node1342 LOC (9%) 3 files
authenticated_server_python461 LOC (3%) 1 file
kitchen_sink_server_node349 LOC (2%) 1 file
pizzaz_server_node347 LOC (2%) 1 file
solar-system_server_python276 LOC (1%) 1 file
pizzaz_server_python259 LOC (1%) 1 file
shopping_cart_python184 LOC (1%) 1 file
kitchen_sink_server_python115 LOC (<1%) 1 file
ROOT22 LOC (<1%) 2 files
Static Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2026-06-24 10:40