uv sync
# create .env
cp .env-example .env
# update the .env file
python main.py
# test remote agent using a2a client
python a2a_client.py
satendrakumar/remote-chat-agent-using-a2a-protocol
Create remote chat agent using agent2agent protocol
Python