Find answers from the community

Updated 8 months ago

Qgents

Hi guys. Agents are prepared to execute tools/functions, but what are the low-level api concepts that I have to look into if I want to bring that control to my application? My project today doesn't use agents, it uses query_pipeline. I want to start doing function calling and I want to go a bit lower level than agents, but also I don't want to code everything myself if I can count on lower level apis from llamaindex. Thanks!
L
1 comment
So, there's a few ways to go about using the lower-level agent apis

One is the low-level apis on the agent class
https://docs.llamaindex.ai/en/stable/module_guides/deploying/agents/agent_runner/?h=low+level

The other is building a query pipeline around an agent
https://docs.llamaindex.ai/en/stable/examples/agent/agent_runner/query_pipeline_agent/?h=query+pipeline
Add a reply
Sign up and join the conversation on Discord