LICENSE
README.md
pyproject.toml
src/maeyr/__init__.py
src/maeyr/_constants.py
src/maeyr/py.typed
src/maeyr.egg-info/PKG-INFO
src/maeyr.egg-info/SOURCES.txt
src/maeyr.egg-info/dependency_links.txt
src/maeyr.egg-info/entry_points.txt
src/maeyr.egg-info/requires.txt
src/maeyr.egg-info/top_level.txt
src/maeyr/client/__init__.py
src/maeyr/client/auth.py
src/maeyr/client/base.py
src/maeyr/client/builder.py
src/maeyr/client/chat.py
src/maeyr/client/config.py
src/maeyr/client/errors.py
src/maeyr/client/marketplace.py
src/maeyr/client/mcp.py
src/maeyr/client/pagination.py
src/maeyr/client/pulse.py
src/maeyr/client/scheduler.py
src/maeyr/client/sse.py
src/maeyr/client/transport.py
src/maeyr/client/webhook.py
src/maeyr/client/workflow.py
src/maeyr/devtools/__init__.py
src/maeyr/devtools/cli.py
src/maeyr/devtools/validate_agent.py
src/maeyr/devtools/validate_envelope.py
src/maeyr/mcp_bridge/__init__.py
src/maeyr/mcp_bridge/cli.py
src/maeyr/mcp_bridge/gateway.py
src/maeyr/models/__init__.py
src/maeyr/models/a2a.py
src/maeyr/models/agent.py
src/maeyr/models/auth.py
src/maeyr/models/executor.py
src/maeyr/runtime/__init__.py
src/maeyr/runtime/_canonical_maeyr.txt
src/maeyr/runtime/a2a.py
src/maeyr/runtime/auth.py
src/maeyr/runtime/endpoints.py
src/maeyr/runtime/inject.py
tests/test_a2a_context.py
tests/test_auth_modes.py
tests/test_client_contract.py
tests/test_devtools_validate.py
tests/test_errors.py
tests/test_inject_snapshot.py
tests/test_mcp_client.py
tests/test_mcp_gateway.py
tests/test_public_sdk_distribution.py
tests/test_runtime_auth.py
tests/test_wheel_manifest.py
tests/test_worker_key_client_contract.py