LICENSE.md
MANIFEST.in
README.md
pyproject.toml
src/a2a_cli/__init__.py
src/a2a_cli/a2a_client.py
src/a2a_cli/cli.py
src/a2a_cli.egg-info/PKG-INFO
src/a2a_cli.egg-info/SOURCES.txt
src/a2a_cli.egg-info/dependency_links.txt
src/a2a_cli.egg-info/entry_points.txt
src/a2a_cli.egg-info/requires.txt
src/a2a_cli.egg-info/top_level.txt
src/a2a_cli/chat/__init__.py
src/a2a_cli/chat/chat_context.py
src/a2a_cli/chat/chat_handler.py
src/a2a_cli/chat/command_completer.py
src/a2a_cli/chat/ui_manager.py
src/a2a_cli/chat/commands/__init__.py
src/a2a_cli/chat/commands/agent.py
src/a2a_cli/chat/commands/connection.py
src/a2a_cli/chat/commands/debug.py
src/a2a_cli/chat/commands/help.py
src/a2a_cli/chat/commands/tasks.py
src/a2a_cli/chat/commands/utility.py
src/a2a_cli/transport/__init__.py
src/a2a_cli/transport/http.py
src/a2a_cli/transport/sse.py
src/a2a_cli/transport/stdio.py
src/a2a_cli/transport/websocket.py
src/a2a_cli/ui/__init__.py
src/a2a_cli/ui/colors.py
src/a2a_cli/ui/ui_helpers.py
tests/test_a2a_client.py
tests/test_http.py
tests/test_sse.py
tests/test_stdio.py
tests/test_websocket.py