vern-llm 2.3.0 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.cjs +969 -278
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +550 -105
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.ts +550 -105
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +968 -279
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
<img src="https://img.shields.io/badge/TypeScript-strict-3178C6?logo=typescript&logoColor=white" alt="TypeScript" />
|
|
24
24
|
</p>
|
|
25
25
|
|
|
26
|
-
<p align="center">
|
|
26
|
+
<p align="center">The LLM call framework. Resilience, observability, and control for every call.</p>
|
|
27
27
|
|
|
28
|
-
Retries, timeouts, caching, circuit breaking, provider fallback, and client-side rate limiting behind one typed interface, with adapters for OpenAI-compatible APIs
|
|
28
|
+
Retries, timeouts, caching, circuit breaking, provider fallback, and client-side rate limiting behind one typed interface, with adapters for OpenAI-compatible APIs, Anthropic, Gemini, and Bedrock.
|
|
29
29
|
|
|
30
30
|
**Full documentation: [vernllm.vercel.app](https://vernllm.vercel.app)** — installation, structured output, caching, circuit breaker, provider fallback, rate limiting, observability, every adapter, and the complete API reference all live there and are kept up to date. This README is a quick pitch, not the manual.
|
|
31
31
|
|