Capability
Context And Parameter Override Management For Dynamic Call Configuration
2 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
Pythonic LLM toolkit — decorators and type hints for clean, provider-agnostic LLM calls.
Unique: Provides a context-based override system that allows runtime parameter modification without function redefinition. The _context.py and _override.py modules manage scoped overrides using Python's contextvars for thread-safety and async compatibility.
vs others: More flexible than hardcoded parameters, simpler than dependency injection frameworks, and supports both sync and async contexts.