Find answers from the community

Updated last year

Agent

Hello, there is a specific LlamaIndex implementation that can be used for Agents similar we have on Langchain https://docs.langchain.com/docs/components/agents/ ?
E
x
L
7 comments
there is any limitation that should I need to take in consideration between Agents for LlamaIndex and Langchain ?
@Logan M can you help here, there are any limitation that should I need to take in consideration between how Agents work with LlamaIndex vs Langchain Agents?
I'm not sure what you mean by limitations?

They are basically the same in terms of functionality I'd say

We have two types of agents -- OpenAIAgent, which uses the function calling API, and the ReActAgent, which uses the normal react loop for all other types of LLMs .

In general, the openai agent is much more reliable
We also have a lot of pre-made agent tools on llamahub

https://llamahub.ai/
LlamaIndex can integrate with AutoGen ?
Not yet. Definitely open a PR if you have ideas
Add a reply
Sign up and join the conversation on Discord