This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Healthcare A2A Agent - Complete Self-Contained Version | |
| No external requirements.txt needed - installs dependencies automatically! | |
| """ | |
| import subprocess | |
| import sys | |
| import os |