Wire llm-connect runtime for daily triage

This commit is contained in:
2026-06-18 15:12:31 +02:00
parent 977a3bd97f
commit 206bb336d2
6 changed files with 207 additions and 5 deletions

View File

@@ -32,8 +32,10 @@ Europe/Berlin schedule, verify both runtime dependencies:
- `actcore-state-hub-bridge` can reach the State Hub API through the node-local
tunnel expected at `127.0.0.1:18000`.
- `LLM_CONNECT_URL` is set to an operator-approved llm-connect endpoint that can
serve the `custodian-triage-balanced` profile.
- `LLM_CONNECT_URL` points at the verified in-namespace llm-connect Service,
`http://llm-connect.activity-core.svc.cluster.local:8080`, and the
operator-owned provider Secret lets that Service serve the
`custodian-triage-balanced` profile.
If `LLM_CONNECT_URL` is missing or broken, report-sink instructions write a
visible `execution_failed` diagnostic instead of silently producing no report.