Migration tool for moving OpenAI and Azure OpenAI Assistants -> AI Agent Service
- Please follow the AI Foundry setup steps outlined here: AI Foundry Quickstart and ensure your project is in a region supported by AI Agent Service Supported Regions
pip install -r requirements.txtAZURE_OPENAI_API_KEY="your_azure_openai_api_key"
OPENAI_API_VERSION="2024-08-01-preview" # or your desired API version
AZURE_OPENAI_ENDPOINT="your_azure_openai_endpoint"
PROJECT_CONNECTION_STRING="your_project_connection_string"
MODEL_DEPLOYMENT_NAME="your_model_deployment_name"python migrate_agents.pyLogin to your AI Agent Service account and verify that the agents have been migrated successfully.
python migrate_threads.pyLogin to your AI Agent Service account and verify that the threads have been migrated successfully.

