LICENSE
README.md
pyproject.toml
eirel/__init__.py
eirel/a2a.py
eirel/agent_server.py
eirel/app.py
eirel/base_agent.py
eirel/cli.py
eirel/compliance.py
eirel/groups.py
eirel/helpers.py
eirel/manifest.py
eirel/models.py
eirel/packaging.py
eirel/provider.py
eirel/py.typed
eirel/registration.py
eirel/request_auth.py
eirel/sample_server.py
eirel/schemas.py
eirel/signing.py
eirel/token_signing.py
eirel.egg-info/PKG-INFO
eirel.egg-info/SOURCES.txt
eirel.egg-info/dependency_links.txt
eirel.egg-info/entry_points.txt
eirel.egg-info/requires.txt
eirel.egg-info/top_level.txt
eirel/families/__init__.py
eirel/families/general_chat/__init__.py
eirel/families/general_chat/_retry.py
eirel/families/general_chat/budget.py
eirel/families/general_chat/context.py
eirel/families/general_chat/response.py
eirel/families/general_chat/tools/__init__.py
eirel/families/general_chat/tools/_service_client.py
eirel/families/general_chat/tools/sandbox.py
eirel/families/general_chat/tools/semantic_scholar.py
eirel/families/general_chat/tools/web_search.py
eirel/families/general_chat/tools/x_api.py
tests/test_a2a_protocol.py
tests/test_agent_runner.py
tests/test_agent_stream.py
tests/test_app_auth_integration.py
tests/test_input_limits.py
tests/test_provider.py
tests/test_provider_errors.py
tests/test_request_auth.py
tests/test_runtime_contract.py
tests/test_sdk.py
tests/test_token_signing.py
tests/test_tool_protocol.py