From bf86a03c5dc599e3dcf9e3602cac33469a471831 Mon Sep 17 00:00:00 2001 From: tegwick Date: Sun, 17 May 2026 20:22:06 +0200 Subject: [PATCH] chore(consistency): sync task status from DB [auto] Updated by fix-consistency on 2026-05-17: - update .custodian-brief.md for llm-connect --- .custodian-brief.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.custodian-brief.md b/.custodian-brief.md index 67272f5..cdab58a 100644 --- a/.custodian-brief.md +++ b/.custodian-brief.md @@ -2,23 +2,23 @@ # Custodian Brief — llm-connect **Domain:** custodian -**Last synced:** 2026-05-17 17:51 UTC +**Last synced:** 2026-05-17 18:22 UTC **State Hub:** http://127.0.0.1:8000 *(adjust if running on a remote machine)* ## Active Workstreams ### Adaptive Cost-Quality Routing -Progress: 10/23 done | workstream_id: `e1807fab-e29e-4517-b362-95737a96582d` +Progress: 15/23 done | workstream_id: `e1807fab-e29e-4517-b362-95737a96582d` **Open tasks:** -- · AdaptiveRoutingPolicy extends RoutingPolicy and selects the cheapest adapter whose observed mean quality clears the floor `0e9f9f8e` -- · Tie-breaking: prefer lower observed cost, then explicit preferred adapter from static rules `59d44712` -- · Cold-start behaviour falls through to static RoutingPolicy.resolve when observations are missing `1927d369` -- · Functional contract doc for adaptive policy and sample-size/freshness trade-off `4d4717c1` -- · Tests: floor enforcement, tie-break, cold-start, window-size effect, fallback chain `304bd782` - · ShadowingAdapter wraps a candidate adapter, also invokes the baseline adapter, grades, and appends to QualityLedger `62dd507f` - · Sampling: caller-configurable shadow_rate so production load is not doubled `ccb73e92` -- … and 6 more open tasks +- · Failure isolation: shadow errors never affect the candidate response returned to the caller `b879d232` +- · Functional contract doc for ShadowingAdapter `99d2c1bc` +- · Tests: candidate response survives baseline failure, ledger sampling rate, sync vs async modes `f533fbf4` +- · Example script: route fixture batch through three candidate adapters and populate the ledger `7ef0c143` +- · Integration test: cold-start, static fallback, first observations, convergence to cheapest qualifying adapter `c4c6743f` +- … and 1 more open tasks --- ## MCP Orientation (when available)