I tried running the code 08_agent_magentic_one.py, but I encountered an error:
line 10, in
from semantic_kernel.agents.orchestration.magentic_one import MagenticOneOrchestration
ModuleNotFoundError: No module named 'semantic_kernel.agents.orchestration'
It seems like the MagenticOneOrchestration module is not part of the official Semantic Kernel library. Could you clarify if this is a custom module or if there are additional dependencies we need to install?
I tried running the code 08_agent_magentic_one.py, but I encountered an error:
line 10, in
from semantic_kernel.agents.orchestration.magentic_one import MagenticOneOrchestration
ModuleNotFoundError: No module named 'semantic_kernel.agents.orchestration'
It seems like the MagenticOneOrchestration module is not part of the official Semantic Kernel library. Could you clarify if this is a custom module or if there are additional dependencies we need to install?