#Hey, love this! I'm looking for examples for how to connect 3rd party agents to the framework.

1 messages · Page 1 of 1 (latest)

elfin basalt
#

More specifically I'd like to showcase autogen in the open source gpt-researcher (https://github.com/assafelovic/gpt-researcher) as one of many agents working together. I've seen mostly examples for prompting agents but looking to use agents as "tools" within autogen. How can i achieve that? Thanks!

GitHub

GPT based autonomous agent that does online comprehensive research on any given topic - GitHub - assafelovic/gpt-researcher: GPT based autonomous agent that does online comprehensive research on an...

sinful crow
#

try to encapsulate the gpt-researcher agent within a langchain function and associate it with the autogen agent.

#

Alternatively, you can create a wrapper agent based on the assistant and extend the logic using the GPT-researcher agent

languid yacht
elfin basalt
#

Thank you @sinful crow as asked here is there an example we can learn from?

sinful crow
#

Alternatively, you can create a wrapper agent based on the assistant and extend the logic using the GPT-researcher agent
I don't have an example right now, I believe MemGPT used that way, so you can have a look how they implemented their own agent (github repo codebase)