@omnicross/core 0.1.0 → 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 +24 -0
- package/dist/ApiConverter.d.cts +82 -0
- package/dist/ApiConverter.d.ts +82 -0
- package/dist/ApiConverter.js +24 -0
- package/dist/BuiltinToolExecutor-BluWyeob.d.ts +81 -0
- package/dist/BuiltinToolExecutor-CS2WpXhM.d.cts +81 -0
- package/dist/CompletionService-D3a47vdU.d.cts +213 -0
- package/dist/CompletionService-DdWaAxq0.d.ts +213 -0
- package/dist/{ProviderProxy-f_8ziIhW.d.cts → ProviderProxy-C-xqrkKi.d.ts} +7 -2
- package/dist/{ProviderProxy-vjt8sQQk.d.ts → ProviderProxy-CnMQYN59.d.cts} +7 -2
- 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 +12 -0
- package/dist/completion/BuiltinToolExecutor.d.cts +4 -0
- package/dist/completion/BuiltinToolExecutor.d.ts +4 -0
- package/dist/completion/BuiltinToolExecutor.js +12 -0
- package/dist/completion/CompletionService.cjs +38 -0
- package/dist/completion/CompletionService.d.cts +22 -0
- package/dist/completion/CompletionService.d.ts +22 -0
- package/dist/completion/CompletionService.js +38 -0
- package/dist/completion/NativeSearchInjector.cjs +12 -0
- package/dist/completion/NativeSearchInjector.d.cts +42 -0
- package/dist/completion/NativeSearchInjector.d.ts +42 -0
- package/dist/completion/NativeSearchInjector.js +12 -0
- package/dist/completion/ProviderSearchInjector.cjs +60 -0
- package/dist/completion/ProviderSearchInjector.d.cts +47 -0
- package/dist/completion/ProviderSearchInjector.d.ts +47 -0
- package/dist/completion/ProviderSearchInjector.js +60 -0
- package/dist/completion/native-search-types.cjs +14 -0
- package/dist/completion/native-search-types.d.cts +3 -0
- package/dist/completion/native-search-types.d.ts +3 -0
- package/dist/completion/native-search-types.js +14 -0
- package/dist/completion/openrouter-headers.cjs +16 -0
- package/dist/completion/openrouter-headers.d.cts +44 -0
- package/dist/completion/openrouter-headers.d.ts +44 -0
- package/dist/completion/openrouter-headers.js +16 -0
- package/dist/completion/openrouter-models.cjs +29 -0
- package/dist/completion/openrouter-models.d.cts +27 -0
- package/dist/completion/openrouter-models.d.ts +27 -0
- package/dist/completion/openrouter-models.js +29 -0
- package/dist/completion/types.cjs +1 -0
- package/dist/completion/types.d.cts +3 -0
- package/dist/completion/types.d.ts +3 -0
- package/dist/completion/types.js +0 -0
- package/dist/completion/url-builder.cjs +24 -0
- package/dist/completion/url-builder.d.cts +87 -0
- package/dist/completion/url-builder.d.ts +87 -0
- package/dist/completion/url-builder.js +24 -0
- package/dist/completion.cjs +55 -3989
- package/dist/completion.d.cts +150 -8
- package/dist/completion.d.ts +150 -8
- package/dist/completion.js +63 -3953
- package/dist/index.cjs +197 -10428
- package/dist/index.d.cts +35 -91
- package/dist/index.d.ts +35 -91
- package/dist/index.js +125 -10267
- package/dist/logger-4GvQNzhE.d.cts +22 -0
- package/dist/logger-4GvQNzhE.d.ts +22 -0
- package/dist/outbound-api/routeResolver.cjs +11 -0
- package/dist/outbound-api/routeResolver.d.cts +19 -0
- package/dist/outbound-api/routeResolver.d.ts +19 -0
- package/dist/outbound-api/routeResolver.js +11 -0
- package/dist/outbound-api/subscriptionRegistryPort.cjs +7 -37
- package/dist/outbound-api/subscriptionRegistryPort.d.cts +7 -3
- package/dist/outbound-api/subscriptionRegistryPort.d.ts +7 -3
- package/dist/outbound-api/subscriptionRegistryPort.js +4 -8
- package/dist/outbound-api/types.cjs +1 -0
- package/dist/{types-CbCN2NQP.d.ts → outbound-api/types.d.cts} +18 -3
- package/dist/{types-CGGrKqC_.d.cts → outbound-api/types.d.ts} +18 -3
- package/dist/outbound-api/types.js +0 -0
- package/dist/outbound-api.cjs +35 -5220
- package/dist/outbound-api.d.cts +16 -88
- package/dist/outbound-api.d.ts +16 -88
- package/dist/outbound-api.js +54 -5193
- package/dist/pipeline/AuthSource.cjs +1 -0
- package/dist/pipeline/AuthSource.d.cts +101 -0
- package/dist/pipeline/AuthSource.d.ts +101 -0
- package/dist/pipeline/AuthSource.js +0 -0
- package/dist/pipeline/LlmConfigProviderAuth.cjs +8 -0
- package/dist/pipeline/LlmConfigProviderAuth.d.cts +87 -0
- package/dist/pipeline/LlmConfigProviderAuth.d.ts +87 -0
- package/dist/pipeline/LlmConfigProviderAuth.js +8 -0
- package/dist/pipeline/SubscriptionAuthSource.cjs +6 -128
- package/dist/pipeline/SubscriptionAuthSource.d.cts +165 -3
- package/dist/pipeline/SubscriptionAuthSource.d.ts +165 -3
- package/dist/pipeline/SubscriptionAuthSource.js +5 -99
- package/dist/pipeline/SubscriptionAuthStrategy.cjs +1 -18
- package/dist/pipeline/executeProviderCall.cjs +6 -0
- package/dist/pipeline/executeProviderCall.d.cts +149 -0
- package/dist/pipeline/executeProviderCall.d.ts +149 -0
- package/dist/pipeline/executeProviderCall.js +6 -0
- package/dist/pipeline/resolveProviderChain.cjs +6 -0
- package/dist/pipeline/resolveProviderChain.d.cts +58 -0
- package/dist/pipeline/resolveProviderChain.d.ts +58 -0
- package/dist/pipeline/resolveProviderChain.js +6 -0
- package/dist/pipeline/resolveSubscriptionChain.cjs +6 -0
- package/dist/pipeline/resolveSubscriptionChain.d.cts +68 -0
- package/dist/pipeline/resolveSubscriptionChain.d.ts +68 -0
- package/dist/pipeline/resolveSubscriptionChain.js +6 -0
- 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 -0
- package/dist/ports/provider-config-source.d.cts +51 -0
- package/dist/ports/provider-config-source.d.ts +51 -0
- package/dist/ports/provider-config-source.js +0 -0
- 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 -0
- package/dist/ports/web-search-backend.d.cts +29 -0
- package/dist/ports/web-search-backend.d.ts +29 -0
- package/dist/ports/web-search-backend.js +0 -0
- package/dist/ports.cjs +1 -18
- package/dist/ports.d.cts +16 -8
- package/dist/ports.d.ts +16 -8
- package/dist/provider-proxy/ProviderProxy.cjs +40 -0
- package/dist/provider-proxy/ProviderProxy.d.cts +17 -0
- package/dist/provider-proxy/ProviderProxy.d.ts +17 -0
- package/dist/provider-proxy/ProviderProxy.js +40 -0
- package/dist/provider-proxy/ingress/providerProxyShared.cjs +35 -2941
- package/dist/provider-proxy/ingress/providerProxyShared.d.cts +7 -3
- package/dist/provider-proxy/ingress/providerProxyShared.d.ts +7 -3
- 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 +407 -8
- package/dist/provider-proxy/types.d.ts +407 -8
- package/dist/provider-proxy.cjs +35 -4654
- package/dist/provider-proxy.d.cts +10 -6
- package/dist/provider-proxy.d.ts +10 -6
- package/dist/provider-proxy.js +39 -4627
- package/dist/routeResolver-BrbK6ja9.d.cts +88 -0
- package/dist/routeResolver-HE-ZO0fO.d.ts +88 -0
- 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 +8 -0
- package/dist/transformer/anthropicBetaInject.d.cts +20 -0
- package/dist/transformer/anthropicBetaInject.d.ts +20 -0
- package/dist/transformer/anthropicBetaInject.js +8 -0
- package/dist/transformer/transformers/AnthropicTransformer.cjs +6 -0
- package/dist/transformer/transformers/AnthropicTransformer.d.cts +148 -0
- package/dist/transformer/transformers/AnthropicTransformer.d.ts +148 -0
- package/dist/transformer/transformers/AnthropicTransformer.js +6 -0
- 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 +6 -0
- package/dist/transformer/transformers/ReasoningTransformer.d.cts +47 -0
- package/dist/transformer/transformers/ReasoningTransformer.d.ts +47 -0
- package/dist/transformer/transformers/ReasoningTransformer.js +6 -0
- package/dist/transformer/transformers.cjs +39 -0
- package/dist/transformer/transformers.d.cts +100 -0
- package/dist/transformer/transformers.d.ts +100 -0
- package/dist/transformer/transformers.js +39 -0
- package/dist/transformer/types.cjs +1 -18
- package/dist/transformer.cjs +13 -3726
- package/dist/transformer.d.cts +8 -31
- package/dist/transformer.d.ts +8 -31
- package/dist/transformer.js +17 -3706
- package/dist/types-BScIHmPr.d.cts +153 -0
- package/dist/types-BScIHmPr.d.ts +153 -0
- 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 +3 -3
- package/dist/ApiKeyPoolService-BmMkau07.d.cts +0 -170
- package/dist/ApiKeyPoolService-BmMkau07.d.ts +0 -170
- package/dist/SubscriptionAuthSource-Cr4fVEYY.d.cts +0 -264
- package/dist/SubscriptionAuthSource-D89zmiSS.d.ts +0 -264
- package/dist/index-BTSmc9Sm.d.ts +0 -645
- package/dist/index-DXazdTzZ.d.cts +0 -645
- package/dist/types-DCzHkhJt.d.ts +0 -467
- package/dist/types-DZIQbgp0.d.cts +0 -467
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { LLMProvider, AgentDefaultModels, GlobalModelParameters } from '@omnicross/contracts/llm-config';
|
|
2
|
+
import { ResolvedTransformerChain, Transformer } from '../transformer/types.cjs';
|
|
3
|
+
import { TransformerService } from '../transformer/TransformerService.cjs';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* `ProviderConfigSource` — core-owned port for the provider catalog + routing +
|
|
7
|
+
* transformer-chain reads the serving core needs from its host config service.
|
|
8
|
+
*
|
|
9
|
+
* The serving core (`pipeline` / `transformer` / `provider-proxy` /
|
|
10
|
+
* `completion` / `outbound-api`) MUST depend on THIS interface, never on the
|
|
11
|
+
* host's concrete config-service class as a type. The host supplies the impl
|
|
12
|
+
* at bootstrap (its config service implementing `ProviderConfigSource` is the
|
|
13
|
+
* compile-time assignability guard).
|
|
14
|
+
*
|
|
15
|
+
* The surface is sized to EXACTLY the ten methods the core invokes today —
|
|
16
|
+
* signatures copied verbatim from the host's config service so the host stays
|
|
17
|
+
* structurally assignable with zero behavior change.
|
|
18
|
+
*
|
|
19
|
+
* NOTE (Phase-1 narrowing, omnicross): `getTransformerService()` is a
|
|
20
|
+
* transformer-registry accessor that returns a CORE class (`TransformerService`,
|
|
21
|
+
* not a host class), so exposing it through this port is sound for 0b. It is a
|
|
22
|
+
* separate concern from provider-catalog reads, however; splitting it into its
|
|
23
|
+
* own narrower port is deferred to Phase 1 (see design Q1). Do NOT split now.
|
|
24
|
+
*
|
|
25
|
+
* @module ports/provider-config-source
|
|
26
|
+
*/
|
|
27
|
+
|
|
28
|
+
interface ProviderConfigSource {
|
|
29
|
+
getProvider(id: string): Promise<LLMProvider | null>;
|
|
30
|
+
/** @deprecated mirror of the host method — router-based routing is a no-op today. */
|
|
31
|
+
resolveRoutedModel(providerId: string, modelId: string): Promise<{
|
|
32
|
+
isRouted: boolean;
|
|
33
|
+
actualProviderId: string;
|
|
34
|
+
actualModelId: string;
|
|
35
|
+
routerId?: string;
|
|
36
|
+
routerName?: string;
|
|
37
|
+
} | null>;
|
|
38
|
+
resolveEffectiveModels(): Promise<{
|
|
39
|
+
background?: string;
|
|
40
|
+
vision?: string;
|
|
41
|
+
}>;
|
|
42
|
+
getAgentDefaultModels(): Promise<AgentDefaultModels>;
|
|
43
|
+
hasVisionCapability(providerId: string, modelId: string): Promise<boolean>;
|
|
44
|
+
getGlobalModelParameters(): Promise<GlobalModelParameters>;
|
|
45
|
+
getDiscoveredModelMaxTokens(providerId: string, modelId: string): Promise<number | undefined>;
|
|
46
|
+
resolveTransformerChain(providerId: string, model?: string): Promise<ResolvedTransformerChain>;
|
|
47
|
+
getMainTransformer(providerId: string): Promise<Transformer | null>;
|
|
48
|
+
getTransformerService(): TransformerService | undefined;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export type { ProviderConfigSource };
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { LLMProvider, AgentDefaultModels, GlobalModelParameters } from '@omnicross/contracts/llm-config';
|
|
2
|
+
import { ResolvedTransformerChain, Transformer } from '../transformer/types.js';
|
|
3
|
+
import { TransformerService } from '../transformer/TransformerService.js';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* `ProviderConfigSource` — core-owned port for the provider catalog + routing +
|
|
7
|
+
* transformer-chain reads the serving core needs from its host config service.
|
|
8
|
+
*
|
|
9
|
+
* The serving core (`pipeline` / `transformer` / `provider-proxy` /
|
|
10
|
+
* `completion` / `outbound-api`) MUST depend on THIS interface, never on the
|
|
11
|
+
* host's concrete config-service class as a type. The host supplies the impl
|
|
12
|
+
* at bootstrap (its config service implementing `ProviderConfigSource` is the
|
|
13
|
+
* compile-time assignability guard).
|
|
14
|
+
*
|
|
15
|
+
* The surface is sized to EXACTLY the ten methods the core invokes today —
|
|
16
|
+
* signatures copied verbatim from the host's config service so the host stays
|
|
17
|
+
* structurally assignable with zero behavior change.
|
|
18
|
+
*
|
|
19
|
+
* NOTE (Phase-1 narrowing, omnicross): `getTransformerService()` is a
|
|
20
|
+
* transformer-registry accessor that returns a CORE class (`TransformerService`,
|
|
21
|
+
* not a host class), so exposing it through this port is sound for 0b. It is a
|
|
22
|
+
* separate concern from provider-catalog reads, however; splitting it into its
|
|
23
|
+
* own narrower port is deferred to Phase 1 (see design Q1). Do NOT split now.
|
|
24
|
+
*
|
|
25
|
+
* @module ports/provider-config-source
|
|
26
|
+
*/
|
|
27
|
+
|
|
28
|
+
interface ProviderConfigSource {
|
|
29
|
+
getProvider(id: string): Promise<LLMProvider | null>;
|
|
30
|
+
/** @deprecated mirror of the host method — router-based routing is a no-op today. */
|
|
31
|
+
resolveRoutedModel(providerId: string, modelId: string): Promise<{
|
|
32
|
+
isRouted: boolean;
|
|
33
|
+
actualProviderId: string;
|
|
34
|
+
actualModelId: string;
|
|
35
|
+
routerId?: string;
|
|
36
|
+
routerName?: string;
|
|
37
|
+
} | null>;
|
|
38
|
+
resolveEffectiveModels(): Promise<{
|
|
39
|
+
background?: string;
|
|
40
|
+
vision?: string;
|
|
41
|
+
}>;
|
|
42
|
+
getAgentDefaultModels(): Promise<AgentDefaultModels>;
|
|
43
|
+
hasVisionCapability(providerId: string, modelId: string): Promise<boolean>;
|
|
44
|
+
getGlobalModelParameters(): Promise<GlobalModelParameters>;
|
|
45
|
+
getDiscoveredModelMaxTokens(providerId: string, modelId: string): Promise<number | undefined>;
|
|
46
|
+
resolveTransformerChain(providerId: string, model?: string): Promise<ResolvedTransformerChain>;
|
|
47
|
+
getMainTransformer(providerId: string): Promise<Transformer | null>;
|
|
48
|
+
getTransformerService(): TransformerService | undefined;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export type { ProviderConfigSource };
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { UsageEventInput, UsageDateRange, UsageTotals, ModelUsageRow, ApiKeyUsageRow, MessageUsageRow, SessionCacheStats } from '@omnicross/contracts/usage-stats-types';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* `UsageEventStore` — core-owned port for usage-event persistence + aggregation.
|
|
5
|
+
*
|
|
6
|
+
* The usage recorder performs ALL persistence and aggregation through this
|
|
7
|
+
* interface; the host embedder supplies the implementation at bootstrap (e.g.
|
|
8
|
+
* a SQLite table or a JSON-lines file store). Aggregate shapes are the
|
|
9
|
+
* `@omnicross/contracts/usage-stats-types` DTOs.
|
|
10
|
+
*
|
|
11
|
+
* @module ports/usage-event-store
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
interface UsageEventStore {
|
|
15
|
+
/** Persist one event row; the store assigns `id` (and `ts` when absent). Returns the new row id. */
|
|
16
|
+
insert(input: UsageEventInput): Promise<string>;
|
|
17
|
+
/** Aggregated totals over a date range. */
|
|
18
|
+
getTotals(range: UsageDateRange): Promise<UsageTotals>;
|
|
19
|
+
/** Per-model breakdown over a date range. */
|
|
20
|
+
getByModel(range: UsageDateRange): Promise<ModelUsageRow[]>;
|
|
21
|
+
/** Per-API-key breakdown over a date range. */
|
|
22
|
+
getByApiKey(range: UsageDateRange): Promise<ApiKeyUsageRow[]>;
|
|
23
|
+
/** Message-level rows for one session. */
|
|
24
|
+
getMessagesForSession(sessionId: string): Promise<MessageUsageRow[]>;
|
|
25
|
+
/** Cumulative cache hit/miss stats for one session. */
|
|
26
|
+
getSessionCacheStats(sessionId: string): Promise<SessionCacheStats>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export type { UsageEventStore };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { UsageEventInput, UsageDateRange, UsageTotals, ModelUsageRow, ApiKeyUsageRow, MessageUsageRow, SessionCacheStats } from '@omnicross/contracts/usage-stats-types';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* `UsageEventStore` — core-owned port for usage-event persistence + aggregation.
|
|
5
|
+
*
|
|
6
|
+
* The usage recorder performs ALL persistence and aggregation through this
|
|
7
|
+
* interface; the host embedder supplies the implementation at bootstrap (e.g.
|
|
8
|
+
* a SQLite table or a JSON-lines file store). Aggregate shapes are the
|
|
9
|
+
* `@omnicross/contracts/usage-stats-types` DTOs.
|
|
10
|
+
*
|
|
11
|
+
* @module ports/usage-event-store
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
interface UsageEventStore {
|
|
15
|
+
/** Persist one event row; the store assigns `id` (and `ts` when absent). Returns the new row id. */
|
|
16
|
+
insert(input: UsageEventInput): Promise<string>;
|
|
17
|
+
/** Aggregated totals over a date range. */
|
|
18
|
+
getTotals(range: UsageDateRange): Promise<UsageTotals>;
|
|
19
|
+
/** Per-model breakdown over a date range. */
|
|
20
|
+
getByModel(range: UsageDateRange): Promise<ModelUsageRow[]>;
|
|
21
|
+
/** Per-API-key breakdown over a date range. */
|
|
22
|
+
getByApiKey(range: UsageDateRange): Promise<ApiKeyUsageRow[]>;
|
|
23
|
+
/** Message-level rows for one session. */
|
|
24
|
+
getMessagesForSession(sessionId: string): Promise<MessageUsageRow[]>;
|
|
25
|
+
/** Cumulative cache hit/miss stats for one session. */
|
|
26
|
+
getSessionCacheStats(sessionId: string): Promise<SessionCacheStats>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export type { UsageEventStore };
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { WebSearchProviderId, WebSearchOptions, WebSearchResponse, JinaReaderResponse } from '@omnicross/contracts/websearch-types';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* `WebSearchBackend` — core-owned port for the web-search service the serving
|
|
5
|
+
* core's built-in `web_search` tool executor and the Anthropic proxy hints use.
|
|
6
|
+
*
|
|
7
|
+
* The serving core MUST depend on THIS interface, never on the concrete host
|
|
8
|
+
* `WebSearchService` class as a type. The host already exposes a superset of
|
|
9
|
+
* this surface, so it is passed directly with NO adapter.
|
|
10
|
+
*
|
|
11
|
+
* The surface is EXACTLY the three methods the core invokes
|
|
12
|
+
* (`search`/`isProviderEnabled`/`readUrl`), signatures matching
|
|
13
|
+
* `WebSearchService`. The argument/return types are `@omnicross/contracts`
|
|
14
|
+
* contract types (not host classes), so they cross into a Phase-1 package cleanly.
|
|
15
|
+
*
|
|
16
|
+
* @module ports/web-search-backend
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
interface WebSearchBackend {
|
|
20
|
+
search(query: string, providerId: WebSearchProviderId, options?: WebSearchOptions): Promise<WebSearchResponse>;
|
|
21
|
+
isProviderEnabled(id: WebSearchProviderId): boolean;
|
|
22
|
+
readUrl(url: string, options?: {
|
|
23
|
+
timeout?: number;
|
|
24
|
+
signal?: AbortSignal;
|
|
25
|
+
apiKey?: string;
|
|
26
|
+
}): Promise<JinaReaderResponse>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export type { WebSearchBackend };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { WebSearchProviderId, WebSearchOptions, WebSearchResponse, JinaReaderResponse } from '@omnicross/contracts/websearch-types';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* `WebSearchBackend` — core-owned port for the web-search service the serving
|
|
5
|
+
* core's built-in `web_search` tool executor and the Anthropic proxy hints use.
|
|
6
|
+
*
|
|
7
|
+
* The serving core MUST depend on THIS interface, never on the concrete host
|
|
8
|
+
* `WebSearchService` class as a type. The host already exposes a superset of
|
|
9
|
+
* this surface, so it is passed directly with NO adapter.
|
|
10
|
+
*
|
|
11
|
+
* The surface is EXACTLY the three methods the core invokes
|
|
12
|
+
* (`search`/`isProviderEnabled`/`readUrl`), signatures matching
|
|
13
|
+
* `WebSearchService`. The argument/return types are `@omnicross/contracts`
|
|
14
|
+
* contract types (not host classes), so they cross into a Phase-1 package cleanly.
|
|
15
|
+
*
|
|
16
|
+
* @module ports/web-search-backend
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
interface WebSearchBackend {
|
|
20
|
+
search(query: string, providerId: WebSearchProviderId, options?: WebSearchOptions): Promise<WebSearchResponse>;
|
|
21
|
+
isProviderEnabled(id: WebSearchProviderId): boolean;
|
|
22
|
+
readUrl(url: string, options?: {
|
|
23
|
+
timeout?: number;
|
|
24
|
+
signal?: AbortSignal;
|
|
25
|
+
apiKey?: string;
|
|
26
|
+
}): Promise<JinaReaderResponse>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export type { WebSearchBackend };
|
|
File without changes
|
package/dist/ports.cjs
CHANGED
|
@@ -1,18 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
-
|
|
16
|
-
// src/ports/index.ts
|
|
17
|
-
var ports_exports = {};
|
|
18
|
-
module.exports = __toCommonJS(ports_exports);
|
|
1
|
+
"use strict";
|
package/dist/ports.d.cts
CHANGED
|
@@ -1,15 +1,23 @@
|
|
|
1
1
|
export { C as CorePaths, a as CoreUsageEvent, b as CoreUsageTokenCounts, U as UsageEventSink } from './usage-event-sink-BX7FE1NL.cjs';
|
|
2
|
-
export { L as Logger } from './
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
2
|
+
export { L as Logger } from './logger-4GvQNzhE.cjs';
|
|
3
|
+
export { PricingStore } from './ports/pricing-store.cjs';
|
|
4
|
+
export { ProviderConfigSource } from './ports/provider-config-source.cjs';
|
|
5
|
+
export { UsageEventStore } from './ports/usage-event-store.cjs';
|
|
6
|
+
export { WebSearchBackend } from './ports/web-search-backend.cjs';
|
|
7
|
+
export { UsageRecorderImport as UsageSink } from './provider-proxy/types.cjs';
|
|
8
|
+
export { OutboundKeyDb as OutboundCredentialStore } from './outbound-api/types.cjs';
|
|
9
|
+
import '@omnicross/contracts/pricing-types';
|
|
5
10
|
import '@omnicross/contracts/llm-config';
|
|
11
|
+
import './transformer/types.cjs';
|
|
12
|
+
import './transformer/TransformerService.cjs';
|
|
13
|
+
import '@omnicross/contracts/usage-stats-types';
|
|
14
|
+
import '@omnicross/contracts/websearch-types';
|
|
6
15
|
import 'node:http';
|
|
7
16
|
import '@omnicross/contracts/completion-types';
|
|
8
17
|
import '@omnicross/contracts/subscription-types';
|
|
9
18
|
import '@omnicross/contracts/usage-types';
|
|
10
|
-
import './
|
|
19
|
+
import './completion/ApiKeyPoolService.cjs';
|
|
20
|
+
import './pipeline/AuthSource.cjs';
|
|
21
|
+
import './pipeline/SubscriptionAuthSource.cjs';
|
|
11
22
|
import './pipeline/SubscriptionAuthStrategy.cjs';
|
|
12
|
-
import './
|
|
13
|
-
import './transformer/TransformerService.cjs';
|
|
14
|
-
import '@omnicross/contracts/websearch-types';
|
|
15
|
-
import './ProviderProxy-f_8ziIhW.cjs';
|
|
23
|
+
import './ProviderProxy-CnMQYN59.cjs';
|
package/dist/ports.d.ts
CHANGED
|
@@ -1,15 +1,23 @@
|
|
|
1
1
|
export { C as CorePaths, a as CoreUsageEvent, b as CoreUsageTokenCounts, U as UsageEventSink } from './usage-event-sink-BX7FE1NL.js';
|
|
2
|
-
export { L as Logger } from './
|
|
3
|
-
export {
|
|
4
|
-
export {
|
|
2
|
+
export { L as Logger } from './logger-4GvQNzhE.js';
|
|
3
|
+
export { PricingStore } from './ports/pricing-store.js';
|
|
4
|
+
export { ProviderConfigSource } from './ports/provider-config-source.js';
|
|
5
|
+
export { UsageEventStore } from './ports/usage-event-store.js';
|
|
6
|
+
export { WebSearchBackend } from './ports/web-search-backend.js';
|
|
7
|
+
export { UsageRecorderImport as UsageSink } from './provider-proxy/types.js';
|
|
8
|
+
export { OutboundKeyDb as OutboundCredentialStore } from './outbound-api/types.js';
|
|
9
|
+
import '@omnicross/contracts/pricing-types';
|
|
5
10
|
import '@omnicross/contracts/llm-config';
|
|
11
|
+
import './transformer/types.js';
|
|
12
|
+
import './transformer/TransformerService.js';
|
|
13
|
+
import '@omnicross/contracts/usage-stats-types';
|
|
14
|
+
import '@omnicross/contracts/websearch-types';
|
|
6
15
|
import 'node:http';
|
|
7
16
|
import '@omnicross/contracts/completion-types';
|
|
8
17
|
import '@omnicross/contracts/subscription-types';
|
|
9
18
|
import '@omnicross/contracts/usage-types';
|
|
10
|
-
import './
|
|
19
|
+
import './completion/ApiKeyPoolService.js';
|
|
20
|
+
import './pipeline/AuthSource.js';
|
|
21
|
+
import './pipeline/SubscriptionAuthSource.js';
|
|
11
22
|
import './pipeline/SubscriptionAuthStrategy.js';
|
|
12
|
-
import './
|
|
13
|
-
import './transformer/TransformerService.js';
|
|
14
|
-
import '@omnicross/contracts/websearch-types';
|
|
15
|
-
import './ProviderProxy-vjt8sQQk.js';
|
|
23
|
+
import './ProviderProxy-C-xqrkKi.js';
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _chunkSN3YWBX7cjs = require('../chunk-SN3YWBX7.cjs');
|
|
5
|
+
require('../chunk-SPVWWUHX.cjs');
|
|
6
|
+
require('../chunk-HQP3K7PU.cjs');
|
|
7
|
+
require('../chunk-FZ46M34D.cjs');
|
|
8
|
+
require('../chunk-46ZIFWYG.cjs');
|
|
9
|
+
require('../chunk-GBHYAGX3.cjs');
|
|
10
|
+
require('../chunk-3OPYJG76.cjs');
|
|
11
|
+
require('../chunk-UYPEN5XE.cjs');
|
|
12
|
+
require('../chunk-7YN22L2H.cjs');
|
|
13
|
+
require('../chunk-2DCNB7DF.cjs');
|
|
14
|
+
require('../chunk-C72S6TTV.cjs');
|
|
15
|
+
require('../chunk-DWKQZ2SK.cjs');
|
|
16
|
+
require('../chunk-4VAVYUZS.cjs');
|
|
17
|
+
require('../chunk-EYZYXJTJ.cjs');
|
|
18
|
+
require('../chunk-YMFAJFQT.cjs');
|
|
19
|
+
require('../chunk-XBSYYZIY.cjs');
|
|
20
|
+
require('../chunk-R3HK6R4B.cjs');
|
|
21
|
+
require('../chunk-KUU2RNG6.cjs');
|
|
22
|
+
require('../chunk-LKZJEL6E.cjs');
|
|
23
|
+
require('../chunk-QXD4MV2X.cjs');
|
|
24
|
+
require('../chunk-NYUNU75A.cjs');
|
|
25
|
+
require('../chunk-N3V2J5ZO.cjs');
|
|
26
|
+
require('../chunk-SVNDB62D.cjs');
|
|
27
|
+
require('../chunk-A2YMUCBT.cjs');
|
|
28
|
+
require('../chunk-G2FUJNA2.cjs');
|
|
29
|
+
require('../chunk-QBZJ7P2T.cjs');
|
|
30
|
+
require('../chunk-SUEGJ75D.cjs');
|
|
31
|
+
require('../chunk-RSJ3TWJQ.cjs');
|
|
32
|
+
require('../chunk-YGXJGRFI.cjs');
|
|
33
|
+
require('../chunk-NZYN7C3P.cjs');
|
|
34
|
+
require('../chunk-V5KPWNYX.cjs');
|
|
35
|
+
require('../chunk-6VIXXLMX.cjs');
|
|
36
|
+
require('../chunk-GMMT7RVN.cjs');
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
exports.ProviderProxy = _chunkSN3YWBX7cjs.ProviderProxy; exports.isLoopbackAddress = _chunkSN3YWBX7cjs.isLoopbackAddress;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export { P as ProviderProxy, i as isLoopbackAddress } from '../ProviderProxy-CnMQYN59.cjs';
|
|
2
|
+
import './types.cjs';
|
|
3
|
+
import 'node:http';
|
|
4
|
+
import '@omnicross/contracts/completion-types';
|
|
5
|
+
import '@omnicross/contracts/subscription-types';
|
|
6
|
+
import '@omnicross/contracts/usage-types';
|
|
7
|
+
import '../completion/ApiKeyPoolService.cjs';
|
|
8
|
+
import '@omnicross/contracts/llm-config';
|
|
9
|
+
import '../logger-4GvQNzhE.cjs';
|
|
10
|
+
import '../pipeline/AuthSource.cjs';
|
|
11
|
+
import '../pipeline/SubscriptionAuthSource.cjs';
|
|
12
|
+
import '../pipeline/SubscriptionAuthStrategy.cjs';
|
|
13
|
+
import '../ports/provider-config-source.cjs';
|
|
14
|
+
import '../transformer/types.cjs';
|
|
15
|
+
import '../transformer/TransformerService.cjs';
|
|
16
|
+
import '../ports/web-search-backend.cjs';
|
|
17
|
+
import '@omnicross/contracts/websearch-types';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export { P as ProviderProxy, i as isLoopbackAddress } from '../ProviderProxy-C-xqrkKi.js';
|
|
2
|
+
import './types.js';
|
|
3
|
+
import 'node:http';
|
|
4
|
+
import '@omnicross/contracts/completion-types';
|
|
5
|
+
import '@omnicross/contracts/subscription-types';
|
|
6
|
+
import '@omnicross/contracts/usage-types';
|
|
7
|
+
import '../completion/ApiKeyPoolService.js';
|
|
8
|
+
import '@omnicross/contracts/llm-config';
|
|
9
|
+
import '../logger-4GvQNzhE.js';
|
|
10
|
+
import '../pipeline/AuthSource.js';
|
|
11
|
+
import '../pipeline/SubscriptionAuthSource.js';
|
|
12
|
+
import '../pipeline/SubscriptionAuthStrategy.js';
|
|
13
|
+
import '../ports/provider-config-source.js';
|
|
14
|
+
import '../transformer/types.js';
|
|
15
|
+
import '../transformer/TransformerService.js';
|
|
16
|
+
import '../ports/web-search-backend.js';
|
|
17
|
+
import '@omnicross/contracts/websearch-types';
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ProviderProxy,
|
|
3
|
+
isLoopbackAddress
|
|
4
|
+
} from "../chunk-2FEVTJWG.js";
|
|
5
|
+
import "../chunk-QOCNX236.js";
|
|
6
|
+
import "../chunk-VVEHS2LI.js";
|
|
7
|
+
import "../chunk-46RLHI7D.js";
|
|
8
|
+
import "../chunk-G2UTNSGU.js";
|
|
9
|
+
import "../chunk-MZNPGW5Q.js";
|
|
10
|
+
import "../chunk-DK4A7DLE.js";
|
|
11
|
+
import "../chunk-O466Y272.js";
|
|
12
|
+
import "../chunk-C7PSERMH.js";
|
|
13
|
+
import "../chunk-5HTVET6E.js";
|
|
14
|
+
import "../chunk-Z7LUNECE.js";
|
|
15
|
+
import "../chunk-ZJZAOKI7.js";
|
|
16
|
+
import "../chunk-FTQ7IQUC.js";
|
|
17
|
+
import "../chunk-7VU7V2E4.js";
|
|
18
|
+
import "../chunk-ZLX3KGXX.js";
|
|
19
|
+
import "../chunk-MNYKI4CI.js";
|
|
20
|
+
import "../chunk-DRWHTIIZ.js";
|
|
21
|
+
import "../chunk-JO5NLTLY.js";
|
|
22
|
+
import "../chunk-PXUJF5HS.js";
|
|
23
|
+
import "../chunk-JWC6APFQ.js";
|
|
24
|
+
import "../chunk-5ERIZW3D.js";
|
|
25
|
+
import "../chunk-74TMJA7Z.js";
|
|
26
|
+
import "../chunk-AVYJ4YBN.js";
|
|
27
|
+
import "../chunk-H5JUT3KV.js";
|
|
28
|
+
import "../chunk-3MEACFK3.js";
|
|
29
|
+
import "../chunk-AQ5TNQB7.js";
|
|
30
|
+
import "../chunk-5ZQBEOMD.js";
|
|
31
|
+
import "../chunk-Z7Y2NPHY.js";
|
|
32
|
+
import "../chunk-S4WBV25P.js";
|
|
33
|
+
import "../chunk-CDHS2QDC.js";
|
|
34
|
+
import "../chunk-745DV5FL.js";
|
|
35
|
+
import "../chunk-E3WHL7CO.js";
|
|
36
|
+
import "../chunk-FMOBD2OQ.js";
|
|
37
|
+
export {
|
|
38
|
+
ProviderProxy,
|
|
39
|
+
isLoopbackAddress
|
|
40
|
+
};
|