microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
34.84k stars 5.05k forks source link

AgentChat port of MagenticOneOrchestrator needs to validate json #4177

Open afourney opened 1 week ago

afourney commented 1 week ago

AgentChat port of MagenticOneOrchestrator needs to validate json here:

https://github.com/microsoft/autogen/blob/a27a130b4553c9002797e82a29bbc6db90b1bc92/python/packages/autogen-agentchat/src/autogen_agentchat/teams/_group_chat/_magentic_one/_magentic_one_orchestrator.py#L214C4-L215C55

The original version has code for this:

https://github.com/microsoft/autogen/blob/a27a130b4553c9002797e82a29bbc6db90b1bc92/python/packages/autogen-magentic-one/src/autogen_magentic_one/agents/orchestrator.py#L215-L260