# Azure AI Foundry Configuration (required for a2a_server.py and a2a_agent_as_function_tools.py) FOUNDRY_PROJECT_ENDPOINT=https://your-project.services.ai.azure.com/api/projects/your-project FOUNDRY_MODEL=gpt-4o # A2A Client Configuration (required for agent_with_a2a.py and a2a_agent_as_function_tools.py) # The function-tools flow uses http://localhost:5000/ in the sample docs/output. # Update this value if you start a different local A2A server instance on another port. A2A_AGENT_HOST=http://localhost:5000/