Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-Agent Collaboration with R2R Framework #1632

Open
regenrek opened this issue Nov 24, 2024 · 1 comment
Open

Multi-Agent Collaboration with R2R Framework #1632

regenrek opened this issue Nov 24, 2024 · 1 comment

Comments

@regenrek
Copy link

Hello,

Does R2R support multi-agent collaboration, or any recommendatuon wit integrate an external framework? Im evaluation atm to buold a system where agents collaborate while leveraging R2R’s ingestion and retrieval capabilities, including GraphRAG.

Could you share recommendations or best practices for enabling agent communication and sharing context using R2R? Any examples or resources would be greatly appreciated.

Thank you!

@NolanTrem
Copy link
Collaborator

Hey @regenrek, we haven't explored this extensively as a team but it would be really interesting to see R2R being used within a framework like crewAI. I think that the recommendation that I would have right now would be to give agents tools to interact with the R2R API.

Right now the agent that we have built in does something similar, by having a tool to call the RAG endpoint, but this is a single agent. You might look at some of the implementation there for inspiration: https://github.com/SciPhi-AI/R2R/tree/main/py/core/base/agent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants