@almadar/agent 3.5.6 → 3.5.7
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/dist/agent/index.js
CHANGED
|
@@ -374,7 +374,8 @@ var init_constants = __esm({
|
|
|
374
374
|
openai: 5,
|
|
375
375
|
deepseek: 3,
|
|
376
376
|
kimi: 3,
|
|
377
|
-
openrouter: 5
|
|
377
|
+
openrouter: 5,
|
|
378
|
+
orbgen: 3
|
|
378
379
|
};
|
|
379
380
|
PROVIDER_BATCH_SIZES = {
|
|
380
381
|
anthropic: 3,
|
|
@@ -385,8 +386,10 @@ var init_constants = __esm({
|
|
|
385
386
|
// Conservative for DeepSeek
|
|
386
387
|
kimi: 3,
|
|
387
388
|
// Conservative for Kimi
|
|
388
|
-
openrouter: 5
|
|
389
|
+
openrouter: 5,
|
|
389
390
|
// OpenRouter proxies multiple providers
|
|
391
|
+
orbgen: 3
|
|
392
|
+
// Conservative for OrbGen
|
|
390
393
|
};
|
|
391
394
|
BATCH_MAX_TOKENS = 12e3;
|
|
392
395
|
}
|