@stackbilt/llm-providers 1.0.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.
Files changed (59) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +261 -0
  3. package/dist/errors.d.ts +79 -0
  4. package/dist/errors.d.ts.map +1 -0
  5. package/dist/errors.js +183 -0
  6. package/dist/errors.js.map +1 -0
  7. package/dist/factory.d.ts +95 -0
  8. package/dist/factory.d.ts.map +1 -0
  9. package/dist/factory.js +418 -0
  10. package/dist/factory.js.map +1 -0
  11. package/dist/index.d.ts +137 -0
  12. package/dist/index.d.ts.map +1 -0
  13. package/dist/index.js +263 -0
  14. package/dist/index.js.map +1 -0
  15. package/dist/providers/anthropic.d.ts +38 -0
  16. package/dist/providers/anthropic.d.ts.map +1 -0
  17. package/dist/providers/anthropic.js +378 -0
  18. package/dist/providers/anthropic.js.map +1 -0
  19. package/dist/providers/base.d.ts +107 -0
  20. package/dist/providers/base.d.ts.map +1 -0
  21. package/dist/providers/base.js +230 -0
  22. package/dist/providers/base.js.map +1 -0
  23. package/dist/providers/cerebras.d.ts +30 -0
  24. package/dist/providers/cerebras.d.ts.map +1 -0
  25. package/dist/providers/cerebras.js +292 -0
  26. package/dist/providers/cerebras.js.map +1 -0
  27. package/dist/providers/cloudflare.d.ts +47 -0
  28. package/dist/providers/cloudflare.d.ts.map +1 -0
  29. package/dist/providers/cloudflare.js +544 -0
  30. package/dist/providers/cloudflare.js.map +1 -0
  31. package/dist/providers/groq.d.ts +30 -0
  32. package/dist/providers/groq.d.ts.map +1 -0
  33. package/dist/providers/groq.js +222 -0
  34. package/dist/providers/groq.js.map +1 -0
  35. package/dist/providers/openai.d.ts +36 -0
  36. package/dist/providers/openai.d.ts.map +1 -0
  37. package/dist/providers/openai.js +331 -0
  38. package/dist/providers/openai.js.map +1 -0
  39. package/dist/types.d.ts +238 -0
  40. package/dist/types.d.ts.map +1 -0
  41. package/dist/types.js +6 -0
  42. package/dist/types.js.map +1 -0
  43. package/dist/utils/circuit-breaker.d.ts +111 -0
  44. package/dist/utils/circuit-breaker.d.ts.map +1 -0
  45. package/dist/utils/circuit-breaker.js +365 -0
  46. package/dist/utils/circuit-breaker.js.map +1 -0
  47. package/dist/utils/cost-tracker.d.ts +130 -0
  48. package/dist/utils/cost-tracker.d.ts.map +1 -0
  49. package/dist/utils/cost-tracker.js +272 -0
  50. package/dist/utils/cost-tracker.js.map +1 -0
  51. package/dist/utils/credit-ledger.d.ts +161 -0
  52. package/dist/utils/credit-ledger.d.ts.map +1 -0
  53. package/dist/utils/credit-ledger.js +463 -0
  54. package/dist/utils/credit-ledger.js.map +1 -0
  55. package/dist/utils/retry.d.ts +46 -0
  56. package/dist/utils/retry.d.ts.map +1 -0
  57. package/dist/utils/retry.js +125 -0
  58. package/dist/utils/retry.js.map +1 -0
  59. package/package.json +57 -0
package/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
package/README.md ADDED
@@ -0,0 +1,261 @@
1
+ # @stackbilt/llm-providers
2
+
3
+ A multi-provider LLM abstraction layer with automatic failover, circuit breakers, cost tracking, and intelligent retry. Built for Cloudflare Workers but runs anywhere with a standard `fetch` API. Extracted from a production orchestration platform handling 80K+ LOC across multiple services.
4
+
5
+ ## Features
6
+
7
+ - **Multi-provider failover** -- OpenAI, Anthropic, and Cloudflare Workers AI behind a single interface
8
+ - **Circuit breaker** -- state machine (closed / open / half-open) prevents cascading failures
9
+ - **Exponential backoff retry** -- configurable delays, jitter, and per-error-class behavior
10
+ - **Cost tracking and optimization** -- per-provider cost attribution, budget alerts, automatic routing to cheaper providers
11
+ - **Streaming** -- SSE streaming support for all three providers
12
+ - **Tool/function calling** -- OpenAI and Anthropic tool use with unified response format
13
+ - **Batch processing** -- concurrent request batching with rate-limit awareness
14
+ - **Health monitoring** -- per-provider health checks, metrics, and circuit breaker state
15
+
16
+ ## Installation
17
+
18
+ ```bash
19
+ npm install @stackbilt/llm-providers
20
+ ```
21
+
22
+ ## Quick Start
23
+
24
+ ```typescript
25
+ import { LLMProviders, MODELS } from '@stackbilt/llm-providers';
26
+
27
+ const llm = new LLMProviders({
28
+ openai: { apiKey: process.env.OPENAI_API_KEY },
29
+ anthropic: { apiKey: process.env.ANTHROPIC_API_KEY },
30
+ cloudflare: { ai: env.AI }, // Cloudflare Workers AI binding
31
+ defaultProvider: 'auto',
32
+ costOptimization: true,
33
+ enableCircuitBreaker: true,
34
+ });
35
+
36
+ const response = await llm.generateResponse({
37
+ messages: [
38
+ { role: 'system', content: 'You are a helpful assistant.' },
39
+ { role: 'user', content: 'Summarize the circuit breaker pattern.' },
40
+ ],
41
+ maxTokens: 1000,
42
+ temperature: 0.7,
43
+ });
44
+
45
+ console.log(response.message);
46
+ console.log(`Provider: ${response.provider}, Cost: $${response.usage.cost}`);
47
+ ```
48
+
49
+ ## Provider Configuration
50
+
51
+ ### OpenAI
52
+
53
+ ```typescript
54
+ {
55
+ apiKey: 'sk-...',
56
+ organization: 'org-...', // optional
57
+ project: 'proj-...', // optional
58
+ baseUrl: 'https://api.openai.com/v1', // optional, for proxies
59
+ timeout: 30000,
60
+ maxRetries: 3,
61
+ }
62
+ ```
63
+
64
+ ### Anthropic
65
+
66
+ ```typescript
67
+ {
68
+ apiKey: 'sk-ant-...',
69
+ version: '2023-06-01', // optional
70
+ baseUrl: 'https://api.anthropic.com', // optional
71
+ timeout: 30000,
72
+ maxRetries: 3,
73
+ }
74
+ ```
75
+
76
+ ### Cloudflare Workers AI
77
+
78
+ ```typescript
79
+ {
80
+ ai: env.AI, // Cloudflare AI binding (required)
81
+ accountId: '...', // optional
82
+ timeout: 30000,
83
+ maxRetries: 3,
84
+ }
85
+ ```
86
+
87
+ ## Circuit Breaker
88
+
89
+ Each provider gets its own circuit breaker that tracks consecutive failures.
90
+
91
+ | State | Behavior |
92
+ |-------|----------|
93
+ | **Closed** | Requests pass through normally. Failures increment a counter. |
94
+ | **Open** | All requests are immediately rejected. After `resetTimeout` ms, transitions to half-open. |
95
+ | **Half-open** | A single test request is allowed through. Success closes the circuit; failure re-opens it. |
96
+
97
+ Default thresholds: 5 failures to open, 60s reset timeout, 5-minute monitoring window.
98
+
99
+ ```typescript
100
+ import { CircuitBreakerManager } from '@stackbilt/llm-providers';
101
+
102
+ const manager = new CircuitBreakerManager({
103
+ failureThreshold: 5,
104
+ resetTimeout: 60000,
105
+ monitoringPeriod: 300000,
106
+ });
107
+
108
+ const breaker = manager.getBreaker('openai');
109
+ console.log(breaker.getHealth());
110
+ ```
111
+
112
+ ## Cost Optimization
113
+
114
+ When `costOptimization: true`, the factory routes requests to the cheapest available provider. Cloudflare Workers AI is essentially free and gets top priority.
115
+
116
+ ```typescript
117
+ import { createCostOptimizedLLMProviders } from '@stackbilt/llm-providers';
118
+
119
+ const llm = createCostOptimizedLLMProviders({
120
+ openai: { apiKey: process.env.OPENAI_API_KEY },
121
+ cloudflare: { ai: env.AI },
122
+ });
123
+
124
+ const analytics = llm.getCostAnalytics();
125
+ // { breakdown: { openai: { cost, requests, tokens }, ... }, total: 0.042, recommendations: [...] }
126
+ ```
127
+
128
+ ## Retry with Backoff
129
+
130
+ Transient errors (rate limits, network errors, server errors) are retried automatically with exponential backoff and jitter.
131
+
132
+ ```typescript
133
+ import { RetryManager, retry } from '@stackbilt/llm-providers';
134
+
135
+ // Standalone retry for any async operation
136
+ const result = await retry(
137
+ () => fetch('https://api.example.com/data'),
138
+ { maxRetries: 3, initialDelay: 1000, backoffMultiplier: 2 }
139
+ );
140
+
141
+ // Or configure per-provider via RetryManager
142
+ const retryManager = new RetryManager({
143
+ maxRetries: 5,
144
+ initialDelay: 500,
145
+ maxDelay: 30000,
146
+ backoffMultiplier: 2,
147
+ });
148
+ ```
149
+
150
+ ## Fallback Rules
151
+
152
+ Customize when and how the factory falls back between providers:
153
+
154
+ ```typescript
155
+ const llm = new LLMProviders({
156
+ openai: { apiKey: '...' },
157
+ anthropic: { apiKey: '...' },
158
+ cloudflare: { ai: env.AI },
159
+ fallbackRules: [
160
+ { condition: 'rate_limit', fallbackProvider: 'cloudflare' },
161
+ { condition: 'cost', threshold: 10, fallbackProvider: 'cloudflare' },
162
+ { condition: 'error', fallbackProvider: 'anthropic' },
163
+ ],
164
+ });
165
+ ```
166
+
167
+ ## Error Handling
168
+
169
+ Structured error classes for each failure mode:
170
+
171
+ ```typescript
172
+ import {
173
+ RateLimitError,
174
+ QuotaExceededError,
175
+ AuthenticationError,
176
+ CircuitBreakerOpenError,
177
+ TimeoutError,
178
+ LLMErrorFactory,
179
+ } from '@stackbilt/llm-providers';
180
+
181
+ try {
182
+ await llm.generateResponse(request);
183
+ } catch (error) {
184
+ if (error instanceof RateLimitError) {
185
+ // Automatic retry already attempted; consider switching providers
186
+ } else if (error instanceof CircuitBreakerOpenError) {
187
+ // Provider is temporarily disabled
188
+ } else if (error instanceof AuthenticationError) {
189
+ // Check API key -- will NOT trigger fallback
190
+ }
191
+ }
192
+ ```
193
+
194
+ ## Model Constants
195
+
196
+ Predefined model identifiers for convenience:
197
+
198
+ ```typescript
199
+ import { MODELS, getRecommendedModel } from '@stackbilt/llm-providers';
200
+
201
+ MODELS.GPT_4O; // 'gpt-4o'
202
+ MODELS.CLAUDE_3_5_SONNET; // 'claude-3-5-sonnet-20241022'
203
+ MODELS.LLAMA_3_1_8B; // '@cf/meta/llama-3.1-8b-instruct'
204
+
205
+ // Get best model for a use case given available providers
206
+ const model = getRecommendedModel('COST_EFFECTIVE', ['openai', 'cloudflare']);
207
+ ```
208
+
209
+ ## API Reference
210
+
211
+ ### Core Classes
212
+
213
+ | Class | Description |
214
+ |-------|-------------|
215
+ | `LLMProviders` | High-level facade -- initialize providers, generate responses, check health |
216
+ | `LLMProviderFactory` | Lower-level factory with provider chain building and fallback logic |
217
+ | `OpenAIProvider` | OpenAI GPT models (streaming, tools, batch) |
218
+ | `AnthropicProvider` | Anthropic Claude models (streaming, tools) |
219
+ | `CloudflareProvider` | Cloudflare Workers AI (streaming, batch, cost optimization) |
220
+ | `BaseProvider` | Abstract base with shared resiliency, metrics, and cost calculation |
221
+
222
+ ### Utilities
223
+
224
+ | Class | Description |
225
+ |-------|-------------|
226
+ | `CircuitBreaker` | Per-provider circuit breaker state machine |
227
+ | `CircuitBreakerManager` | Manages circuit breakers across multiple providers |
228
+ | `RetryManager` | Exponential backoff retry with jitter |
229
+ | `CostTracker` | Per-provider cost accumulation and budget alerts |
230
+ | `CostOptimizer` | Static methods for optimal provider selection |
231
+
232
+ ### Key Types
233
+
234
+ | Type | Description |
235
+ |------|-------------|
236
+ | `LLMRequest` | Unified request: messages, model, temperature, tools, metadata |
237
+ | `LLMResponse` | Unified response: message, usage, provider, cost, tool calls |
238
+ | `LLMProvider` | Provider interface: generateResponse, healthCheck, estimateCost |
239
+ | `ProviderFactoryConfig` | Factory configuration: provider configs, fallback rules, flags |
240
+ | `CircuitBreakerConfig` | Failure threshold, reset timeout, monitoring period |
241
+ | `RetryConfig` | Max retries, delays, backoff multiplier, retryable error codes |
242
+ | `CostConfig` | Token costs, monthly budget, alert threshold |
243
+
244
+ ### Factory Functions
245
+
246
+ | Function | Description |
247
+ |----------|-------------|
248
+ | `createLLMProviders(config)` | Create an `LLMProviders` instance |
249
+ | `createCostOptimizedLLMProviders(config)` | Create with cost optimization, circuit breakers, and retries enabled |
250
+ | `createLLMProviderFactory(config)` | Create a bare `LLMProviderFactory` |
251
+ | `createCostOptimizedFactory(config)` | Create a cost-optimized factory |
252
+ | `getRecommendedModel(useCase, providers)` | Pick the best model for a use case |
253
+ | `retry(fn, config)` | One-shot retry wrapper for any async function |
254
+
255
+ ## License
256
+
257
+ Apache-2.0
258
+
259
+ ---
260
+
261
+ Built by [Stackbilt](https://stackbilt.dev).
@@ -0,0 +1,79 @@
1
+ /**
2
+ * LLM Provider Error Classes
3
+ * Structured error handling for all LLM providers
4
+ */
5
+ import type { LLMError } from './types';
6
+ export declare class LLMProviderError extends Error implements LLMError {
7
+ code: string;
8
+ provider: string;
9
+ retryable: boolean;
10
+ statusCode?: number;
11
+ rateLimited?: boolean;
12
+ quotaExceeded?: boolean;
13
+ constructor(message: string, code: string, provider: string, retryable?: boolean, statusCode?: number);
14
+ }
15
+ export declare class RateLimitError extends LLMProviderError {
16
+ constructor(provider: string, message?: string);
17
+ }
18
+ export declare class QuotaExceededError extends LLMProviderError {
19
+ constructor(provider: string, message?: string);
20
+ }
21
+ export declare class AuthenticationError extends LLMProviderError {
22
+ constructor(provider: string, message?: string);
23
+ }
24
+ export declare class InvalidRequestError extends LLMProviderError {
25
+ constructor(provider: string, message?: string);
26
+ }
27
+ export declare class ModelNotFoundError extends LLMProviderError {
28
+ constructor(provider: string, model: string);
29
+ }
30
+ export declare class TimeoutError extends LLMProviderError {
31
+ constructor(provider: string, message?: string);
32
+ }
33
+ export declare class NetworkError extends LLMProviderError {
34
+ constructor(provider: string, message?: string);
35
+ }
36
+ export declare class ServerError extends LLMProviderError {
37
+ constructor(provider: string, message?: string, statusCode?: number);
38
+ }
39
+ export declare class ContentFilterError extends LLMProviderError {
40
+ constructor(provider: string, message?: string);
41
+ }
42
+ export declare class TokenLimitError extends LLMProviderError {
43
+ constructor(provider: string, message?: string);
44
+ }
45
+ export declare class ConfigurationError extends LLMProviderError {
46
+ constructor(provider: string, message: string);
47
+ }
48
+ export declare class CircuitBreakerOpenError extends LLMProviderError {
49
+ retryAfterSec: number;
50
+ consecutiveFailures: number;
51
+ constructor(provider: string, retryAfterSec?: number, consecutiveFailures?: number);
52
+ }
53
+ /**
54
+ * Error factory for creating provider-specific errors from HTTP responses
55
+ */
56
+ export declare class LLMErrorFactory {
57
+ static fromHttpResponse(provider: string, statusCode: number, responseBody?: any, message?: string): LLMProviderError;
58
+ /**
59
+ * Create error from fetch response
60
+ */
61
+ static fromFetchResponse(provider: string, response: Response): Promise<LLMProviderError>;
62
+ /**
63
+ * Check if error is retryable
64
+ */
65
+ static isRetryable(error: Error): boolean;
66
+ /**
67
+ * Check if error indicates rate limiting
68
+ */
69
+ static isRateLimited(error: Error): boolean;
70
+ /**
71
+ * Check if error indicates quota exceeded
72
+ */
73
+ static isQuotaExceeded(error: Error): boolean;
74
+ /**
75
+ * Get retry delay from rate limit error
76
+ */
77
+ static getRetryDelay(error: Error): number;
78
+ }
79
+ //# sourceMappingURL=errors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../src/errors.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAExC,qBAAa,gBAAiB,SAAQ,KAAM,YAAW,QAAQ;IAC7D,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;gBAGtB,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,EAChB,SAAS,GAAE,OAAe,EAC1B,UAAU,CAAC,EAAE,MAAM;CAStB;AAED,qBAAa,cAAe,SAAQ,gBAAgB;gBACtC,QAAQ,EAAE,MAAM,EAAE,OAAO,GAAE,MAA8B;CAItE;AAED,qBAAa,kBAAmB,SAAQ,gBAAgB;gBAC1C,QAAQ,EAAE,MAAM,EAAE,OAAO,GAAE,MAAyB;CAIjE;AAED,qBAAa,mBAAoB,SAAQ,gBAAgB;gBAC3C,QAAQ,EAAE,MAAM,EAAE,OAAO,GAAE,MAAgC;CAGxE;AAED,qBAAa,mBAAoB,SAAQ,gBAAgB;gBAC3C,QAAQ,EAAE,MAAM,EAAE,OAAO,GAAE,MAA0B;CAGlE;AAED,qBAAa,kBAAmB,SAAQ,gBAAgB;gBAC1C,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM;CAG5C;AAED,qBAAa,YAAa,SAAQ,gBAAgB;gBACpC,QAAQ,EAAE,MAAM,EAAE,OAAO,GAAE,MAA0B;CAGlE;AAED,qBAAa,YAAa,SAAQ,gBAAgB;gBACpC,QAAQ,EAAE,MAAM,EAAE,OAAO,GAAE,MAAwB;CAGhE;AAED,qBAAa,WAAY,SAAQ,gBAAgB;gBACnC,QAAQ,EAAE,MAAM,EAAE,OAAO,GAAE,MAAgC,EAAE,UAAU,GAAE,MAAY;CAGlG;AAED,qBAAa,kBAAmB,SAAQ,gBAAgB;gBAC1C,QAAQ,EAAE,MAAM,EAAE,OAAO,GAAE,MAA2B;CAGnE;AAED,qBAAa,eAAgB,SAAQ,gBAAgB;gBACvC,QAAQ,EAAE,MAAM,EAAE,OAAO,GAAE,MAA+B;CAGvE;AAED,qBAAa,kBAAmB,SAAQ,gBAAgB;gBAC1C,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;CAG9C;AAED,qBAAa,uBAAwB,SAAQ,gBAAgB;IAC3D,aAAa,EAAE,MAAM,CAAC;IACtB,mBAAmB,EAAE,MAAM,CAAC;gBAEhB,QAAQ,EAAE,MAAM,EAAE,aAAa,GAAE,MAAU,EAAE,mBAAmB,GAAE,MAAU;CAWzF;AAED;;GAEG;AACH,qBAAa,eAAe;IAC1B,MAAM,CAAC,gBAAgB,CACrB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,MAAM,EAClB,YAAY,CAAC,EAAE,GAAG,EAClB,OAAO,CAAC,EAAE,MAAM,GACf,gBAAgB;IA8CnB;;OAEG;WACU,iBAAiB,CAC5B,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,QAAQ,GACjB,OAAO,CAAC,gBAAgB,CAAC;IAiB5B;;OAEG;IACH,MAAM,CAAC,WAAW,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO;IAazC;;OAEG;IACH,MAAM,CAAC,aAAa,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO;IAI3C;;OAEG;IACH,MAAM,CAAC,eAAe,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO;IAI7C;;OAEG;IACH,MAAM,CAAC,aAAa,CAAC,KAAK,EAAE,KAAK,GAAG,MAAM;CAW3C"}