7 ms·
In the research workflow example, what if the first set of search queries don’t return good results. If the LLM tool loop decides to refine the queries, would t
by rkwz 1y ago
In the research workflow example, what if the first set of search queries don’t return good results. If the LLM tool loop decides to refine the queries, would this be “agency”?
- NitpickLawyer 1y agoI'd say so, yeah. If the LLM "decides" what steps to take, that's an agent. If the flow is "hardcoded" then it's a workflow/pipeline. It often gets confused because early frameworks called these workflows/pipelines "agents".
- rkwz 1y agoI see, that's a good way to think about it