autogenhub / autogen

A programming framework for agentic AI. Discord: https://discord.gg/pAbnFJrkgZ
https://autogenhub.github.io/autogen/
Apache License 2.0
102 stars 22 forks source link

[Feature Request]: Agent framework to integrate third party features. #60

Open randombet opened 2 weeks ago

randombet commented 2 weeks ago

Is your feature request related to a problem? Please describe.

One kind of issues we have is that the third party usually create stand alone agent and we need to integrate those if we would like to support the those. e.g. LlamaindexAgent FalkorDB Agent https://github.com/FalkorDB/GraphRAG-SDK/tree/main/graphrag_sdk/agents

Instead of integration of third party ourself, we could promote AutoGen by providing an agent library/framework for the third party to easily create AutoGen agent.

Describe the solution you'd like

An Agent library/framework.

Additional context

No response

randombet commented 2 weeks ago