.dockerignore
.gitignore
.markdownlint-cli2.jsonc
.pre-commit-config.yaml
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
Justfile
LICENSE
README.md
SECURITY.md
START_HERE.md
mkdocs.yml
overlay.cfg
pyproject.toml
uv.lock
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/allowed_signers
.github/dependabot.yml
.github/release.yml
.github/renovate.json5
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/label.yml
.github/workflows/release.yml
charts/app/.helmignore
charts/app/Chart.yaml
charts/app/values.yaml
charts/app/templates/NOTES.txt
charts/app/templates/_helpers.tpl
charts/app/templates/deployment.yaml
charts/app/templates/hpa.yaml
charts/app/templates/ingress.yaml
charts/app/templates/networkpolicy.yaml
charts/app/templates/poddisruptionbudget.yaml
charts/app/templates/prometheusrule.yaml
charts/app/templates/service.yaml
charts/app/templates/serviceaccount.yaml
charts/app/templates/servicemonitor.yaml
charts/app/templates/tests/test-connection.yaml
docs/ENGINEERING.md
docs/OBSERVABILITY.md
docs/decisions.md
docs/include-readme.md
docs/index.md
docs/architecture/blocks.md
docs/architecture/boundaries.md
docs/architecture/compliance.md
docs/architecture/deployment-overlay.md
docs/architecture/from-agentic-env.md
docs/architecture/go-live-on-sdp.md
docs/architecture/kubernetes.md
docs/architecture/layering.md
docs/architecture/move-plan.md
docs/architecture/operational-traps.md
docs/architecture/picture.md
docs/architecture/picture.svg
docs/architecture/process.md
docs/architecture/proposals.md
docs/architecture/reuse-ledger.md
docs/schemas/OutcomeRunFacet.json
scripts/__init__.py
scripts/assert_no_permitted_failures.py
scripts/check_wheel_imports.py
scripts/overlay.py
src/agentic_base/__init__.py
src/agentic_base/client.py
src/agentic_base/config.py
src/agentic_base/db.py
src/agentic_base/limits.py
src/agentic_base/main.py
src/agentic_base/py.typed
src/agentic_base/recording.py
src/agentic_base/code_policy/__init__.py
src/agentic_base/code_policy/policy.py
src/agentic_base/domain/__init__.py
src/agentic_base/domain/epochs.py
src/agentic_base/domain/integrity.py
src/agentic_base/domain/outcomes.py
src/agentic_base/domain/run_record.py
src/agentic_base/domain/validity.py
src/agentic_base/hpc/__init__.py
src/agentic_base/hpc/clusters.py
src/agentic_base/hpc/job_result.py
src/agentic_base/hpc/profiles/lumi.yaml
src/agentic_base/hpc/profiles/snellius.yaml
src/agentic_base/llm/__init__.py
src/agentic_base/llm/health.py
src/agentic_base/llm/resilience.py
src/agentic_base/mcp/__init__.py
src/agentic_base/mcp/server.py
src/agentic_base/observability/__init__.py
src/agentic_base/observability/conventions.py
src/agentic_base/observability/tracing.py
src/agentic_base/provenance/__init__.py
src/agentic_base/provenance/emit.py
src/agentic_base/provenance/mlflow_export.py
src/agentic_base/routers/__init__.py
src/agentic_base/routers/health.py
src/agentic_base/routers/runs.py
src/agentic_base/security/__init__.py
src/agentic_base/security/netsec.py
src/agentic_base/tools/__init__.py
src/agentic_base/tools/types.py
src/agentic_base/utils/__init__.py
src/agentic_base/utils/logging.py
src/surf_agentic_base.egg-info/PKG-INFO
src/surf_agentic_base.egg-info/SOURCES.txt
src/surf_agentic_base.egg-info/dependency_links.txt
src/surf_agentic_base.egg-info/requires.txt
src/surf_agentic_base.egg-info/scm_file_list.json
src/surf_agentic_base.egg-info/scm_version.json
src/surf_agentic_base.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_chart.py
tests/test_check_wheel_imports.py
tests/test_config.py
tests/test_limits.py
tests/test_overlay_contract.py
tests/test_permitted_failures.py
tests/test_portable_surface.py
tests/test_process.py
tests/test_reuse_ledger.py
tests/client/__init__.py
tests/client/test_client.py
tests/code_policy/__init__.py
tests/code_policy/test_policy.py
tests/domain/__init__.py
tests/domain/test_epochs.py
tests/domain/test_integrity.py
tests/domain/test_outcomes.py
tests/domain/test_run_record.py
tests/domain/test_validity.py
tests/hpc/__init__.py
tests/hpc/test_clusters.py
tests/hpc/test_job_result.py
tests/lessons/__init__.py
tests/lessons/test_a_null_from_a_mechanism_that_never_fired.py
tests/llm/__init__.py
tests/llm/test_health.py
tests/llm/test_resilience.py
tests/mcp/__init__.py
tests/mcp/test_server.py
tests/observability/__init__.py
tests/observability/test_conventions.py
tests/observability/test_recipes.py
tests/observability/test_tracing.py
tests/provenance/__init__.py
tests/provenance/test_emit.py
tests/provenance/test_mlflow_export.py
tests/recording/__init__.py
tests/recording/test_recording.py
tests/routers/__init__.py
tests/routers/test_health.py
tests/routers/test_runs.py
tests/security/__init__.py
tests/security/test_netsec.py
tests/tools/__init__.py
tests/tools/test_types.py
tests/utils/__init__.py
tests/utils/test_logging.py