-
Notifications
You must be signed in to change notification settings - Fork 1k
Python code for the Hosted Workflows in AI Foundry #3022
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds Python sample code for implementing Hosted Workflows in Azure AI Foundry. It provides a Python equivalent to the existing .NET sample, helping Python developers utilize the hosted workflow capabilities.
Key Changes:
- Added Python script to create agents and workflows in Azure AI Foundry
- Included workflow definition in YAML format
- Added documentation and screenshots showing the Azure AI Foundry UI
Reviewed changes
Copilot reviewed 3 out of 6 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
python/samples/getting_started/workflows/declarative/hosted-workflow/hosted_workflow.py |
Main Python script that creates agents and workflows in Azure AI Foundry |
python/samples/getting_started/workflows/declarative/hosted-workflow/images/AIFoundry_Workflow_UI.png |
Screenshot showing the workflow UI in Azure AI Foundry portal |
| - kind: GotoAction | ||
| id: loop_back | ||
| actionId: invoke_developer | ||
| id: "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might consider removing this if its not defined or required.
Motivation and Context
Description
The upload consists of 6 files:
Contribution Checklist