Skip to content
SP StackPractices

Tag: llm-agent

Browse 1 practical software engineering resources tagged with "llm-agent". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving llm-agent.

Agent Tool Selection Pattern

Dynamically select which tools an LLM agent can use based on the task context. Reduce token usage and improve decision quality by narrowing the tool set.