When running the sample script:
python samples/getting_started/workflows/orchestration/group_chat_prompt_based_manager.py
an ImportError occurs:
ImportError: cannot import name 'GroupChatBuilder' from 'agent_framework'
Steps to Reproduce
-
Clone the repo and set up the environment as per README.
-
Run:
python samples/getting_started/workflows/orchestration/group_chat_prompt_based_manager.py
Environment
- OS: Windows 11
- Python: 3.x (Anaconda)
- Agent Framework version: 1.0.0b251108
When running the sample script:
an
ImportErroroccurs:Steps to Reproduce
Clone the repo and set up the environment as per README.
Run:
Environment