Hello all, I am trying to build an agent and I neither want to use "built in" black box agents like openai's, nor want to use ReAct basic agent on llamaindex because it is very flawed. Do you know an alternative to make agents with llamaindex ?
For react you can have directed prompting which we are doing in production, but out of the box a lot of changes need to be made to llamaindex to support it.