anthropics / agent-sdk-workshop
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 24 files with 1,670 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (504 lines of code)
    • 1 medium size files (220 lines of code)
    • 5 small files (727 lines of code)
    • 17 very small files (219 lines of code)
0% | 30% | 13% | 43% | 13%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: grouped by folders | grouped by size | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
py0% | 30% | 13% | 43% | 13%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
02-breakouts0% | 52% | 0% | 31% | 15%
01-guided-demo0% | 0% | 40% | 49% | 9%
ROOT0% | 0% | 0% | 100% | 0%
extend0% | 0% | 0% | 0% | 100%
Longest Files (Top 24)
File# lines# units
tool_library.py
in 02-breakouts/_shared
504 6
agent.py
in 01-guided-demo
220 6
agent_base.py
in 02-breakouts/_shared
193 6
tools.py
in 01-guided-demo
167 2
155 9
subagent_library.py
in 02-breakouts/_shared
110 1
memory.py
in 01-guided-demo
102 4
subagents.py
in 01-guided-demo
43 -
config.py
in 02-breakouts/chief-of-staff
21 -
config.py
in 02-breakouts/customer-support
20 -
config.py
in 02-breakouts/sre-agent
20 -
config.py
in 02-breakouts/account-intelligence
20 -
config.py
in 02-breakouts/00-warmup
19 -
config.py
in 02-breakouts/freeform
12 -
config.py
in extend/_template
12 -
config.py
in 01-guided-demo
9 -
run.py
in 02-breakouts/customer-support
6 -
run.py
in 02-breakouts/00-warmup
6 -
run.py
in 02-breakouts/sre-agent
6 -
run.py
in 02-breakouts/freeform
6 -
run.py
in 02-breakouts/chief-of-staff
6 -
run.py
in 02-breakouts/account-intelligence
6 -
run.py
in extend/_template
6 -
__init__.py
in 02-breakouts/_shared
1 -
Files With Most Units (Top 7)
File# lines# units
155 9
agent_base.py
in 02-breakouts/_shared
193 6
tool_library.py
in 02-breakouts/_shared
504 6
agent.py
in 01-guided-demo
220 6
memory.py
in 01-guided-demo
102 4
tools.py
in 01-guided-demo
167 2
subagent_library.py
in 02-breakouts/_shared
110 1
Files With Long Lines (Top 0)

There are 0 files with lines longer than 120 characters. In total, there are 0 long lines.

File# lines# units# long lines