Collected sources and patterns will appear here. Add from search or the patterns library.
RawPrompt -> List<ToolSchema>
Scan raw user prompt text for semantic keywords and regular expressions to dynamically load or select relevant tool schemas.
Problem it solves
Including all available tool definitions in a local LLM prompt wastes context window tokens and degrades model attention.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.