Replies: 1 comment
-
|
We would like to gently suggest for you to have a look at our predecessor framework - Microsoft Agent Framework - in place of SK's "Agent Framework" orchestrations: https://learn.microsoft.com/en-us/agent-framework/workflows/orchestrations/. GitHub repo is: https://github.com/microsoft/agent-framework |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Im reaching out as an attempt to get some clarity and help in what's going on because i'm out of ideas and it might even be a silly thing.
I have implemented a AgentGroupChat with three agents: One as a 'Manager' to orchestrate the process, another one as 'DevOpsAgent' to take care of DevOps calls (such as download repo), lastly, a 'refactorAgent' that processes N files by refactoring each one of them. I also implemented my own MCP to try to simplify things as: Access to DevOps and file system operations.
The issue arrises sometimes but still +50% of the times, where one agent just starts returning empty string and seems to be stuck in a loop and nothing happens, for example:
I'm using SemanticKernel
1.70.0with Google Connector1.70.0-alphaMy DI is as follows:
In the beginning i only had one plugin which contained all the tools (devops & filesystem), but as the iterations went by, i tried filtering them out for those specific agents aswell.
My Strategy seems to be working fine, but i simply cant overcome this issue, can anyone point me in the right direction?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions