Add state management, resilience patterns, and test mode subsystems
21 files · 2,078+ · 194-

State management framework

5 files changed
  • __init__.py State package initialization
  • base.py Base state management
  • config.py State configuration
  • logger_manager.py Logger state management
  • transitions.py State transitions
  • Built state management framework with base states, configuration, and transition logic instantiate architectural
    1 file
    • __init__.py

Resilience and test mode

5 files changed
  • circuit.py Circuit breaker pattern
  • decorators.py Resilience decorators
  • __init__.py Test mode package
  • internal.py Internal test mode state
  • orchestration.py Test mode orchestration
  • Enhanced resilience with circuit breaker refinements and added test mode orchestration decouple behavioral
    1 file
    • circuit.py
2 files changed
  • test_state_management.py State management tests
  • test_logger_context_binding.py Logger context binding tests
  • Added tests for state management and logger context binding qualify internal
    1 file
    • test_state_management.py