@omnicross/core 0.1.1 → 0.1.2
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/ApiConverter.cjs +3 -778
- package/dist/ApiConverter.js +12 -751
- package/dist/{CompletionService-DtOF_War.d.cts → CompletionService-D3a47vdU.d.cts} +2 -1
- package/dist/{CompletionService-7fCmKAP3.d.ts → CompletionService-DdWaAxq0.d.ts} +2 -1
- package/dist/auth/GeminiCodeAssistProjectResolver.cjs +27 -60
- package/dist/auth/GeminiCodeAssistProjectResolver.js +5 -9
- package/dist/builtin-web-fetch-77JZUZGM.cjs +100 -0
- package/dist/builtin-web-fetch-IGLBX2XY.js +100 -0
- package/dist/chunk-2DCNB7DF.cjs +514 -0
- package/dist/chunk-2FEVTJWG.js +4400 -0
- package/dist/chunk-3MEACFK3.js +193 -0
- package/dist/chunk-3OPYJG76.cjs +266 -0
- package/dist/chunk-46RLHI7D.js +0 -0
- package/dist/chunk-46ZIFWYG.cjs +277 -0
- package/dist/chunk-4NBS6KPV.cjs +43 -0
- package/dist/chunk-4VAVYUZS.cjs +991 -0
- package/dist/chunk-5ERIZW3D.js +44 -0
- package/dist/chunk-5HTVET6E.js +514 -0
- package/dist/chunk-5ZQBEOMD.js +764 -0
- package/dist/chunk-6VIXXLMX.cjs +14 -0
- package/dist/chunk-745DV5FL.js +147 -0
- package/dist/chunk-74TMJA7Z.js +53 -0
- package/dist/chunk-7VU7V2E4.js +0 -0
- package/dist/chunk-7YN22L2H.cjs +87 -0
- package/dist/chunk-A2YMUCBT.cjs +105 -0
- package/dist/chunk-AQ5TNQB7.js +13 -0
- package/dist/chunk-AVYJ4YBN.js +58 -0
- package/dist/chunk-C72S6TTV.cjs +49 -0
- package/dist/chunk-C7PSERMH.js +87 -0
- package/dist/chunk-CDHS2QDC.js +179 -0
- package/dist/chunk-DK4A7DLE.js +266 -0
- package/dist/chunk-DRWHTIIZ.js +13 -0
- package/dist/chunk-DWKQZ2SK.cjs +254 -0
- package/dist/chunk-E3WHL7CO.js +14 -0
- package/dist/chunk-EYZYXJTJ.cjs +1 -0
- package/dist/chunk-FMOBD2OQ.js +39 -0
- package/dist/chunk-FTQ7IQUC.js +991 -0
- package/dist/chunk-FZ46M34D.cjs +1 -0
- package/dist/chunk-G2FUJNA2.cjs +193 -0
- package/dist/chunk-G2UTNSGU.js +277 -0
- package/dist/chunk-GBHYAGX3.cjs +26 -0
- package/dist/chunk-GMMT7RVN.cjs +39 -0
- package/dist/chunk-H5JUT3KV.js +105 -0
- package/dist/chunk-HQP3K7PU.cjs +431 -0
- package/dist/chunk-JO5NLTLY.js +46 -0
- package/dist/chunk-JWC6APFQ.js +23 -0
- package/dist/chunk-KUU2RNG6.cjs +46 -0
- package/dist/chunk-LKZJEL6E.cjs +124 -0
- package/dist/chunk-MNYKI4CI.js +94 -0
- package/dist/chunk-MZNPGW5Q.js +26 -0
- package/dist/chunk-N3V2J5ZO.cjs +53 -0
- package/dist/chunk-NYUNU75A.cjs +44 -0
- package/dist/chunk-NZYN7C3P.cjs +179 -0
- package/dist/chunk-O466Y272.js +235 -0
- package/dist/chunk-PXUJF5HS.js +124 -0
- package/dist/chunk-QBZJ7P2T.cjs +13 -0
- package/dist/chunk-QOCNX236.js +46 -0
- package/dist/chunk-QXD4MV2X.cjs +23 -0
- package/dist/chunk-R3HK6R4B.cjs +13 -0
- package/dist/chunk-RSJ3TWJQ.cjs +186 -0
- package/dist/chunk-S4WBV25P.js +913 -0
- package/dist/chunk-SN3YWBX7.cjs +4400 -0
- package/dist/chunk-SPVWWUHX.cjs +46 -0
- package/dist/chunk-SUEGJ75D.cjs +764 -0
- package/dist/chunk-SVNDB62D.cjs +58 -0
- package/dist/chunk-UYPEN5XE.cjs +235 -0
- package/dist/chunk-V5KPWNYX.cjs +147 -0
- package/dist/chunk-VVEHS2LI.js +431 -0
- package/dist/chunk-XBSYYZIY.cjs +94 -0
- package/dist/chunk-YGXJGRFI.cjs +913 -0
- package/dist/chunk-YMFAJFQT.cjs +173 -0
- package/dist/chunk-Z7LUNECE.js +49 -0
- package/dist/chunk-Z7Y2NPHY.js +186 -0
- package/dist/chunk-ZJZAOKI7.js +254 -0
- package/dist/chunk-ZLX3KGXX.js +173 -0
- package/dist/chunk-ZSVQT3PW.js +43 -0
- package/dist/completion/ApiKeyPoolService.cjs +23 -48
- package/dist/completion/ApiKeyPoolService.d.cts +150 -2
- package/dist/completion/ApiKeyPoolService.d.ts +150 -2
- package/dist/completion/BuiltinToolExecutor.cjs +9 -324
- package/dist/completion/BuiltinToolExecutor.js +6 -290
- package/dist/completion/CompletionService.cjs +38 -3487
- package/dist/completion/CompletionService.d.cts +3 -2
- package/dist/completion/CompletionService.d.ts +3 -2
- package/dist/completion/CompletionService.js +34 -3457
- package/dist/completion/NativeSearchInjector.cjs +8 -192
- package/dist/completion/NativeSearchInjector.js +7 -162
- package/dist/completion/ProviderSearchInjector.cjs +12 -39
- package/dist/completion/native-search-types.cjs +13 -66
- package/dist/completion/native-search-types.js +7 -31
- package/dist/completion/openrouter-headers.cjs +15 -71
- package/dist/completion/openrouter-headers.js +8 -34
- package/dist/completion/openrouter-models.cjs +10 -67
- package/dist/completion/openrouter-models.js +4 -34
- package/dist/completion/types.cjs +1 -18
- package/dist/completion/url-builder.cjs +24 -138
- package/dist/completion/url-builder.js +12 -92
- package/dist/completion.cjs +55 -3989
- package/dist/completion.d.cts +3 -2
- package/dist/completion.d.ts +3 -2
- package/dist/completion.js +63 -3953
- package/dist/index.cjs +197 -10429
- package/dist/index.d.cts +9 -2
- package/dist/index.d.ts +9 -2
- package/dist/index.js +125 -10268
- package/dist/logger-4GvQNzhE.d.cts +22 -0
- package/dist/logger-4GvQNzhE.d.ts +22 -0
- package/dist/outbound-api/routeResolver.cjs +7 -217
- package/dist/outbound-api/routeResolver.d.cts +2 -1
- package/dist/outbound-api/routeResolver.d.ts +2 -1
- package/dist/outbound-api/routeResolver.js +6 -187
- package/dist/outbound-api/subscriptionRegistryPort.cjs +7 -37
- package/dist/outbound-api/subscriptionRegistryPort.d.cts +2 -1
- package/dist/outbound-api/subscriptionRegistryPort.d.ts +2 -1
- package/dist/outbound-api/subscriptionRegistryPort.js +4 -8
- package/dist/outbound-api/types.cjs +1 -18
- package/dist/outbound-api/types.d.cts +2 -1
- package/dist/outbound-api/types.d.ts +2 -1
- package/dist/outbound-api.cjs +35 -5221
- package/dist/outbound-api.d.cts +2 -1
- package/dist/outbound-api.d.ts +2 -1
- package/dist/outbound-api.js +54 -5194
- package/dist/pipeline/AuthSource.cjs +1 -18
- package/dist/pipeline/LlmConfigProviderAuth.cjs +5 -166
- package/dist/pipeline/LlmConfigProviderAuth.d.cts +2 -1
- package/dist/pipeline/LlmConfigProviderAuth.d.ts +2 -1
- package/dist/pipeline/LlmConfigProviderAuth.js +5 -139
- package/dist/pipeline/SubscriptionAuthSource.cjs +6 -128
- package/dist/pipeline/SubscriptionAuthSource.js +5 -99
- package/dist/pipeline/SubscriptionAuthStrategy.cjs +1 -18
- package/dist/pipeline/executeProviderCall.cjs +5 -69
- package/dist/pipeline/executeProviderCall.js +3 -42
- package/dist/pipeline/resolveProviderChain.cjs +5 -46
- package/dist/pipeline/resolveProviderChain.js +3 -19
- package/dist/pipeline/resolveSubscriptionChain.cjs +5 -67
- package/dist/pipeline/resolveSubscriptionChain.js +3 -40
- package/dist/ports/gemini-code-assist-resolver.cjs +7 -37
- package/dist/ports/gemini-code-assist-resolver.js +4 -8
- package/dist/ports/pricing-store.cjs +1 -0
- package/dist/ports/pricing-store.d.cts +50 -0
- package/dist/ports/pricing-store.d.ts +50 -0
- package/dist/ports/pricing-store.js +0 -0
- package/dist/ports/provider-config-source.cjs +1 -18
- package/dist/ports/usage-event-store.cjs +1 -0
- package/dist/ports/usage-event-store.d.cts +29 -0
- package/dist/ports/usage-event-store.d.ts +29 -0
- package/dist/ports/usage-event-store.js +0 -0
- package/dist/ports/web-search-backend.cjs +1 -18
- package/dist/ports.cjs +1 -18
- package/dist/ports.d.cts +6 -1
- package/dist/ports.d.ts +6 -1
- package/dist/provider-proxy/ProviderProxy.cjs +40 -4643
- package/dist/provider-proxy/ProviderProxy.d.cts +2 -1
- package/dist/provider-proxy/ProviderProxy.d.ts +2 -1
- package/dist/provider-proxy/ProviderProxy.js +35 -4613
- package/dist/provider-proxy/ingress/providerProxyShared.cjs +35 -2941
- package/dist/provider-proxy/ingress/providerProxyShared.d.cts +2 -1
- package/dist/provider-proxy/ingress/providerProxyShared.d.ts +2 -1
- package/dist/provider-proxy/ingress/providerProxyShared.js +41 -2914
- package/dist/provider-proxy/matchText.cjs +11 -72
- package/dist/provider-proxy/matchText.js +6 -39
- package/dist/provider-proxy/types.cjs +1 -18
- package/dist/provider-proxy/types.d.cts +2 -1
- package/dist/provider-proxy/types.d.ts +2 -1
- package/dist/provider-proxy.cjs +35 -4655
- package/dist/provider-proxy.d.cts +2 -1
- package/dist/provider-proxy.d.ts +2 -1
- package/dist/provider-proxy.js +39 -4628
- package/dist/serializeError.cjs +5 -81
- package/dist/serializeError.js +3 -54
- package/dist/sse-parser.cjs +7 -455
- package/dist/sse-parser.js +4 -426
- package/dist/transformer/TransformerChainExecutor.cjs +4 -318
- package/dist/transformer/TransformerChainExecutor.js +4 -291
- package/dist/transformer/TransformerService.cjs +5 -289
- package/dist/transformer/TransformerService.js +3 -262
- package/dist/transformer/anthropicBetaInject.cjs +7 -50
- package/dist/transformer/anthropicBetaInject.js +4 -21
- package/dist/transformer/transformers/AnthropicTransformer.cjs +3 -1014
- package/dist/transformer/transformers/AnthropicTransformer.js +3 -987
- package/dist/transformer/transformers/GeminiCodeAssistTransformer.cjs +4 -1106
- package/dist/transformer/transformers/GeminiCodeAssistTransformer.js +7 -1079
- package/dist/transformer/transformers/GeminiTransformer.cjs +4 -1010
- package/dist/transformer/transformers/GeminiTransformer.js +4 -983
- package/dist/transformer/transformers/OpenAIResponseTransformer.cjs +3 -535
- package/dist/transformer/transformers/OpenAIResponseTransformer.js +3 -510
- package/dist/transformer/transformers/OpenCodeGoTransformer.cjs +5 -72
- package/dist/transformer/transformers/OpenCodeGoTransformer.js +3 -45
- package/dist/transformer/transformers/ReasoningTransformer.cjs +3 -270
- package/dist/transformer/transformers/ReasoningTransformer.js +2 -249
- package/dist/transformer/transformers.cjs +10 -3177
- package/dist/transformer/transformers.js +23 -3158
- package/dist/transformer/types.cjs +1 -18
- package/dist/transformer.cjs +13 -3726
- package/dist/transformer.js +17 -3706
- package/dist/usage/pricing-engine.cjs +6 -0
- package/dist/usage/pricing-engine.d.cts +83 -0
- package/dist/usage/pricing-engine.d.ts +83 -0
- package/dist/usage/pricing-engine.js +6 -0
- package/dist/usage/usage-recorder.cjs +6 -0
- package/dist/usage/usage-recorder.d.cts +73 -0
- package/dist/usage/usage-recorder.d.ts +73 -0
- package/dist/usage/usage-recorder.js +6 -0
- package/dist/usage.cjs +11 -0
- package/dist/usage.d.cts +8 -0
- package/dist/usage.d.ts +8 -0
- package/dist/usage.js +11 -0
- package/package.json +1 -1
- package/dist/ApiKeyPoolService-BmMkau07.d.cts +0 -170
- package/dist/ApiKeyPoolService-BmMkau07.d.ts +0 -170
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; } var _class;// src/transformer/transformers/ReasoningTransformer.ts
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
var _thinkingconfig = require('@omnicross/contracts/thinking-config');
|
|
8
|
+
var ReasoningTransformer = (_class = class {
|
|
9
|
+
static __initStatic() {this.TransformerName = "reasoning"}
|
|
10
|
+
__init() {this.name = "reasoning"}
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
constructor(options) {;_class.prototype.__init.call(this);
|
|
14
|
+
this.enabled = _optionalChain([options, 'optionalAccess', _ => _.enable]) !== false;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Transform request: convert reasoning config to thinking parameters
|
|
18
|
+
* Uses model-specific budget calculation based on effort level
|
|
19
|
+
*/
|
|
20
|
+
async transformRequestIn(request, provider, _context) {
|
|
21
|
+
const extendedRequest = request;
|
|
22
|
+
const modelId = request.model;
|
|
23
|
+
if (!this.enabled) {
|
|
24
|
+
extendedRequest.thinking = {
|
|
25
|
+
type: "disabled",
|
|
26
|
+
budget_tokens: -1
|
|
27
|
+
};
|
|
28
|
+
extendedRequest.enable_thinking = false;
|
|
29
|
+
return extendedRequest;
|
|
30
|
+
}
|
|
31
|
+
if (request.reasoning) {
|
|
32
|
+
const effortLevel = request.reasoning.effort || "none";
|
|
33
|
+
const userMaxTokens = request.reasoning.max_tokens || request.max_tokens;
|
|
34
|
+
const calculatedBudget = _thinkingconfig.calculateThinkingBudget.call(void 0, modelId, effortLevel, userMaxTokens);
|
|
35
|
+
const providerName = _optionalChain([provider, 'access', _2 => _2.name, 'optionalAccess', _3 => _3.toLowerCase, 'call', _4 => _4()]) || "";
|
|
36
|
+
if (providerName === "anthropic" || providerName.includes("claude")) {
|
|
37
|
+
const thinkingConfig = _thinkingconfig.buildAnthropicThinking.call(void 0, modelId, effortLevel, userMaxTokens);
|
|
38
|
+
if (thinkingConfig) {
|
|
39
|
+
extendedRequest.thinking = thinkingConfig;
|
|
40
|
+
} else {
|
|
41
|
+
extendedRequest.thinking = {
|
|
42
|
+
type: "disabled"
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
} else if (providerName === "openai" || modelId.match(/^o[134]/i)) {
|
|
46
|
+
const reasoningEffort = _thinkingconfig.getOpenAIReasoningEffort.call(void 0, effortLevel);
|
|
47
|
+
if (reasoningEffort) {
|
|
48
|
+
extendedRequest.reasoning_effort = reasoningEffort;
|
|
49
|
+
}
|
|
50
|
+
extendedRequest.thinking = {
|
|
51
|
+
type: effortLevel === "none" ? "disabled" : "enabled",
|
|
52
|
+
budget_tokens: calculatedBudget
|
|
53
|
+
};
|
|
54
|
+
} else if (providerName === "deepseek" && _optionalChain([modelId, 'optionalAccess', _5 => _5.startsWith, 'call', _6 => _6("deepseek-v4")])) {
|
|
55
|
+
extendedRequest.thinking = {
|
|
56
|
+
type: effortLevel === "none" ? "disabled" : "enabled",
|
|
57
|
+
budget_tokens: calculatedBudget
|
|
58
|
+
};
|
|
59
|
+
if (effortLevel !== "none") {
|
|
60
|
+
extendedRequest.reasoning_effort = effortLevel === "high" ? "max" : "high";
|
|
61
|
+
}
|
|
62
|
+
} else if (providerName === "deepseek" || providerName === "qwen" || providerName === "alibaba") {
|
|
63
|
+
const qwenConfig = _thinkingconfig.buildQwenThinkingConfig.call(void 0, effortLevel, userMaxTokens);
|
|
64
|
+
extendedRequest.enable_thinking = qwenConfig.enable_thinking;
|
|
65
|
+
if (qwenConfig.thinking_budget) {
|
|
66
|
+
extendedRequest.thinking_budget = qwenConfig.thinking_budget;
|
|
67
|
+
}
|
|
68
|
+
extendedRequest.thinking = {
|
|
69
|
+
type: qwenConfig.enable_thinking ? "enabled" : "disabled",
|
|
70
|
+
budget_tokens: calculatedBudget
|
|
71
|
+
};
|
|
72
|
+
} else {
|
|
73
|
+
extendedRequest.thinking = {
|
|
74
|
+
type: effortLevel === "none" ? "disabled" : "enabled",
|
|
75
|
+
budget_tokens: calculatedBudget
|
|
76
|
+
};
|
|
77
|
+
extendedRequest.enable_thinking = effortLevel !== "none";
|
|
78
|
+
}
|
|
79
|
+
_optionalChain([this, 'access', _7 => _7.logger, 'optionalAccess', _8 => _8.debug, 'call', _9 => _9(`[ReasoningTransformer] Model: ${modelId}, Effort: ${effortLevel}, Budget: ${calculatedBudget}`)]);
|
|
80
|
+
}
|
|
81
|
+
return extendedRequest;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Transform response: convert reasoning_content to thinking blocks
|
|
85
|
+
*/
|
|
86
|
+
async transformResponseOut(response, _context) {
|
|
87
|
+
if (!this.enabled) return response;
|
|
88
|
+
const contentType = _nullishCoalesce(response.headers.get("Content-Type"), () => ( ""));
|
|
89
|
+
if (contentType.includes("application/json")) {
|
|
90
|
+
return this.handleJsonResponse(response);
|
|
91
|
+
} else if (contentType.includes("stream") || contentType.includes("text/event-stream")) {
|
|
92
|
+
return this.handleStreamResponse(response);
|
|
93
|
+
}
|
|
94
|
+
return response;
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* Handle JSON (non-streaming) response
|
|
98
|
+
*/
|
|
99
|
+
async handleJsonResponse(response) {
|
|
100
|
+
const jsonResponse = await response.json();
|
|
101
|
+
if (_optionalChain([jsonResponse, 'access', _10 => _10.choices, 'optionalAccess', _11 => _11[0], 'optionalAccess', _12 => _12.message, 'optionalAccess', _13 => _13.reasoning_content])) {
|
|
102
|
+
jsonResponse.thinking = {
|
|
103
|
+
content: jsonResponse.choices[0].message.reasoning_content
|
|
104
|
+
};
|
|
105
|
+
delete jsonResponse.choices[0].message.reasoning_content;
|
|
106
|
+
}
|
|
107
|
+
return new Response(JSON.stringify(jsonResponse), {
|
|
108
|
+
status: response.status,
|
|
109
|
+
statusText: response.statusText,
|
|
110
|
+
headers: response.headers
|
|
111
|
+
});
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* Handle streaming response - convert reasoning_content to thinking blocks
|
|
115
|
+
*/
|
|
116
|
+
handleStreamResponse(response) {
|
|
117
|
+
if (!response.body) {
|
|
118
|
+
return response;
|
|
119
|
+
}
|
|
120
|
+
const decoder = new TextDecoder();
|
|
121
|
+
const encoder = new TextEncoder();
|
|
122
|
+
let reasoningContent = "";
|
|
123
|
+
let isReasoningComplete = false;
|
|
124
|
+
let buffer = "";
|
|
125
|
+
const stream = new ReadableStream({
|
|
126
|
+
start: async (controller) => {
|
|
127
|
+
const reader = response.body.getReader();
|
|
128
|
+
const processLine = (line) => {
|
|
129
|
+
_optionalChain([this, 'access', _14 => _14.logger, 'optionalAccess', _15 => _15.debug, 'call', _16 => _16("Processing reasoning line:", line)]);
|
|
130
|
+
if (line.startsWith("data: ") && line.trim() !== "data: [DONE]") {
|
|
131
|
+
try {
|
|
132
|
+
const data = JSON.parse(line.slice(6));
|
|
133
|
+
if (_optionalChain([data, 'access', _17 => _17.choices, 'optionalAccess', _18 => _18[0], 'optionalAccess', _19 => _19.delta, 'optionalAccess', _20 => _20.reasoning_content])) {
|
|
134
|
+
reasoningContent += data.choices[0].delta.reasoning_content;
|
|
135
|
+
const thinkingChunk = {
|
|
136
|
+
...data,
|
|
137
|
+
choices: [
|
|
138
|
+
{
|
|
139
|
+
...data.choices[0],
|
|
140
|
+
delta: {
|
|
141
|
+
...data.choices[0].delta,
|
|
142
|
+
thinking: {
|
|
143
|
+
content: data.choices[0].delta.reasoning_content
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
]
|
|
148
|
+
};
|
|
149
|
+
delete thinkingChunk.choices[0].delta.reasoning_content;
|
|
150
|
+
const thinkingLine = `data: ${JSON.stringify(thinkingChunk)}
|
|
151
|
+
|
|
152
|
+
`;
|
|
153
|
+
controller.enqueue(encoder.encode(thinkingLine));
|
|
154
|
+
return;
|
|
155
|
+
}
|
|
156
|
+
if ((_optionalChain([data, 'access', _21 => _21.choices, 'optionalAccess', _22 => _22[0], 'optionalAccess', _23 => _23.delta, 'optionalAccess', _24 => _24.content]) || _optionalChain([data, 'access', _25 => _25.choices, 'optionalAccess', _26 => _26[0], 'optionalAccess', _27 => _27.delta, 'optionalAccess', _28 => _28.tool_calls])) && reasoningContent && !isReasoningComplete) {
|
|
157
|
+
isReasoningComplete = true;
|
|
158
|
+
const signature = Date.now().toString();
|
|
159
|
+
const thinkingChunk = {
|
|
160
|
+
...data,
|
|
161
|
+
choices: [
|
|
162
|
+
{
|
|
163
|
+
...data.choices[0],
|
|
164
|
+
delta: {
|
|
165
|
+
...data.choices[0].delta,
|
|
166
|
+
content: null,
|
|
167
|
+
thinking: {
|
|
168
|
+
signature
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
]
|
|
173
|
+
};
|
|
174
|
+
delete thinkingChunk.choices[0].delta.reasoning_content;
|
|
175
|
+
const thinkingLine = `data: ${JSON.stringify(thinkingChunk)}
|
|
176
|
+
|
|
177
|
+
`;
|
|
178
|
+
controller.enqueue(encoder.encode(thinkingLine));
|
|
179
|
+
}
|
|
180
|
+
if (_optionalChain([data, 'access', _29 => _29.choices, 'optionalAccess', _30 => _30[0], 'optionalAccess', _31 => _31.delta, 'optionalAccess', _32 => _32.reasoning_content])) {
|
|
181
|
+
delete data.choices[0].delta.reasoning_content;
|
|
182
|
+
}
|
|
183
|
+
if (_optionalChain([data, 'access', _33 => _33.choices, 'optionalAccess', _34 => _34[0], 'optionalAccess', _35 => _35.delta]) && Object.keys(data.choices[0].delta).length > 0) {
|
|
184
|
+
if (isReasoningComplete) {
|
|
185
|
+
data.choices[0].index++;
|
|
186
|
+
}
|
|
187
|
+
const modifiedLine = `data: ${JSON.stringify(data)}
|
|
188
|
+
|
|
189
|
+
`;
|
|
190
|
+
controller.enqueue(encoder.encode(modifiedLine));
|
|
191
|
+
}
|
|
192
|
+
} catch (_e) {
|
|
193
|
+
controller.enqueue(encoder.encode(line + "\n"));
|
|
194
|
+
}
|
|
195
|
+
} else {
|
|
196
|
+
controller.enqueue(encoder.encode(line + "\n"));
|
|
197
|
+
}
|
|
198
|
+
};
|
|
199
|
+
try {
|
|
200
|
+
while (true) {
|
|
201
|
+
const { done, value } = await reader.read();
|
|
202
|
+
if (done) {
|
|
203
|
+
if (buffer.trim()) {
|
|
204
|
+
const lines2 = buffer.split("\n");
|
|
205
|
+
for (const line of lines2) {
|
|
206
|
+
if (line.trim()) {
|
|
207
|
+
controller.enqueue(encoder.encode(line + "\n"));
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
break;
|
|
212
|
+
}
|
|
213
|
+
const chunk = decoder.decode(value, { stream: true });
|
|
214
|
+
buffer += chunk;
|
|
215
|
+
const lines = buffer.split("\n");
|
|
216
|
+
buffer = lines.pop() || "";
|
|
217
|
+
for (const line of lines) {
|
|
218
|
+
if (!line.trim()) continue;
|
|
219
|
+
try {
|
|
220
|
+
processLine(line);
|
|
221
|
+
} catch (error) {
|
|
222
|
+
_optionalChain([this, 'access', _36 => _36.logger, 'optionalAccess', _37 => _37.error, 'call', _38 => _38("Error processing reasoning stream line:", error)]);
|
|
223
|
+
controller.enqueue(encoder.encode(line + "\n"));
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
} catch (error) {
|
|
228
|
+
_optionalChain([this, 'access', _39 => _39.logger, 'optionalAccess', _40 => _40.error, 'call', _41 => _41("Reasoning stream error:", error)]);
|
|
229
|
+
controller.error(error);
|
|
230
|
+
} finally {
|
|
231
|
+
try {
|
|
232
|
+
reader.releaseLock();
|
|
233
|
+
} catch (e) {
|
|
234
|
+
_optionalChain([this, 'access', _42 => _42.logger, 'optionalAccess', _43 => _43.error, 'call', _44 => _44("Error releasing reader lock:", e)]);
|
|
235
|
+
}
|
|
236
|
+
controller.close();
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
});
|
|
240
|
+
return new Response(stream, {
|
|
241
|
+
status: response.status,
|
|
242
|
+
statusText: response.statusText,
|
|
243
|
+
headers: new Headers({
|
|
244
|
+
"Content-Type": "text/event-stream",
|
|
245
|
+
"Cache-Control": "no-cache",
|
|
246
|
+
Connection: "keep-alive"
|
|
247
|
+
})
|
|
248
|
+
});
|
|
249
|
+
}
|
|
250
|
+
}, _class.__initStatic(), _class);
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
exports.ReasoningTransformer = ReasoningTransformer;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// src/openrouter.ts
|
|
2
|
+
function isOpenRouterProvider(provider) {
|
|
3
|
+
const baseUrl = (provider.api_base_url || "").toLowerCase();
|
|
4
|
+
return baseUrl.includes("openrouter.ai");
|
|
5
|
+
}
|
|
6
|
+
var OPENROUTER_APP_HEADERS = {
|
|
7
|
+
"HTTP-Referer": "https://omnicross.dev",
|
|
8
|
+
"X-Title": "omnicross"
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export {
|
|
12
|
+
isOpenRouterProvider,
|
|
13
|
+
OPENROUTER_APP_HEADERS
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
// src/completion/native-search-types.ts
|
|
2
|
+
var NATIVE_SEARCH_MODEL_PATTERNS = {
|
|
3
|
+
openai: [/^gpt-4/, /^o[134]/, /^gpt-5/],
|
|
4
|
+
// Claude 3.x: claude-3-opus-*, claude-3-5-sonnet-*, etc.
|
|
5
|
+
// Claude 4.x: claude-sonnet-4-*, claude-opus-4-*, claude-haiku-4-*, etc.
|
|
6
|
+
anthropic: [/^claude-/],
|
|
7
|
+
google: [/^gemini-(?:2|3|flash|pro)/],
|
|
8
|
+
xai: [/^grok/],
|
|
9
|
+
openrouter: []
|
|
10
|
+
// Detected via provider, not model pattern
|
|
11
|
+
};
|
|
12
|
+
var OPENAI_CHAT_COMPLETION_SEARCH_MODELS = [
|
|
13
|
+
"gpt-4o-search-preview",
|
|
14
|
+
"gpt-4o-mini-search-preview",
|
|
15
|
+
"gpt-5-search-api"
|
|
16
|
+
];
|
|
17
|
+
var NATIVE_SEARCH_EXCLUDED_MODELS = [
|
|
18
|
+
"gpt-4.1-nano"
|
|
19
|
+
];
|
|
20
|
+
var NATIVE_SEARCH_TOOL_NAMES = [
|
|
21
|
+
"web_search",
|
|
22
|
+
"web_search_20250305",
|
|
23
|
+
"web_search_20260209",
|
|
24
|
+
"google_search",
|
|
25
|
+
"googleSearchRetrieval"
|
|
26
|
+
];
|
|
27
|
+
var API_FORMAT_PROVIDER_MAP = {
|
|
28
|
+
"openai-response": "openai",
|
|
29
|
+
anthropic: "anthropic",
|
|
30
|
+
google: "google"
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export {
|
|
34
|
+
NATIVE_SEARCH_MODEL_PATTERNS,
|
|
35
|
+
OPENAI_CHAT_COMPLETION_SEARCH_MODELS,
|
|
36
|
+
NATIVE_SEARCH_EXCLUDED_MODELS,
|
|
37
|
+
NATIVE_SEARCH_TOOL_NAMES,
|
|
38
|
+
API_FORMAT_PROVIDER_MAP
|
|
39
|
+
};
|