Agent tool design covers the creation, selection, and execution of capabilities that an AI agent uses to interact with its environment. This includes defining functions, structuring skills, creating safe execution environments (sandboxing), and developing frameworks that govern how agents select and use tools.
Core Concepts
Function Calling: A mechanism for LLMs to invoke external functions or tools.
MetaPoint enables precise spatial control in visual generation by representing a 2D coordinate as a single special token that the model interprets via its inherent positional encoding MetaPoint: Unlocking Precise Spatial Control in Agentic Visual Generation. This allows for pixel-level control without architectural changes.
Constrained Adaptive Rejection Sampling (CARS) is a technique to ensure that generated outputs, such as tool calls or code, satisfy strict syntactic or semantic constraints without distorting the LLM's probability distribution Constrained Adaptive Rejection Sampling.
It improves sample efficiency by adaptively recording and pruning constraint-violating token sequences in a trie so they are never revisited Constrained Adaptive Rejection Sampling.