run-llama / llama_index

LlamaIndex is a data framework for your LLM applications
https://docs.llamaindex.ai
MIT License
35.81k stars 5.07k forks source link

[Question]: nested agents #14082

Closed gamercoder153 closed 2 weeks ago

gamercoder153 commented 3 months ago

Question Validation

Question

Does llamaindex has nested agents like autogen

logan-markewich commented 3 months ago

You can wrap any agent as a tool for another agent, using FunctionTool

logan-markewich commented 3 months ago

(Which conveniently wraps any function, like a function that calls an agent)