Results for "tool-augmented LLM"
Methods for breaking goals into steps; can be classical (A*, STRIPS) or LLM-driven with tool calls.
Letting an LLM call external functions/APIs to fetch data, compute, or take actions, improving reliability.
Prompt augmented with retrieved documents.
Enables external computation or lookup.
The text (and possibly other modalities) given to an LLM to condition its output behavior.
A system that perceives state, selects actions, and pursues goals—often combining LLM reasoning with tools and memory.
Interleaving reasoning and tool use.
Agent calls external tools dynamically.