@omnicross/core 0.1.2 → 0.1.4
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/LICENSE +21 -21
- package/NOTICE +57 -57
- package/README.md +15 -15
- package/dist/auth/GeminiCodeAssistProjectResolver.cjs +6 -1
- package/dist/auth/GeminiCodeAssistProjectResolver.js +6 -1
- package/dist/chunk-3QFXFCHG.js +33 -0
- package/dist/chunk-4IH4EL7M.cjs +9 -0
- package/dist/chunk-4YINUUKQ.cjs +33 -0
- package/dist/chunk-5ENKBSWO.js +311 -0
- package/dist/chunk-6RPZADX3.cjs +92 -0
- package/dist/chunk-7Y47UCF2.js +142 -0
- package/dist/chunk-AEOZIDEB.cjs +32 -0
- package/dist/chunk-APYG5QD7.cjs +50 -0
- package/dist/{chunk-MNYKI4CI.js → chunk-BPKCU575.js} +29 -0
- package/dist/{chunk-SN3YWBX7.cjs → chunk-DKPXN34V.cjs} +2108 -538
- package/dist/{chunk-4NBS6KPV.cjs → chunk-DQ5VAYZ6.cjs} +7 -8
- package/dist/chunk-E3UCVHLP.cjs +142 -0
- package/dist/chunk-FCR77GYM.cjs +33 -0
- package/dist/{chunk-74TMJA7Z.js → chunk-HRRYG2AX.js} +8 -4
- package/dist/chunk-HUZZZ3JL.js +32 -0
- package/dist/{chunk-KUU2RNG6.cjs → chunk-HYN75H6G.cjs} +3 -0
- package/dist/{chunk-QOCNX236.js → chunk-IAXWICZU.js} +24 -1
- package/dist/{chunk-JO5NLTLY.js → chunk-IK3KE3AU.js} +3 -0
- package/dist/{chunk-V5KPWNYX.cjs → chunk-JMJBSACD.cjs} +3 -3
- package/dist/chunk-K5NM7VAH.js +33 -0
- package/dist/{chunk-N3V2J5ZO.cjs → chunk-KFI44N2R.cjs} +8 -4
- package/dist/chunk-L74VDN4A.cjs +32 -0
- package/dist/chunk-OCEUVQHW.cjs +112 -0
- package/dist/chunk-OE6TDIWW.js +22 -0
- package/dist/chunk-OZFM4X3S.js +18 -0
- package/dist/{chunk-LKZJEL6E.cjs → chunk-Q27JY5RG.cjs} +6 -4
- package/dist/{chunk-SPVWWUHX.cjs → chunk-QWBWGODS.cjs} +24 -1
- package/dist/{chunk-2FEVTJWG.js → chunk-QYTT6GE3.js} +1929 -359
- package/dist/{chunk-UYPEN5XE.cjs → chunk-RGTR7CIO.cjs} +6 -6
- package/dist/chunk-RPII3E6Z.cjs +145 -0
- package/dist/{chunk-XBSYYZIY.cjs → chunk-SNYBEXLB.cjs} +31 -2
- package/dist/{chunk-2DCNB7DF.cjs → chunk-SU2GCLAC.cjs} +30 -10
- package/dist/{chunk-5HTVET6E.js → chunk-TIER4SUC.js} +24 -4
- package/dist/chunk-TKJMZBAH.js +32 -0
- package/dist/{chunk-ZSVQT3PW.js → chunk-UBWEBKRC.js} +5 -6
- package/dist/chunk-UHGVBFU3.js +385 -0
- package/dist/chunk-UIBD2YY5.cjs +22 -0
- package/dist/chunk-UNEFIWXI.cjs +32 -0
- package/dist/chunk-VACWOIRE.cjs +385 -0
- package/dist/{chunk-O466Y272.js → chunk-VPBAUQ2M.js} +7 -7
- package/dist/chunk-VQY5W4YW.cjs +311 -0
- package/dist/chunk-WLYIIEAF.js +50 -0
- package/dist/chunk-WNY4WMRF.js +32 -0
- package/dist/chunk-XEKD23J5.js +9 -0
- package/dist/chunk-XK5CIRMQ.js +112 -0
- package/dist/chunk-XSVNC2UD.cjs +18 -0
- package/dist/chunk-XTEI64OU.js +145 -0
- package/dist/chunk-XX6NQJMA.js +92 -0
- package/dist/{chunk-745DV5FL.js → chunk-Y7FO65VT.js} +3 -3
- package/dist/{chunk-PXUJF5HS.js → chunk-ZY6KU6P3.js} +4 -2
- package/dist/completion/CompletionService.cjs +30 -17
- package/dist/completion/CompletionService.js +29 -16
- package/dist/completion/NativeSearchInjector.cjs +3 -3
- package/dist/completion/NativeSearchInjector.js +2 -2
- package/dist/completion/openrouter-headers.cjs +3 -6
- package/dist/completion/openrouter-headers.d.cts +9 -12
- package/dist/completion/openrouter-headers.d.ts +9 -12
- package/dist/completion/openrouter-headers.js +2 -5
- package/dist/completion/openrouter-models.cjs +4 -3
- package/dist/completion/openrouter-models.js +2 -1
- package/dist/completion.cjs +30 -17
- package/dist/completion.js +29 -16
- package/dist/index.cjs +151 -20
- package/dist/index.d.cts +44 -10
- package/dist/index.d.ts +44 -10
- package/dist/index.js +160 -29
- package/dist/keyPolicy-Cp0FntZl.d.cts +90 -0
- package/dist/keyPolicy-Cp0FntZl.d.ts +90 -0
- package/dist/outbound-api/auditCapture.cjs +9 -0
- package/dist/outbound-api/auditCapture.d.cts +52 -0
- package/dist/outbound-api/auditCapture.d.ts +52 -0
- package/dist/outbound-api/auditCapture.js +9 -0
- package/dist/outbound-api/auditRedact.cjs +8 -0
- package/dist/outbound-api/auditRedact.d.cts +30 -0
- package/dist/outbound-api/auditRedact.d.ts +30 -0
- package/dist/outbound-api/auditRedact.js +8 -0
- package/dist/outbound-api/billingCapture.cjs +8 -0
- package/dist/outbound-api/billingCapture.d.cts +61 -0
- package/dist/outbound-api/billingCapture.d.ts +61 -0
- package/dist/outbound-api/billingCapture.js +8 -0
- package/dist/outbound-api/quotaWarn.cjs +12 -0
- package/dist/outbound-api/quotaWarn.d.cts +43 -0
- package/dist/outbound-api/quotaWarn.d.ts +43 -0
- package/dist/outbound-api/quotaWarn.js +12 -0
- package/dist/outbound-api/routeResolver.cjs +5 -2
- package/dist/outbound-api/routeResolver.d.cts +9 -2
- package/dist/outbound-api/routeResolver.d.ts +9 -2
- package/dist/outbound-api/routeResolver.js +4 -1
- package/dist/outbound-api/types.cjs +6 -1
- package/dist/outbound-api/types.d.cts +12 -144
- package/dist/outbound-api/types.d.ts +12 -144
- package/dist/outbound-api/types.js +6 -0
- package/dist/outbound-api.cjs +144 -17
- package/dist/outbound-api.d.cts +655 -25
- package/dist/outbound-api.d.ts +655 -25
- package/dist/outbound-api.js +148 -21
- package/dist/pipeline/AuthSource.d.cts +29 -1
- package/dist/pipeline/AuthSource.d.ts +29 -1
- package/dist/pipeline/LlmConfigProviderAuth.cjs +3 -3
- package/dist/pipeline/LlmConfigProviderAuth.js +2 -2
- package/dist/pipeline/SubscriptionAccountHealth.cjs +22 -0
- package/dist/pipeline/SubscriptionAccountHealth.d.cts +235 -0
- package/dist/pipeline/SubscriptionAccountHealth.d.ts +235 -0
- package/dist/pipeline/SubscriptionAccountHealth.js +22 -0
- package/dist/pipeline/SubscriptionAuthSource.cjs +2 -2
- package/dist/pipeline/SubscriptionAuthSource.d.cts +3 -2
- package/dist/pipeline/SubscriptionAuthSource.d.ts +3 -2
- package/dist/pipeline/SubscriptionAuthSource.js +1 -1
- package/dist/pipeline/SubscriptionAuthStrategy.d.cts +30 -1
- package/dist/pipeline/SubscriptionAuthStrategy.d.ts +30 -1
- package/dist/pipeline/auditSink.cjs +14 -0
- package/dist/pipeline/auditSink.d.cts +48 -0
- package/dist/pipeline/auditSink.d.ts +48 -0
- package/dist/pipeline/auditSink.js +14 -0
- package/dist/pipeline/auditUsageStash.cjs +10 -0
- package/dist/pipeline/auditUsageStash.d.cts +37 -0
- package/dist/pipeline/auditUsageStash.d.ts +37 -0
- package/dist/pipeline/auditUsageStash.js +10 -0
- package/dist/pipeline/billingEmit.cjs +14 -0
- package/dist/pipeline/billingEmit.d.cts +49 -0
- package/dist/pipeline/billingEmit.d.ts +49 -0
- package/dist/pipeline/billingEmit.js +14 -0
- package/dist/pipeline/executeProviderCall.cjs +2 -2
- package/dist/pipeline/executeProviderCall.js +1 -1
- package/dist/pipeline/upstreamFetch.cjs +14 -0
- package/dist/pipeline/upstreamFetch.d.cts +83 -0
- package/dist/pipeline/upstreamFetch.d.ts +83 -0
- package/dist/pipeline/upstreamFetch.js +14 -0
- package/dist/pipeline/webhookEmit.cjs +10 -0
- package/dist/pipeline/webhookEmit.d.cts +36 -0
- package/dist/pipeline/webhookEmit.d.ts +36 -0
- package/dist/pipeline/webhookEmit.js +10 -0
- package/dist/ports/usage-event-store.d.cts +26 -1
- package/dist/ports/usage-event-store.d.ts +26 -1
- package/dist/ports.d.cts +8 -1
- package/dist/ports.d.ts +8 -1
- package/dist/provider-proxy/ProviderProxy.cjs +30 -17
- package/dist/provider-proxy/ProviderProxy.js +29 -16
- package/dist/provider-proxy/identity/SubscriptionIdentityStore.cjs +15 -0
- package/dist/provider-proxy/identity/SubscriptionIdentityStore.d.cts +121 -0
- package/dist/provider-proxy/identity/SubscriptionIdentityStore.d.ts +121 -0
- package/dist/provider-proxy/identity/SubscriptionIdentityStore.js +15 -0
- package/dist/provider-proxy/identity/fingerprintHeaders.cjs +20 -0
- package/dist/provider-proxy/identity/fingerprintHeaders.d.cts +89 -0
- package/dist/provider-proxy/identity/fingerprintHeaders.d.ts +89 -0
- package/dist/provider-proxy/identity/fingerprintHeaders.js +20 -0
- package/dist/provider-proxy/ingress/providerProxyShared.cjs +30 -17
- package/dist/provider-proxy/ingress/providerProxyShared.d.cts +11 -2
- package/dist/provider-proxy/ingress/providerProxyShared.d.ts +11 -2
- package/dist/provider-proxy/ingress/providerProxyShared.js +29 -16
- package/dist/provider-proxy/matchText.cjs +4 -2
- package/dist/provider-proxy/matchText.d.cts +14 -1
- package/dist/provider-proxy/matchText.d.ts +14 -1
- package/dist/provider-proxy/matchText.js +3 -1
- package/dist/provider-proxy/types.d.cts +30 -0
- package/dist/provider-proxy/types.d.ts +30 -0
- package/dist/provider-proxy.cjs +30 -17
- package/dist/provider-proxy.js +29 -16
- package/dist/{routeResolver-HE-ZO0fO.d.ts → routeResolver-C4T7yClx.d.ts} +36 -10
- package/dist/{routeResolver-BrbK6ja9.d.cts → routeResolver-CB3tvJKy.d.cts} +36 -10
- package/dist/transformer/transformers/OpenAIResponseTransformer.cjs +2 -2
- package/dist/transformer/transformers/OpenAIResponseTransformer.js +1 -1
- package/dist/transformer/transformers.cjs +7 -7
- package/dist/transformer/transformers.js +8 -8
- package/dist/transformer.cjs +9 -9
- package/dist/transformer.js +8 -8
- package/dist/types-B8Arpxn0.d.cts +754 -0
- package/dist/types-lgPYQuZS.d.ts +754 -0
- package/dist/usage/usage-recorder.cjs +3 -2
- package/dist/usage/usage-recorder.d.cts +19 -1
- package/dist/usage/usage-recorder.d.ts +19 -1
- package/dist/usage/usage-recorder.js +2 -1
- package/dist/usage.cjs +3 -2
- package/dist/usage.js +2 -1
- package/package.json +64 -62
- package/dist/chunk-3MEACFK3.js +0 -193
- package/dist/chunk-6VIXXLMX.cjs +0 -14
- package/dist/chunk-E3WHL7CO.js +0 -14
- package/dist/chunk-G2FUJNA2.cjs +0 -193
|
@@ -0,0 +1,385 @@
|
|
|
1
|
+
import {
|
|
2
|
+
getSubscriptionRegistryForOutbound
|
|
3
|
+
} from "./chunk-AQ5TNQB7.js";
|
|
4
|
+
import {
|
|
5
|
+
ENDPOINT_MODEL_KINDS
|
|
6
|
+
} from "./chunk-XEKD23J5.js";
|
|
7
|
+
|
|
8
|
+
// src/outbound-api/kindDetection.ts
|
|
9
|
+
import { normalizeModelId as normalizeModelId2 } from "@omnicross/contracts/canonical-models";
|
|
10
|
+
|
|
11
|
+
// src/outbound-api/roleDetection.ts
|
|
12
|
+
import { normalizeModelId } from "@omnicross/contracts/canonical-models";
|
|
13
|
+
var BACKGROUND_TIER_TOKENS = /* @__PURE__ */ new Set([
|
|
14
|
+
"haiku",
|
|
15
|
+
"mini",
|
|
16
|
+
"flash",
|
|
17
|
+
"small",
|
|
18
|
+
"lite",
|
|
19
|
+
"nano",
|
|
20
|
+
"8b"
|
|
21
|
+
]);
|
|
22
|
+
function modelTokens(normalizedId) {
|
|
23
|
+
return normalizedId.split(/[-._:/\s]+/).filter(Boolean);
|
|
24
|
+
}
|
|
25
|
+
function isBackgroundTierModel(rawModelId) {
|
|
26
|
+
if (!rawModelId) return false;
|
|
27
|
+
const tokens = modelTokens(normalizeModelId(rawModelId));
|
|
28
|
+
return tokens.some((tok) => BACKGROUND_TIER_TOKENS.has(tok));
|
|
29
|
+
}
|
|
30
|
+
function extractRequestedModel(ingressFormat, body) {
|
|
31
|
+
const model = body["model"];
|
|
32
|
+
return typeof model === "string" && model ? model : void 0;
|
|
33
|
+
}
|
|
34
|
+
function detectRequestRole(ingressFormat, body, options) {
|
|
35
|
+
const requestedModel = extractRequestedModel(ingressFormat, body);
|
|
36
|
+
if (requestedModel) {
|
|
37
|
+
const overrides = options?.backgroundModelIds;
|
|
38
|
+
if (overrides && overrides.length > 0) {
|
|
39
|
+
const reqNorm = normalizeModelId(requestedModel);
|
|
40
|
+
const inOverride = overrides.some((id) => {
|
|
41
|
+
if (!id) return false;
|
|
42
|
+
const candidate = id.includes(",") ? id.slice(id.indexOf(",") + 1) : id;
|
|
43
|
+
return normalizeModelId(candidate) === reqNorm || candidate === requestedModel;
|
|
44
|
+
});
|
|
45
|
+
if (inOverride) return "background";
|
|
46
|
+
}
|
|
47
|
+
if (isBackgroundTierModel(requestedModel)) return "background";
|
|
48
|
+
}
|
|
49
|
+
return "default";
|
|
50
|
+
}
|
|
51
|
+
function endpointToIngressFormat(endpoint) {
|
|
52
|
+
switch (endpoint) {
|
|
53
|
+
case "chat":
|
|
54
|
+
return "openai-chat";
|
|
55
|
+
case "responses":
|
|
56
|
+
return "openai-responses";
|
|
57
|
+
case "messages":
|
|
58
|
+
return "anthropic-messages";
|
|
59
|
+
case "gemini":
|
|
60
|
+
return "gemini-generatecontent";
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
// src/outbound-api/kindDetection.ts
|
|
65
|
+
function isNonBlankRef(ref) {
|
|
66
|
+
return typeof ref === "string" && ref.trim() !== "";
|
|
67
|
+
}
|
|
68
|
+
function isKindMappedEndpoint(endpoint) {
|
|
69
|
+
return Object.prototype.hasOwnProperty.call(ENDPOINT_MODEL_KINDS, endpoint);
|
|
70
|
+
}
|
|
71
|
+
function modelKindsForEndpoint(endpoint) {
|
|
72
|
+
return ENDPOINT_MODEL_KINDS[endpoint];
|
|
73
|
+
}
|
|
74
|
+
function detectModelKind(endpoint, requestedModelId) {
|
|
75
|
+
if (!requestedModelId || requestedModelId.trim() === "") return void 0;
|
|
76
|
+
if (endpoint === "messages") {
|
|
77
|
+
const declared = ENDPOINT_MODEL_KINDS.messages;
|
|
78
|
+
for (const tok of modelTokens(normalizeModelId2(requestedModelId))) {
|
|
79
|
+
if (declared.includes(tok)) return tok;
|
|
80
|
+
}
|
|
81
|
+
return void 0;
|
|
82
|
+
}
|
|
83
|
+
return isBackgroundTierModel(requestedModelId) ? "mini" : "codex";
|
|
84
|
+
}
|
|
85
|
+
function validateEndpointModelConfig(config) {
|
|
86
|
+
if (!isKindMappedEndpoint(config.endpoint)) return [];
|
|
87
|
+
const map = config.modelMap ?? {};
|
|
88
|
+
return modelKindsForEndpoint(config.endpoint).filter(
|
|
89
|
+
(kind) => !isNonBlankRef(map[kind])
|
|
90
|
+
);
|
|
91
|
+
}
|
|
92
|
+
function validateServerModelConfig(config) {
|
|
93
|
+
const errors = [];
|
|
94
|
+
for (const endpoint of Object.keys(ENDPOINT_MODEL_KINDS)) {
|
|
95
|
+
const ep = config.endpoints.find((e) => e.endpoint === endpoint);
|
|
96
|
+
const declared = modelKindsForEndpoint(endpoint);
|
|
97
|
+
const missingKinds = ep ? validateEndpointModelConfig(ep) : [...declared];
|
|
98
|
+
if (missingKinds.length > 0 && missingKinds.length < declared.length) {
|
|
99
|
+
errors.push({ endpoint, missingKinds });
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
return errors;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
// src/outbound-api/modelPrefixDispatch.ts
|
|
106
|
+
function classifyModelPrefix(model) {
|
|
107
|
+
if (!model) return null;
|
|
108
|
+
const id = model.trim().toLowerCase();
|
|
109
|
+
if (!id) return null;
|
|
110
|
+
if (matchesPrefix(id, "claude")) return "claude";
|
|
111
|
+
if (matchesPrefix(id, "gemini")) return "gemini";
|
|
112
|
+
if (matchesPrefix(id, "gpt") || matchesOSeries(id)) return "gpt";
|
|
113
|
+
return null;
|
|
114
|
+
}
|
|
115
|
+
function matchesPrefix(id, prefix) {
|
|
116
|
+
return id === prefix || id.startsWith(`${prefix}-`);
|
|
117
|
+
}
|
|
118
|
+
function matchesOSeries(id) {
|
|
119
|
+
return /^o\d/.test(id);
|
|
120
|
+
}
|
|
121
|
+
function resolvePrefixTarget(targets, model) {
|
|
122
|
+
const kind = classifyModelPrefix(model);
|
|
123
|
+
if (!kind) return null;
|
|
124
|
+
const ref = targets?.[kind];
|
|
125
|
+
if (!ref || !ref.trim()) return null;
|
|
126
|
+
return { kind, ref };
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
// src/outbound-api/subscriptionSupport.ts
|
|
130
|
+
var SUBSCRIPTION_PROVIDER_IDS = [
|
|
131
|
+
"claude",
|
|
132
|
+
"codex",
|
|
133
|
+
"gemini",
|
|
134
|
+
"opencodego"
|
|
135
|
+
];
|
|
136
|
+
var SUBSCRIPTION_ID_SET = new Set(SUBSCRIPTION_PROVIDER_IDS);
|
|
137
|
+
function isSubscriptionProviderId(providerId) {
|
|
138
|
+
if (SUBSCRIPTION_ID_SET.has(providerId)) return true;
|
|
139
|
+
const registry = getSubscriptionRegistryForOutbound();
|
|
140
|
+
return registry?.getProfile(providerId) != null;
|
|
141
|
+
}
|
|
142
|
+
var SUBSCRIPTION_SUPPORTED_ENDPOINTS = /* @__PURE__ */ new Set([
|
|
143
|
+
"messages",
|
|
144
|
+
"responses",
|
|
145
|
+
"chat"
|
|
146
|
+
]);
|
|
147
|
+
function endpointSupportsSubscription(endpoint) {
|
|
148
|
+
return SUBSCRIPTION_SUPPORTED_ENDPOINTS.has(endpoint);
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
// src/outbound-api/routeResolver.ts
|
|
152
|
+
function parseModelRef(ref) {
|
|
153
|
+
if (!ref) return null;
|
|
154
|
+
const idx = ref.indexOf(",");
|
|
155
|
+
if (idx <= 0) return null;
|
|
156
|
+
const providerId = ref.slice(0, idx).trim();
|
|
157
|
+
const modelId = ref.slice(idx + 1).trim();
|
|
158
|
+
if (!providerId || !modelId) return null;
|
|
159
|
+
return { providerId, modelId };
|
|
160
|
+
}
|
|
161
|
+
var MESSAGES_FALLBACK_ORDER = ["sonnet", "opus", "haiku", "fable"];
|
|
162
|
+
function isNonBlankRef2(ref) {
|
|
163
|
+
return typeof ref === "string" && ref.trim() !== "";
|
|
164
|
+
}
|
|
165
|
+
function pickModelRefFromList(models, requestedModel) {
|
|
166
|
+
if (!requestedModel || !models || models.length === 0) return void 0;
|
|
167
|
+
const wanted = requestedModel.trim();
|
|
168
|
+
let ciHit;
|
|
169
|
+
for (const ref of models) {
|
|
170
|
+
const parsed = parseModelRef(ref);
|
|
171
|
+
if (!parsed) continue;
|
|
172
|
+
if (parsed.modelId === wanted) return ref;
|
|
173
|
+
if (!ciHit && parsed.modelId.toLowerCase() === wanted.toLowerCase()) ciHit = ref;
|
|
174
|
+
}
|
|
175
|
+
return ciHit;
|
|
176
|
+
}
|
|
177
|
+
function pickModelRefForRole(config, role) {
|
|
178
|
+
if (role === "background") {
|
|
179
|
+
return { ref: config.backgroundModel, effectiveRole: "background" };
|
|
180
|
+
}
|
|
181
|
+
return { ref: config.defaultModel, effectiveRole: "default" };
|
|
182
|
+
}
|
|
183
|
+
function pickModelRefForKind(config, endpoint, requestedModel) {
|
|
184
|
+
const map = config.modelMap ?? {};
|
|
185
|
+
const detected = detectModelKind(endpoint, requestedModel);
|
|
186
|
+
const kind = detected ?? "unmapped";
|
|
187
|
+
if (detected && isNonBlankRef2(map[detected])) {
|
|
188
|
+
return { ref: map[detected], kind: detected };
|
|
189
|
+
}
|
|
190
|
+
if (endpoint === "messages") {
|
|
191
|
+
for (const k of MESSAGES_FALLBACK_ORDER) {
|
|
192
|
+
if (isNonBlankRef2(map[k])) return { ref: map[k], kind };
|
|
193
|
+
}
|
|
194
|
+
return { ref: void 0, kind };
|
|
195
|
+
}
|
|
196
|
+
if (isNonBlankRef2(map["codex"])) return { ref: map["codex"], kind };
|
|
197
|
+
return { ref: void 0, kind };
|
|
198
|
+
}
|
|
199
|
+
async function resolveRoute(args) {
|
|
200
|
+
const { config, ingressFormat, llmConfig } = args;
|
|
201
|
+
const sessionId = args.sessionId ?? null;
|
|
202
|
+
const endpoint = config.endpoint;
|
|
203
|
+
const kindMapped = isKindMappedEndpoint(endpoint);
|
|
204
|
+
const requestedModel = kindMapped ? args.requestedModel : void 0;
|
|
205
|
+
let ref;
|
|
206
|
+
let effectiveRole = "default";
|
|
207
|
+
let noModelStatus = 503;
|
|
208
|
+
let noModelMessage;
|
|
209
|
+
let malformedMessage;
|
|
210
|
+
if (kindMapped) {
|
|
211
|
+
const picked = pickModelRefForKind(config, endpoint, args.requestedModel);
|
|
212
|
+
ref = picked.ref;
|
|
213
|
+
noModelMessage = `endpoint '${config.endpoint}' has no model configured for kind '${picked.kind}'`;
|
|
214
|
+
malformedMessage = (r) => `endpoint '${config.endpoint}' model ref for kind '${picked.kind}' is malformed: '${r}'`;
|
|
215
|
+
} else if (endpoint === "chat" && config.dispatchMode === "prefix") {
|
|
216
|
+
ref = resolvePrefixTarget(config.prefixTargets, args.requestedModel)?.ref;
|
|
217
|
+
noModelStatus = 404;
|
|
218
|
+
noModelMessage = args.requestedModel ? `model '${args.requestedModel}' has no matching prefix target (claude-* / gpt-* / gemini-*) on the 'chat' endpoint` : `request has no 'model'; a prefix-dispatch 'chat' endpoint routes claude-* / gpt-* / gemini-*`;
|
|
219
|
+
malformedMessage = (r) => `endpoint 'chat' prefix target ref is malformed: '${r}'`;
|
|
220
|
+
} else if (endpoint === "chat") {
|
|
221
|
+
ref = pickModelRefFromList(config.models, args.requestedModel);
|
|
222
|
+
noModelStatus = 404;
|
|
223
|
+
noModelMessage = args.requestedModel ? `model '${args.requestedModel}' is not in the endpoint's model list (see GET /v1/models)` : `request has no 'model'; pick one from GET /v1/models`;
|
|
224
|
+
malformedMessage = (r) => `endpoint 'chat' model ref is malformed: '${r}'`;
|
|
225
|
+
} else {
|
|
226
|
+
const picked = pickModelRefForRole(config, args.role ?? "default");
|
|
227
|
+
ref = picked.ref;
|
|
228
|
+
effectiveRole = picked.effectiveRole;
|
|
229
|
+
noModelMessage = `endpoint '${config.endpoint}' has no ${effectiveRole} model configured`;
|
|
230
|
+
malformedMessage = (r) => `endpoint '${config.endpoint}' ${effectiveRole} model ref is malformed: '${r}'`;
|
|
231
|
+
}
|
|
232
|
+
if (!ref || !ref.trim()) {
|
|
233
|
+
return { ok: false, error: { status: noModelStatus, message: noModelMessage } };
|
|
234
|
+
}
|
|
235
|
+
const parsed = parseModelRef(ref);
|
|
236
|
+
if (!parsed) {
|
|
237
|
+
return { ok: false, error: { status: 503, message: malformedMessage(ref) } };
|
|
238
|
+
}
|
|
239
|
+
const { providerId, modelId } = parsed;
|
|
240
|
+
const provider = await llmConfig.getProvider(providerId);
|
|
241
|
+
if (!provider) {
|
|
242
|
+
if (isSubscriptionProviderId(providerId)) {
|
|
243
|
+
return await resolveSubscriptionRoute({
|
|
244
|
+
config,
|
|
245
|
+
providerId,
|
|
246
|
+
modelId,
|
|
247
|
+
ingressFormat,
|
|
248
|
+
sessionId,
|
|
249
|
+
effectiveRole,
|
|
250
|
+
requestedModel,
|
|
251
|
+
apiKeyId: args.apiKeyId
|
|
252
|
+
});
|
|
253
|
+
}
|
|
254
|
+
return {
|
|
255
|
+
ok: false,
|
|
256
|
+
error: {
|
|
257
|
+
status: 503,
|
|
258
|
+
message: `provider '${providerId}' not found for endpoint '${config.endpoint}'`
|
|
259
|
+
}
|
|
260
|
+
};
|
|
261
|
+
}
|
|
262
|
+
const isOfficialProvider = provider.isOfficial === true || provider.id === "anthropic";
|
|
263
|
+
const targetProviderFormat = isOfficialProvider ? "anthropic" : "transform";
|
|
264
|
+
let anthropicSdkHints = null;
|
|
265
|
+
if (ingressFormat === "anthropic-messages") {
|
|
266
|
+
anthropicSdkHints = {
|
|
267
|
+
apiKey: resolveApiKey(provider.api_key),
|
|
268
|
+
isOfficialProvider,
|
|
269
|
+
passThrough: false,
|
|
270
|
+
attribution: { sessionId, apiKeyId: args.apiKeyId ?? null }
|
|
271
|
+
};
|
|
272
|
+
}
|
|
273
|
+
const route = {
|
|
274
|
+
sessionId,
|
|
275
|
+
targetProviderFormat,
|
|
276
|
+
model: modelId,
|
|
277
|
+
ingressFormat,
|
|
278
|
+
authMode: "byo",
|
|
279
|
+
providerId,
|
|
280
|
+
// Passthrough gate: the client's ORIGINAL requested id (kind-mapped only).
|
|
281
|
+
requestedModel,
|
|
282
|
+
// Usage attribution: the verified named-key id (undefined for internal traffic).
|
|
283
|
+
apiKeyId: args.apiKeyId,
|
|
284
|
+
anthropicSdkHints
|
|
285
|
+
};
|
|
286
|
+
return { ok: true, route, usedRole: effectiveRole };
|
|
287
|
+
}
|
|
288
|
+
async function resolveSubscriptionRoute(args) {
|
|
289
|
+
const { config, providerId, modelId, ingressFormat, sessionId, effectiveRole } = args;
|
|
290
|
+
const { requestedModel, apiKeyId } = args;
|
|
291
|
+
if (!config.useSubscription) {
|
|
292
|
+
return {
|
|
293
|
+
ok: false,
|
|
294
|
+
error: {
|
|
295
|
+
status: 503,
|
|
296
|
+
message: `subscription routing disabled for endpoint '${config.endpoint}'`
|
|
297
|
+
}
|
|
298
|
+
};
|
|
299
|
+
}
|
|
300
|
+
if (!endpointSupportsSubscription(config.endpoint)) {
|
|
301
|
+
return {
|
|
302
|
+
ok: false,
|
|
303
|
+
error: {
|
|
304
|
+
status: 503,
|
|
305
|
+
message: `subscription routing is not supported on the '${config.endpoint}' endpoint; use a BYO API-key provider, or the /v1/messages or /v1/responses endpoint`
|
|
306
|
+
}
|
|
307
|
+
};
|
|
308
|
+
}
|
|
309
|
+
const registry = getSubscriptionRegistryForOutbound();
|
|
310
|
+
const profile = registry?.getProfile(providerId) ?? null;
|
|
311
|
+
if (!profile) {
|
|
312
|
+
return {
|
|
313
|
+
ok: false,
|
|
314
|
+
error: {
|
|
315
|
+
status: 503,
|
|
316
|
+
message: `subscription provider '${providerId}' is not available`
|
|
317
|
+
}
|
|
318
|
+
};
|
|
319
|
+
}
|
|
320
|
+
const hints = {
|
|
321
|
+
apiKey: "",
|
|
322
|
+
isOfficialProvider: false,
|
|
323
|
+
passThrough: false,
|
|
324
|
+
subscriptionProfile: profile,
|
|
325
|
+
attribution: { sessionId, apiKeyId: apiKeyId ?? null }
|
|
326
|
+
};
|
|
327
|
+
const subscriptionConfig = providerId === "opencodego" ? await registry?.getOpenCodeGoConfig?.() : void 0;
|
|
328
|
+
const route = {
|
|
329
|
+
sessionId,
|
|
330
|
+
targetProviderFormat: "transform",
|
|
331
|
+
model: modelId,
|
|
332
|
+
ingressFormat,
|
|
333
|
+
authMode: "subscription",
|
|
334
|
+
providerId,
|
|
335
|
+
// Passthrough gate: the client's ORIGINAL requested id (kind-mapped only).
|
|
336
|
+
requestedModel,
|
|
337
|
+
// Usage attribution: the verified named-key id (undefined for internal traffic).
|
|
338
|
+
apiKeyId,
|
|
339
|
+
// Anthropic delegation carries the dispatch profile inside
|
|
340
|
+
// `anthropicSdkHints.subscriptionProfile`. The Responses ingress reads the
|
|
341
|
+
// TOP-LEVEL `route.subscriptionProfile`, and so does the built-in
|
|
342
|
+
// (factory-absent) `/v1/messages` subscription path (RT2.1) — the registry's
|
|
343
|
+
// `SubscriptionDispatchProfile` structurally satisfies `SubscriptionAuthProfile`
|
|
344
|
+
// ({ authStrategy, resolveUpstreamUrl, providerTransformerNames }), so set it
|
|
345
|
+
// for BOTH. This is INERT when an Anthropic ingress factory is present: that
|
|
346
|
+
// delegation reads the hint-bundle field above (and uses a different
|
|
347
|
+
// route-minting path), never the top-level field. (chat/gemini never reach
|
|
348
|
+
// here — Gate 2 rejected them.)
|
|
349
|
+
subscriptionProfile: ingressFormat === "openai-responses" || ingressFormat === "anthropic-messages" || ingressFormat === "openai-chat" ? profile : void 0,
|
|
350
|
+
// Opaque per-account config (opencodego-only; `undefined` otherwise). Read by
|
|
351
|
+
// the built-in `/v1/messages` plan builder; INERT for the factory-present
|
|
352
|
+
// delegation path + non-opencodego.
|
|
353
|
+
subscriptionConfig,
|
|
354
|
+
// Per-request preferred account (provider/subscription duality); undefined ⇒ pool.
|
|
355
|
+
preferredAccountId: config.boundAccountId,
|
|
356
|
+
anthropicSdkHints: hints
|
|
357
|
+
};
|
|
358
|
+
return { ok: true, route, usedRole: effectiveRole };
|
|
359
|
+
}
|
|
360
|
+
function resolveApiKey(apiKey) {
|
|
361
|
+
if (!apiKey) return "";
|
|
362
|
+
if (apiKey.startsWith("$")) {
|
|
363
|
+
return process.env[apiKey.slice(1)] || "";
|
|
364
|
+
}
|
|
365
|
+
return apiKey;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
export {
|
|
369
|
+
extractRequestedModel,
|
|
370
|
+
detectRequestRole,
|
|
371
|
+
endpointToIngressFormat,
|
|
372
|
+
isKindMappedEndpoint,
|
|
373
|
+
modelKindsForEndpoint,
|
|
374
|
+
detectModelKind,
|
|
375
|
+
validateEndpointModelConfig,
|
|
376
|
+
validateServerModelConfig,
|
|
377
|
+
classifyModelPrefix,
|
|
378
|
+
resolvePrefixTarget,
|
|
379
|
+
SUBSCRIPTION_PROVIDER_IDS,
|
|
380
|
+
isSubscriptionProviderId,
|
|
381
|
+
endpointSupportsSubscription,
|
|
382
|
+
parseModelRef,
|
|
383
|
+
pickModelRefFromList,
|
|
384
|
+
resolveRoute
|
|
385
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/pipeline/webhookEmit.ts
|
|
2
|
+
var sink = null;
|
|
3
|
+
function setWebhookSink(fn) {
|
|
4
|
+
sink = fn;
|
|
5
|
+
}
|
|
6
|
+
function emitWebhookEvent(event) {
|
|
7
|
+
const active = sink;
|
|
8
|
+
if (!active) return;
|
|
9
|
+
try {
|
|
10
|
+
active(event);
|
|
11
|
+
} catch (e) {
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
function __resetWebhookSinkForTests() {
|
|
15
|
+
sink = null;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
exports.setWebhookSink = setWebhookSink; exports.emitWebhookEvent = emitWebhookEvent; exports.__resetWebhookSinkForTests = __resetWebhookSinkForTests;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); 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; }// src/openrouter.ts
|
|
2
|
+
function isOpenRouterProvider(provider) {
|
|
3
|
+
const baseUrl = (provider.api_base_url || "").toLowerCase();
|
|
4
|
+
return baseUrl.includes("openrouter.ai");
|
|
5
|
+
}
|
|
6
|
+
var DEFAULT_APP_IDENTITY = {
|
|
7
|
+
referer: "https://github.com/Dumoedss/omnicross",
|
|
8
|
+
title: "Omnicross"
|
|
9
|
+
};
|
|
10
|
+
var OPENROUTER_APP_HEADERS = {
|
|
11
|
+
"HTTP-Referer": DEFAULT_APP_IDENTITY.referer,
|
|
12
|
+
"X-Title": DEFAULT_APP_IDENTITY.title
|
|
13
|
+
};
|
|
14
|
+
function setOpenRouterAppIdentity(identity) {
|
|
15
|
+
const referer = _optionalChain([identity, 'access', _ => _.referer, 'optionalAccess', _2 => _2.trim, 'call', _3 => _3()]);
|
|
16
|
+
const title = _optionalChain([identity, 'access', _4 => _4.title, 'optionalAccess', _5 => _5.trim, 'call', _6 => _6()]);
|
|
17
|
+
if (referer) OPENROUTER_APP_HEADERS["HTTP-Referer"] = referer;
|
|
18
|
+
if (title) OPENROUTER_APP_HEADERS["X-Title"] = title;
|
|
19
|
+
}
|
|
20
|
+
function getOpenRouterAppIdentity() {
|
|
21
|
+
return {
|
|
22
|
+
referer: OPENROUTER_APP_HEADERS["HTTP-Referer"],
|
|
23
|
+
title: OPENROUTER_APP_HEADERS["X-Title"]
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
exports.isOpenRouterProvider = isOpenRouterProvider; exports.OPENROUTER_APP_HEADERS = OPENROUTER_APP_HEADERS; exports.setOpenRouterAppIdentity = setOpenRouterAppIdentity; exports.getOpenRouterAppIdentity = getOpenRouterAppIdentity;
|