hallo guys, Is there a way of enabling an agent to ask a user for input as an intermediate step? like including in the list of tools one "useful for asking for missing information", however with the important difference that the user should act as the oracle and not an llm. Then, the agent could use the user's input to decide next steps.? A good example is that how Perplexity AI copilot work, and that really impressing me.
Have you looked at AutoGen? It facilitates this type of interaction. However, I don't recall seeing an official Llamaindex integration for it but I've seen people integrate it themselves
Yes i already look at AutoGen and TaskWeaver before but have no idea to deal with it for this type, i already trying to create a support agent that only do task is ask user but not good enough, may that just my integrate proplem. Thank you ! β€οΈ
you can try to check here and re-implement for llama_index using custom_prompt or something else. Sorry for late reply. If you want disscus more you can dm me. π