Multi-agent solution on Azure Container Apps with Google Agent2Agent
Stars
10
Forks
2
Watchers
10
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
11
commits
Update deployment script to change MCP server URL to a non-HTTPS endpoint; enhance README with detailed architecture overview, system flow, installation steps, and service details for the Multi-Agent Azure Container Apps system.
ca20cd9View on GitHubUpdate Bicep configuration to enable public network access and increase model deployment capacity; add Azure Container Registry and user-assigned identity resources with role assignments for enhanced security and functionality. Refactor Python code to implement logging, manage MCP client lifecycle, and improve error handling in conversation and agent execution modules.
15c504cView on GitHubRevise README to provide a comprehensive deployment guide for AI Foundry with private network access, detailing prerequisites, configuration, deployment steps, troubleshooting, security considerations, and cost optimization strategies.
fc2b936View on GitHubAdd environment variable support for A2A server URLs in main.py and web/main.py; update requirements.txt to include new dependencies; enhance .gitignore for Chainlit files.
3c0c9edView on GitHubClean up test_client.py by removing unnecessary blank lines at the end of the file.
1f58104View on GitHubUpdate README to clarify client-server interaction by specifying that the client will request user input instead of sending a test calculation request.
1a271adView on GitHubRemove agent.py and scratchpad.md files; update test_client.py to use click for command-line interaction and adjust base URLs for local development. Enhance README with additional instructions for agent card validation and usage.
ceb88d4View on GitHubEnhance README with new components and usage instructions, including test client setup and requirements file.
2da21a8View on GitHubUpdate agent URL in main.py to use localhost for local development
740852cView on GitHub