generated from coulomb/repo-seed
Implement llm-connect ADHOC diagnostics
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user