#I have a list of API, I want to create an agent that decides which api to use based on the user ques

7 messages · Page 1 of 1 (latest)

ocean reef
#

Hi folks, I have a list of API(fixed), now I want an agent to decide which API to use based on the users question. for one question there can be multiple API that needs to be used in an order, I want this decision to be made by the agent itself.

the agent needs to understand the question and make decision on which API's to use.

I already tried solving this with agno agent but there are some inconsistencies in the output which I can't afford as this step influences my whole chain

is their any ways to do this, so that I can reduce the inconsistency in the output.

fickle marsh
#

Am very interested @ocean reef

#

If are you available the project yet please ping me

vital jasper
#

Every single model out there supports function calls/tools

#

I have no clue what agno is, but find a "framework" that allows you to define tools or use the apis directly

#

Most of the stuff that pretends to be some genius agent (especially using words like multi-agent) framework is a trap.