-
Notifications
You must be signed in to change notification settings - Fork 0
Open
0 / 20 of 2 issues completedDescription
Provide a global session object that bundles configuration and logging, accessible from anywhere in the codebase without explicit parameter passing. Acts as the main entry point for saezlab_core initialization.
Problem: Packages need to pass config and logger objects through every function call, creating verbose code and tight coupling.
Solution:
- Session class that initializes both config and logging
- Global access pattern (singleton) for retrieving session anywhere
- Single initialization point:
Session.initialize() - Automatic integration with config discovery and logging setup
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels