LICENSE
README.md
pyproject.toml
src/dbl_gateway/__init__.py
src/dbl_gateway/admission.py
src/dbl_gateway/app.py
src/dbl_gateway/auth.py
src/dbl_gateway/boundary.py
src/dbl_gateway/capabilities.py
src/dbl_gateway/config.py
src/dbl_gateway/context_builder.py
src/dbl_gateway/contracts.py
src/dbl_gateway/decision_builder.py
src/dbl_gateway/demo_agent.py
src/dbl_gateway/digest.py
src/dbl_gateway/event_builder.py
src/dbl_gateway/execution.py
src/dbl_gateway/governance.py
src/dbl_gateway/job_router.py
src/dbl_gateway/models.py
src/dbl_gateway/projection.py
src/dbl_gateway/ref_resolver.py
src/dbl_gateway/replay.py
src/dbl_gateway/wire_contract.py
src/dbl_gateway.egg-info/PKG-INFO
src/dbl_gateway.egg-info/SOURCES.txt
src/dbl_gateway.egg-info/dependency_links.txt
src/dbl_gateway.egg-info/entry_points.txt
src/dbl_gateway.egg-info/requires.txt
src/dbl_gateway.egg-info/top_level.txt
src/dbl_gateway/adapters/__init__.py
src/dbl_gateway/adapters/execution_adapter_kl.py
src/dbl_gateway/adapters/policy_adapter_dbl_policy.py
src/dbl_gateway/adapters/store_adapter_sqlite.py
src/dbl_gateway/ports/__init__.py
src/dbl_gateway/ports/execution_port.py
src/dbl_gateway/ports/policy_port.py
src/dbl_gateway/ports/store_port.py
src/dbl_gateway/providers/__init__.py
src/dbl_gateway/providers/anthropic.py
src/dbl_gateway/providers/contract.py
src/dbl_gateway/providers/errors.py
src/dbl_gateway/providers/ollama.py
src/dbl_gateway/providers/openai.py
src/dbl_gateway/providers/stub.py
src/dbl_gateway/rendering/__init__.py
src/dbl_gateway/rendering/models.py
src/dbl_gateway/rendering/renderer.py
src/dbl_gateway/rendering/specs/delta_v1.py
src/dbl_gateway/static/index.html
src/dbl_gateway/store/__init__.py
src/dbl_gateway/store/base.py
src/dbl_gateway/store/factory.py
src/dbl_gateway/store/sqlite.py
tests/test_budget_constraint.py
tests/test_capabilities_generation.py
tests/test_chain_of_record.py
tests/test_config.py
tests/test_context_auto.py
tests/test_context_builder.py
tests/test_context_gate.py
tests/test_decision_config_digest.py
tests/test_decision_replay.py
tests/test_dependency_imports.py
tests/test_digests_normative.py
tests/test_gateway.py
tests/test_normative_v3.py
tests/test_observer_ui.py
tests/test_provider_contract.py
tests/test_providers_unit.py
tests/test_ref_resolution.py
tests/test_render_delta_v1.py
tests/test_schema_snapshot.py
tests/test_store_sqlite.py
tests/test_stub_provider.py
tests/test_timeline.py
tests/test_tool_gating.py
tests/test_wire_contract_v3.py