microsoft / microsoft/OpenAIWorkshop
URGENT: ImportError – 'RequestInfoExecutor' missing from agent_framework (Dec 2 event blocked)
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 896
- Forks
- 477
- PR merge metrics
- No merged PRs in 30d
Description
Hi @tjsullivan1 / @ejadib / @cplemm / @CRehfuss / @dnfclas @
Urgent Help Needed: ImportError for RequestInfoExecutor in agent_framework
Context:
While trying to execute agentic_ai/workflow/fraud_detection/fraud_detection_workflow.py from OpenAIWorkshop,
File path: microsoft/OpenAIWorkshop/files/agentic_ai/workflow/fraud_detection/fraud_detection_workflow.py
I am getting the following error:
File "C:\Users\azureuser\OpenAIWorkshop-Framework\agentic_ai\workflow\fraud_detection\fraud_detection_workflow.py", line 47, in <module>
from agent_framework import (
ImportError: cannot import name 'RequestInfoExecutor' from 'agent_framework' (C:\Python311\Lib\site-packages\agent_framework\__init__.py)
Please find the error screenshot for reference:
Urgency:
We have important events scheduled on Dec 2 and need this resolved ASAP.
Steps Tried:
- Verified installation of
agent_framework. - Checked available members in
agent_framework—RequestInfoExecutordoes not seem to be present. - Attempted pip uninstall/reinstall, but error persists.
Request:
- Is
RequestInfoExecutormissing in the publishedagent_framework? - Can the maintainers help resolve this import error before the Dec 2 deadline?
- Any recommended workaround or update would be appreciated!
Thanks in advance for your urgent attention!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with agentic_ai/workflow/fraud_detection/fraud_detection_workflow.py and reproduce the import while checking the installed agent_framework package for RequestInfoExecutor. Compare the workflow's import with the package's available members; done means the workflow runs without this ImportError or the issue documents a confirmed package/version resolution.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100