Added INTENT.md file and reviewed scope
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled

This commit is contained in:
2026-05-03 17:46:24 +02:00
parent 665e925be6
commit 66dfc7cf06
2 changed files with 97 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# llm-connect
Pluggable LLM adapters for Python. Supports OpenRouter, Gemini, OpenAI, and
the Claude Code CLI out of the box, with a clean abstract interface for adding
Pluggable LLM adapters for Python and the commandline. Supports OpenRouter, Gemini,
OpenAI, and the Claude Code CLI out of the box, with a clean abstract interface for adding
your own.
## Quick start
@@ -31,8 +31,6 @@ pip install llm-connect
|---|---|---|
| `"openrouter"` | `OpenRouterAdapter` | OpenAI-compatible endpoint; supports all OpenRouter models |
| `"gemini"` | `GeminiAdapter` | Google Generative Language REST API; supports free tier |
| `"openai"` | `OpenAIAdapter` | OpenAI chat completions endpoint |
| `"claude-code"` | `ClaudeCodeAdapter` | Shells out to the `claude --print` CLI; no API key needed |
```python
from llm_connect import create_adapter