openai / build-hours
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 (23 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 23 components.
  • 661 files, 93,161 LOC (100.0% vs. main code).
  • "25-realtime-2" is biggest, containing 22.77% of LOC.
  • "03-4o_mini_fine_tuning" is smallest, containing 0.33% of LOC.


25-realtime-221212 LOC (22%) 48 files
21-agentic-memory10742 LOC (11%) 83 files
06-structured_outputs8510 LOC (9%) 131 files
07-reasoning8405 LOC (9%) 15 files
15-reinforcement-fine-tuning7204 LOC (7%) 30 files
16-built-in-tools5953 LOC (6%) 88 files
26-agents-sdk4658 LOC (4%) 56 files
14-voice-agents4161 LOC (4%) 45 files
09-realtime2965 LOC (3%) 35 files
24-api-codex2915 LOC (3%) 15 files
18-responses-api2672 LOC (2%) 18 files
17-gpt-52413 LOC (2%) 9 files
20-agent-rft2393 LOC (2%) 18 files
22-chatgptapp-pingpong2339 LOC (2%) 2 files
08-evals2027 LOC (2%) 6 files
13-image-gen865 LOC (<1%) 18 files
04-mmrag_tooluse734 LOC (<1%) 5 files
11-recommendation605 LOC (<1%) 6 files
12-agentic-tool-calling600 LOC (<1%) 11 files
02-assistants594 LOC (<1%) 9 files
05-4o_fine_tuning566 LOC (<1%) 7 files
10-distillation316 LOC (<1%) 1 file
03-4o_mini_fine_tuning312 LOC (<1%) 5 files
Static Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2026-06-24 10:36