llm-connect/llm_connect
tegwick 90eb39c247 Complete activity-core LLM endpoint handoff (LLM-WP-0006)
Switch the custodian triage default from anthropic/claude-sonnet-4 to
google/gemini-2.5-flash, which advertises structured-output support on
OpenRouter. Tighten the OpenRouter adapter to send strict JSON schema
requests and set provider.require_parameters=true so routing only hits
providers that honor the requested response_format.

Update Kubernetes deploy docs and config for the verified coulombcore
handoff: Containerfile build path, image-pull-policy=Never for smoke
pods, credential-routing notes, and live smoke evidence. Mark
LLM-WP-0006 finished with closure notes from 2026-06-18.
2026-06-19 13:51:12 +02:00
..
__init__.py Add activity-core LLM endpoint support 2026-06-07 19:24:45 +02:00
_diagnostics.py Implement llm-connect ADHOC diagnostics 2026-06-03 11:56:21 +02:00
_http.py Implement llm-connect ADHOC diagnostics 2026-06-03 11:56:21 +02:00
_payload.py Complete activity-core LLM endpoint handoff (LLM-WP-0006) 2026-06-19 13:51:12 +02:00
_token_estimator.py feat: initial llm-connect package scaffold 2026-02-27 07:54:42 +01:00
adapter.py refactor: simplify post-WP-0002 cleanup 2026-04-01 22:30:00 +00:00
claude_code.py Implement llm-connect ADHOC diagnostics 2026-06-03 11:56:21 +02:00
cli.py Implement-LLM-WP-0005-cost-model-estimators 2026-05-19 05:02:20 +02:00
config.py feat: initial llm-connect package scaffold 2026-02-27 07:54:42 +01:00
costs.py Implement-LLM-WP-0005-cost-model-estimators 2026-05-19 05:02:20 +02:00
embedding_adapter.py feat: initial llm-connect package scaffold 2026-02-27 07:54:42 +01:00
embedding_cache.py feat: initial llm-connect package scaffold 2026-02-27 07:54:42 +01:00
embedding_factory.py feat: initial llm-connect package scaffold 2026-02-27 07:54:42 +01:00
embedding_openai.py feat: initial llm-connect package scaffold 2026-02-27 07:54:42 +01:00
exceptions.py refactor: simplify post-WP-0002 cleanup 2026-04-01 22:30:00 +00:00
factory.py Add activity-core LLM endpoint support 2026-06-07 19:24:45 +02:00
gemini.py Implement llm-connect ADHOC diagnostics 2026-06-03 11:56:21 +02:00
grading.py Add adaptive cost-quality routing primitives 2026-05-17 21:32:27 +02:00
models.py refactor: simplify post-WP-0002 cleanup 2026-04-01 22:30:00 +00:00
openai.py Implement llm-connect ADHOC diagnostics 2026-06-03 11:56:21 +02:00
openrouter.py Complete activity-core LLM endpoint handoff (LLM-WP-0006) 2026-06-19 13:51:12 +02:00
problem_classes.py Implement-LLM-WP-0005-cost-model-estimators 2026-05-19 05:02:20 +02:00
profiles.py Complete activity-core LLM endpoint handoff (LLM-WP-0006) 2026-06-19 13:51:12 +02:00
quality.py Add adaptive cost-quality routing primitives 2026-05-17 21:32:27 +02:00
rates.py Implement-LLM-WP-0005-cost-model-estimators 2026-05-19 05:02:20 +02:00
replay.py Implement llm-connect ADHOC diagnostics 2026-06-03 11:56:21 +02:00
routing.py Add adaptive cost-quality routing primitives 2026-05-17 21:32:27 +02:00
server.py Complete activity-core LLM endpoint handoff (LLM-WP-0006) 2026-06-19 13:51:12 +02:00
shadowing.py Add adaptive cost-quality routing primitives 2026-05-17 21:32:27 +02:00
similarity.py feat: initial llm-connect package scaffold 2026-02-27 07:54:42 +01:00
toml_config.py feat: initial llm-connect package scaffold 2026-02-27 07:54:42 +01:00