Authors
research
April 28, 2026
Agent Search: Querying Trajectories at a Behavioral Level
Beyond filters and keyword search — find the trajectory you actually want, by what the agent did.
Motivation
Filtering production traces by latency or model version is a blunt instrument. The interesting queries are behavioral: “every trace where the agent called refund after a refusal”, “every trace where the citation didn’t appear in the retrieved sources”.
The query language
Agent Search lets you describe a behavior in plain English, returns the matching trajectories, and lets you promote any pattern into a saved behavior monitor.
Examples
“Agents that re-called the same tool with identical args within 5 turns.” “Agents that handed off to a human after a tool returned an empty result.” “Decisions made against context older than the last user turn.”