mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-13 08:15:14 +02:00
- page-triage classifier + light-extraction now put the static skill
prompt in `system:` so the per-document caches hit instead of
re-sending boilerplate in the user message every call.
- Description generation builders return `{ system, user }` with
instruction text + word limit moved into the cacheable system.
- Relationship-LLM proposal framing moved to `system:`.
- `KtxMessageBuilder.wrapSimple` skips the history breakpoint for
single-message calls (cache write that could never be reused).
- Gateway backend now sets `anthropic-beta: extended-cache-ttl-2025-04-11`
so 1h TTLs don't silently downgrade to 5m on Gateway routes.
|
||
|---|---|---|
| .. | ||
| embedding-health.test.ts | ||
| embedding-health.ts | ||
| embedding-provider.test.ts | ||
| embedding-provider.ts | ||
| index.ts | ||
| message-builder.test.ts | ||
| message-builder.ts | ||
| model-health.test.ts | ||
| model-health.ts | ||
| model-provider.test.ts | ||
| model-provider.ts | ||
| package-exports.test.ts | ||
| repair.test.ts | ||
| repair.ts | ||
| types.ts | ||