LICENSE
README.md
pyproject.toml
src/dummy_a2a/__init__.py
src/dummy_a2a/_utils.py
src/dummy_a2a/agent_card.py
src/dummy_a2a/cli.py
src/dummy_a2a/contracts.py
src/dummy_a2a/executor.py
src/dummy_a2a/plugin.py
src/dummy_a2a/py.typed
src/dummy_a2a/server.py
src/dummy_a2a/testing.py
src/dummy_a2a.egg-info/PKG-INFO
src/dummy_a2a.egg-info/SOURCES.txt
src/dummy_a2a.egg-info/dependency_links.txt
src/dummy_a2a.egg-info/entry_points.txt
src/dummy_a2a.egg-info/requires.txt
src/dummy_a2a.egg-info/top_level.txt
src/dummy_a2a/skills/__init__.py
src/dummy_a2a/skills/auth_required.py
src/dummy_a2a/skills/base.py
src/dummy_a2a/skills/data_response.py
src/dummy_a2a/skills/debug.py
src/dummy_a2a/skills/echo.py
src/dummy_a2a/skills/ext.py
src/dummy_a2a/skills/ext_required.py
src/dummy_a2a/skills/fail.py
src/dummy_a2a/skills/file_response.py
src/dummy_a2a/skills/multi_artifact.py
src/dummy_a2a/skills/multi_turn.py
src/dummy_a2a/skills/reject.py
src/dummy_a2a/skills/slow_task.py
src/dummy_a2a/skills/stream.py
tests/test_agent_card.py
tests/test_auth_required.py
tests/test_check_a2a_sdk_version.py
tests/test_contracts.py
tests/test_data_response.py
tests/test_debug.py
tests/test_echo.py
tests/test_error_responses.py
tests/test_ext.py
tests/test_fail.py
tests/test_file_response.py
tests/test_get_task.py
tests/test_https.py
tests/test_list_tasks.py
tests/test_multi_artifact.py
tests/test_multi_turn.py
tests/test_plugin.py
tests/test_push_notifications.py
tests/test_reject.py
tests/test_slow_task.py
tests/test_stream.py