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

How to use Agentic AI multi-agent flow within this solution #473

Open
surendransuri opened this issue Jan 24, 2025 · 1 comment
Open

How to use Agentic AI multi-agent flow within this solution #473

surendransuri opened this issue Jan 24, 2025 · 1 comment

Comments

@surendransuri
Copy link

I am already using this application. For some specific persona, I am planning to use Agentic AI for that. How to use Agentic AI.,multi-agent flow, orchestration of agents within this solution. Can I use existing frameworks like Autogen, Langgraph, CrewAI for implementation? Please help me on this. Please suggest me suitable method or approach for that

@dpayne-voss
Copy link

We've been using Azure functions to extend the capabilities of personas. Basically create a new extension which posts the user query to an Azure function, and couple the extension to your persona. The function can then implement whatever agent implementation you like and then provide a response, which the persona LLM will process and respond back to the user.

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