README.md
pyproject.toml
src/sage_sanctum/__init__.py
src/sage_sanctum/agent.py
src/sage_sanctum/context.py
src/sage_sanctum/errors.py
src/sage_sanctum/auth/__init__.py
src/sage_sanctum/auth/credentials.py
src/sage_sanctum/auth/spiffe.py
src/sage_sanctum/auth/trat.py
src/sage_sanctum/gateway/__init__.py
src/sage_sanctum/gateway/client.py
src/sage_sanctum/gateway/http.py
src/sage_sanctum/io/__init__.py
src/sage_sanctum/io/inputs.py
src/sage_sanctum/io/outputs.py
src/sage_sanctum/llm/__init__.py
src/sage_sanctum/llm/gateway_chat.py
src/sage_sanctum/llm/model_category.py
src/sage_sanctum/llm/model_ref.py
src/sage_sanctum/llm/model_selector.py
src/sage_sanctum/mcp/__init__.py
src/sage_sanctum/mcp/client.py
src/sage_sanctum/testing/__init__.py
src/sage_sanctum/testing/fixtures.py
src/sage_sanctum/testing/mocks.py
src/sage_sanctum_sdk.egg-info/PKG-INFO
src/sage_sanctum_sdk.egg-info/SOURCES.txt
src/sage_sanctum_sdk.egg-info/dependency_links.txt
src/sage_sanctum_sdk.egg-info/requires.txt
src/sage_sanctum_sdk.egg-info/top_level.txt
tests/test_agent_runner.py
tests/test_context.py
tests/test_errors.py
tests/test_gateway_chat.py
tests/test_gateway_client.py
tests/test_gateway_http.py
tests/test_hypothesis.py
tests/test_io.py
tests/test_mocks.py
tests/test_model_ref.py
tests/test_model_selector.py
tests/test_spiffe.py
tests/test_trat.py