Implement llm-connect ADHOC diagnostics
This commit is contained in:
parent
79c899b694
commit
24f4c09d42
17 changed files with 1618 additions and 611 deletions
|
|
@ -32,6 +32,9 @@ Maturity states: **Experimental → Beta → Stable → Deprecated**
|
|||
| `gemini.py` | `GeminiAdapter` — Google Generative Language API | Beta |
|
||||
| `openrouter.py` | `OpenRouterAdapter` — OpenAI-compatible multi-model routing | Beta |
|
||||
| `claude_code.py` | `ClaudeCodeAdapter` — `claude --print` subprocess | Beta |
|
||||
| `_payload.py` | Shared adapter payload translation for `RunConfig.model_params` | Beta |
|
||||
| `_diagnostics.py` | Opt-in per-call diagnostics capture for server debug and audit modes | Beta |
|
||||
| `replay.py` | Audit replay parser CLI (`python -m llm_connect.replay`) | Beta |
|
||||
| `embedding_adapter.py` | `EmbeddingAdapter` ABC | Beta |
|
||||
| `embedding_openai.py` | `OpenAICompatibleEmbeddingAdapter` | Beta |
|
||||
| `embedding_cache.py` | `EmbeddingCache` — disk-backed embedding cache | Beta |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue