research · tool agent
Search Agent
Produce a high-quality hit list that other agents can browse.
- search
- retrieval
- tool-calling
How to watch
Play starts at Input. Each station works, then a labeled packet travels the wire.
On station · 5.2s · 0/0
Packets stay on the wire. This is a conceptual simulation, not a live model run.
What Search Agent does
A search agent is a narrow AI system whose job is to turn a question into queries, call a search tool, and return a ranked candidate list with reasons for inclusion — not a finished essay.
The agent rewrites the question into queries, calls search, filters obviously off-topic hits, and returns candidates. It should not pretend snippets are full documents. Conceptual simulation.
Workflow
Each step maps to a node in the lab above. and watch the packets travel.
- 01Input
Receive intent
Read the question.
- 02Plan
Write queries
Produce one or more search strings.
- 03Tool
Call search
Retrieve ranked snippets.
Failure path
Rewrite the query. Do not promote bad hits into facts.
- 04Output