Dhanji R. Prasanna
dfa0e4bfa2
refactor(g3-core): add section markers to lib.rs for better organization
Added clear section comments to organize the 3000-line lib.rs into
logical groupings:
- CONSTRUCTION METHODS (~line 159)
- CONFIGURATION & PROVIDER RESOLUTION (~line 444)
- TASK EXECUTION (~line 782)
- SESSION MANAGEMENT (~line 1069)
- CONTEXT WINDOW OPERATIONS (~line 1148)
- STREAMING & LLM INTERACTION (~line 1563)
- TOOL EXECUTION (~line 2825)
This improves code navigation and provides clear boundaries for
future extraction into separate modules.
No behavioral changes - all 191 tests pass.
Agent: fowler
2026-01-27 11:46:17 +11:00
..
2026-01-13 18:44:59 +05:30
2026-01-27 11:46:17 +11:00
2026-01-27 11:32:45 +11:00
2026-01-16 20:52:32 +05:30