Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
Tuple<ToolFunction, RuntimeDependencies> -> ExecutableTool
Resolve and inject dynamic runtime dependencies (like active database clients or state) into tool execution scopes.
Problem it solves
Static tool definitions lack access to request-scoped resources, leading to global variable misuse or side-effects.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.