Capability
3 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →via “parameterized execution with config-driven overrides”
Python DAG micro-framework for data transformations.
Unique: Decouples parameter values from function definitions through config-driven injection matched to function signatures, enabling the same pipeline code to serve multiple use cases without conditional logic or wrapper functions
vs others: More flexible than hardcoded pipelines and simpler than Airflow's Variable/XCom pattern because parameters are resolved declaratively from config rather than requiring explicit task-to-task passing
via “context and parameter override management for dynamic call configuration”
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.
via “context and parameter override management for dynamic call configuration”
The LLM Anti-Framework
Unique: Uses Python's contextvars module for thread-safe, request-scoped parameter overrides, enabling dynamic configuration without function signature changes or global state. The override system supports both decorator-based context managers and explicit context setting, with clear precedence rules (function params > context > defaults).
vs others: More elegant than LangChain's runnable config (no explicit config dict passing) and safer than global state (thread-local via contextvars), while supporting both sync and async contexts.
Building an AI tool with “Parameterized Execution With Config Driven Overrides”?
Submit your artifact →curl unfragile.ai/agents.md | sh© 2026 Unfragile. The platform for software for agents.