@jsonstudio/rcc 0.90.364 → 0.90.367
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/build-info.js +2 -2
- package/dist/modules/llmswitch/bridge/module-loader.js +1 -1
- package/dist/modules/llmswitch/bridge/module-loader.js.map +1 -1
- package/dist/modules/llmswitch/bridge/quota-manager.js +1 -1
- package/dist/modules/llmswitch/bridge/quota-manager.js.map +1 -1
- package/dist/modules/llmswitch/bridge/runtime-integrations.d.ts +1 -1
- package/dist/modules/llmswitch/bridge/runtime-integrations.js.map +1 -1
- package/dist/modules/llmswitch/bridge.d.ts +5 -5
- package/dist/modules/llmswitch/bridge.js.map +1 -1
- package/dist/modules/llmswitch/core-loader.js +35 -25
- package/dist/modules/llmswitch/core-loader.js.map +1 -1
- package/package.json +4 -5
- package/scripts/analyze-thinking-keywords.mjs +1 -1
- package/scripts/ensure-llmswitch-mode.mjs +5 -63
- package/scripts/install-global.sh +0 -46
- package/scripts/install-release.sh +4 -38
- package/scripts/install-verify.mjs +6 -25
- package/scripts/pack-mode.mjs +12 -42
- package/scripts/pack-rcc.mjs +4 -63
- package/scripts/publish-rcc.mjs +4 -59
- package/scripts/tests/blackbox-rcc-vs-routecodex-antigravity.mjs +2 -2
- package/scripts/vendor-core.mjs +8 -4
- package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-tool-schemas.js +29 -7
- package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/native/router_hotpath_napi.node +0 -0
- package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/antigravity-thought-signature-bootstrap.js +25 -1
- package/vendor/{@jsonstudio/llms → llmswitch-core}/package.json +1 -1
- package/scripts/link-llmswitch.mjs +0 -56
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/README.md +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/bridge/routecodex-adapter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/bridge/routecodex-adapter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/config-unified/enhanced-path-resolver.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/config-unified/enhanced-path-resolver.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/config-unified/unified-config.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/config-unified/unified-config.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/args-mapping.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/args-mapping.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/bridge-actions.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/bridge-actions.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/bridge-id-utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/bridge-id-utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/bridge-instructions.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/bridge-instructions.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/bridge-message-utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/bridge-message-utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/bridge-metadata.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/bridge-metadata.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/bridge-policies.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/bridge-policies.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/codec-registry.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/codec-registry.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/codecs/anthropic-openai-codec.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/codecs/anthropic-openai-codec.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/codecs/gemini-openai-codec.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/codecs/gemini-openai-codec.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/codecs/openai-openai-codec.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/codecs/openai-openai-codec.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/codecs/responses-openai-codec.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/codecs/responses-openai-codec.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compaction-detect.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compaction-detect.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/anthropic-claude-code-system-prompt.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/anthropic-claude-code-system-prompt.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/anthropic-claude-code-user-id.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/anthropic-claude-code-user-id.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/antigravity-thought-signature-cache.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/antigravity-thought-signature-cache.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/antigravity-thought-signature-prepare.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/antigravity-thought-signature-prepare.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/apply-patch-fixer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/apply-patch-fixer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/auto-thinking.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/auto-thinking.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/claude-thinking-tools.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/claude-thinking-tools.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/deepseek-web-request.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/deepseek-web-request.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/deepseek-web-response.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/deepseek-web-response.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/field-mapping.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/field-mapping.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/gemini-cli-request.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/gemini-cli-request.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/gemini-web-search.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/gemini-web-search.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/glm-history-image-trim.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/glm-history-image-trim.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/glm-image-content.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/glm-image-content.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/glm-native-compat.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/glm-native-compat.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/glm-tool-extraction.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/glm-tool-extraction.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/glm-vision-prompt.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/glm-vision-prompt.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/glm-web-search.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/glm-web-search.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/harvest-tool-calls-from-text.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/harvest-tool-calls-from-text.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/iflow-kimi-cli-defaults.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/iflow-kimi-cli-defaults.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/iflow-kimi-history-media-placeholder.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/iflow-kimi-history-media-placeholder.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/iflow-kimi-thinking-reasoning-fill.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/iflow-kimi-thinking-reasoning-fill.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/iflow-native-compat.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/iflow-native-compat.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/iflow-response-body-unwrap.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/iflow-response-body-unwrap.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/iflow-tool-text-fallback.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/iflow-tool-text-fallback.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/iflow-web-search.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/iflow-web-search.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/lmstudio-responses-fc-ids.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/lmstudio-responses-fc-ids.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/lmstudio-responses-input-stringify.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/lmstudio-responses-input-stringify.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/normalize-tool-call-ids.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/normalize-tool-call-ids.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/qwen-transform.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/qwen-transform.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/request-rules.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/request-rules.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/response-blacklist.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/response-blacklist.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/response-normalize.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/response-normalize.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/response-validate.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/response-validate.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/snapshot.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/snapshot.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/strip-orphan-function-calls-tag.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/strip-orphan-function-calls-tag.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/tool-schema.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/tool-schema.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/tool-text-request-guidance.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/tool-text-request-guidance.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/universal-shape-filter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/actions/universal-shape-filter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/antigravity-session-signature.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/antigravity-session-signature.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/profiles/anthropic-claude-code.json +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/profiles/chat-claude-code.json +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/profiles/chat-deepseek-web.json +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/profiles/chat-gemini-cli.json +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/profiles/chat-gemini.json +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/profiles/chat-glm.json +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/profiles/chat-iflow.json +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/profiles/chat-lmstudio.json +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/profiles/chat-qwen.json +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/profiles/responses-c4m.json +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/profiles/responses-crs.json +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/compat/profiles/responses-output2choices-test.json +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/config/config-manager.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/config/config-manager.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/config/sample-config.json +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/config/version-switch.json +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/config/types.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/config/types.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/core/detour-registry.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/core/detour-registry.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/core/hub-context.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/core/hub-context.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/core/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/core/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/core/stage-driver.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/core/stage-driver.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/format-adapters/anthropic-format-adapter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/format-adapters/anthropic-format-adapter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/format-adapters/chat-format-adapter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/format-adapters/chat-format-adapter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/format-adapters/gemini-format-adapter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/format-adapters/gemini-format-adapter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/format-adapters/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/format-adapters/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/format-adapters/responses-format-adapter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/format-adapters/responses-format-adapter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/hub-feature.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/hub-feature.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/node-support.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/node-support.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/operation-table/operation-table-runner.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/operation-table/operation-table-runner.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/operation-table/semantic-mappers/anthropic-mapper.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/operation-table/semantic-mappers/anthropic-mapper.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/operation-table/semantic-mappers/archive/chat-mapper.archive.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/operation-table/semantic-mappers/archive/chat-mapper.archive.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/operation-table/semantic-mappers/chat-mapper.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/operation-table/semantic-mappers/chat-mapper.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/operation-table/semantic-mappers/gemini-mapper.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/operation-table/semantic-mappers/gemini-mapper.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/operation-table/semantic-mappers/responses-mapper.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/operation-table/semantic-mappers/responses-mapper.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/ops/operations.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/ops/operations.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/compat/compat-engine.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/compat/compat-engine.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/compat/compat-pipeline-executor.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/compat/compat-pipeline-executor.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/compat/compat-profile-resolver.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/compat/compat-profile-resolver.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/compat/compat-profile-store.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/compat/compat-profile-store.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/compat/compat-types.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/compat/compat-types.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/compat/native-adapter-context.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/compat/native-adapter-context.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/hub-pipeline.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/hub-pipeline.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/hub-stage-timing.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/hub-stage-timing.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/session-identifiers.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/session-identifiers.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage1_format_parse/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage1_format_parse/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage2_semantic_map/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage2_semantic_map/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage2_semantic_map/semantic-lift.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage2_semantic_map/semantic-lift.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage3_context_capture/archive/shell-like-tool-call-normalization-fallback.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage3_context_capture/archive/shell-like-tool-call-normalization-fallback.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage3_context_capture/context-capture-orchestration.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage3_context_capture/context-capture-orchestration.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage3_context_capture/context-factories.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage3_context_capture/context-factories.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage3_context_capture/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage3_context_capture/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage3_context_capture/responses-context-snapshot.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage3_context_capture/responses-context-snapshot.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage3_context_capture/tool-output-diagnostics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage3_context_capture/tool-output-diagnostics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage3_context_capture/tool-output-snapshot.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_inbound/req_inbound_stage3_context_capture/tool-output-snapshot.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_outbound/req_outbound_stage1_semantic_map/context-merge.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_outbound/req_outbound_stage1_semantic_map/context-merge.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_outbound/req_outbound_stage1_semantic_map/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_outbound/req_outbound_stage1_semantic_map/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_outbound/req_outbound_stage2_format_build/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_outbound/req_outbound_stage2_format_build/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_outbound/req_outbound_stage3_compat/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_outbound/req_outbound_stage3_compat/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_process/req_process_stage1_tool_governance/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_process/req_process_stage1_tool_governance/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_process/req_process_stage2_route_select/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/req_process/req_process_stage2_route_select/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_inbound/resp_inbound_stage1_sse_decode/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_inbound/resp_inbound_stage1_sse_decode/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_inbound/resp_inbound_stage1_sse_decode/stream-json-sniffer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_inbound/resp_inbound_stage1_sse_decode/stream-json-sniffer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_inbound/resp_inbound_stage2_format_parse/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_inbound/resp_inbound_stage2_format_parse/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_inbound/resp_inbound_stage3_semantic_map/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_inbound/resp_inbound_stage3_semantic_map/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_outbound/resp_outbound_stage1_client_remap/chat-process-semantics-bridge.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_outbound/resp_outbound_stage1_client_remap/chat-process-semantics-bridge.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_outbound/resp_outbound_stage1_client_remap/client-remap-protocol-switch.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_outbound/resp_outbound_stage1_client_remap/client-remap-protocol-switch.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_outbound/resp_outbound_stage1_client_remap/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_outbound/resp_outbound_stage1_client_remap/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_outbound/resp_outbound_stage2_sse_stream/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_outbound/resp_outbound_stage2_sse_stream/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_process/resp_process_stage1_tool_governance/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_process/resp_process_stage1_tool_governance/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_process/resp_process_stage2_finalize/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_process/resp_process_stage2_finalize/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_process/resp_process_stage3_servertool_orchestration/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/resp_process/resp_process_stage3_servertool_orchestration/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/stages/utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/target-utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipeline/target-utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipelines/inbound.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipelines/inbound.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipelines/outbound.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/pipelines/outbound.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/policy/policy-engine.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/policy/policy-engine.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/policy/protocol-spec.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/policy/protocol-spec.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-anthropic-alias.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-anthropic-alias.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-directive-parser.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-directive-parser.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-directives.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-directives.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-reminder-directives.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-reminder-directives.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-reminder-finalize.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-reminder-finalize.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-reminder-messages.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-reminder-messages.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-reminder-orchestration.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-reminder-orchestration.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-reminder-time-tag.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-reminder-time-tag.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-reminders.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-reminders.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-tool-schemas.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-tools.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-clock-tools.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-continue-execution.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-continue-execution.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-governance-context.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-governance-context.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-governance-finalize.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-governance-finalize.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-governance-orchestration.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-governance-orchestration.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-governed-control-ops.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-governed-control-ops.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-governed-filter-call.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-governed-filter-call.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-governed-merge.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-governed-merge.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-media.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-media.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-node-result.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-node-result.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-pending-tool-sync.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-pending-tool-sync.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-post-governed-normalization.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-post-governed-normalization.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-review.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-review.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-servertool-orchestration.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-servertool-orchestration.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-session-usage.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-session-usage.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-tool-normalization.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-tool-normalization.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-web-search-intent.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-web-search-intent.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-web-search-tool-schema.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-web-search-tool-schema.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-web-search.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process-web-search.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/client-inject-readiness.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/client-inject-readiness.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/registry.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/registry.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/response/chat-response-utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/response/chat-response-utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/response/provider-response.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/response/provider-response.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/response/response-mappers.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/response/response-mappers.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/response/response-runtime.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/response/response-runtime.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/semantic-mappers/anthropic-mapper.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/semantic-mappers/anthropic-mapper.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/semantic-mappers/chat-mapper.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/semantic-mappers/chat-mapper.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/semantic-mappers/gemini-mapper.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/semantic-mappers/gemini-mapper.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/semantic-mappers/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/semantic-mappers/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/semantic-mappers/responses-mapper.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/semantic-mappers/responses-mapper.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/snapshot-recorder.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/snapshot-recorder.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/standardized-bridge.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/standardized-bridge.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-governance/engine.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-governance/engine.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-governance/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-governance/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-governance/rules.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-governance/rules.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-governance/types.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-governance/types.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-session-compat.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-session-compat.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-surface/tool-surface-engine.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-surface/tool-surface-engine.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/chat-envelope.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/chat-envelope.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/chat-schema.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/chat-schema.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/errors.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/errors.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/format-envelope.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/format-envelope.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/json.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/json.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/node.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/node.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/standardized.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/standardized.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/jsonish.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/jsonish.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/mcp-injection.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/mcp-injection.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/media.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/media.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/metadata-passthrough.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/metadata-passthrough.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/payload-budget.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/payload-budget.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/codecs/v2/anthropic-openai-pipeline.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/codecs/v2/anthropic-openai-pipeline.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/codecs/v2/openai-openai-pipeline.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/codecs/v2/openai-openai-pipeline.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/codecs/v2/responses-openai-pipeline.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/codecs/v2/responses-openai-pipeline.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/codecs/v2/shared/openai-chat-helpers.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/codecs/v2/shared/openai-chat-helpers.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/hooks/adapter-context.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/hooks/adapter-context.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/hooks/protocol-hooks.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/hooks/protocol-hooks.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/meta/meta-bag.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/meta/meta-bag.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/schema/canonical-chat.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/schema/canonical-chat.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/schema/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/schema/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/protocol-field-allowlists.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/protocol-field-allowlists.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/protocol-state.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/protocol-state.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/provider-protocol-error.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/provider-protocol-error.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/responses/responses-host-policy.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/responses/responses-host-policy.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/responses/responses-openai-bridge/response-payload.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/responses/responses-openai-bridge/response-payload.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/responses/responses-openai-bridge/types.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/responses/responses-openai-bridge/types.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/responses/responses-openai-bridge.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/responses/responses-openai-bridge.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/runtime-metadata.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/runtime-metadata.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/schema-validator.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/schema-validator.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/anthropic-message-utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/anthropic-message-utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/chat-envelope-validator.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/chat-envelope-validator.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/chat-output-normalizer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/chat-output-normalizer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/chat-request-filters.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/chat-request-filters.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/gemini-tool-utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/gemini-tool-utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/openai-finalizer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/openai-finalizer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/openai-message-normalize.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/openai-message-normalize.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/output-content-normalizer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/output-content-normalizer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/reasoning-mapping.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/reasoning-mapping.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/reasoning-normalizer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/reasoning-normalizer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/reasoning-tool-normalizer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/reasoning-tool-normalizer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/reasoning-tool-parser.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/reasoning-tool-parser.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/reasoning-utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/reasoning-utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/responses-conversation-store.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/responses-conversation-store.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/responses-output-builder.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/responses-output-builder.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/responses-reasoning-registry.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/responses-reasoning-registry.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/responses-request-adapter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/responses-request-adapter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/responses-response-utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/responses-response-utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/responses-tool-utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/responses-tool-utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/streaming-text-extractor.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/streaming-text-extractor.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/text-markup-normalizer/normalize.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/text-markup-normalizer/normalize.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/text-markup-normalizer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/text-markup-normalizer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/thought-signature-validator.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/thought-signature-validator.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-argument-repairer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-argument-repairer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-call-id-manager.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-call-id-manager.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-call-utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-call-utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-filter-pipeline.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-filter-pipeline.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-governor.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-governor.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-harvester.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-harvester.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-mapping.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-mapping.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tooling.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tooling.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/snapshot-utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/snapshot-utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/types/bridge-message-types.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/types/bridge-message-types.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/types/text-markup-normalizer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/types/text-markup-normalizer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/types.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/types.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/builtin/add-fields-filter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/builtin/add-fields-filter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/builtin/blacklist-filter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/builtin/blacklist-filter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/builtin/whitelist-filter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/builtin/whitelist-filter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/config/openai-openai.fieldmap.json +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/engine.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/engine.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/request-tool-choice-policy.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/request-tool-choice-policy.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/request-tool-list-filter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/request-tool-list-filter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/request-toolcalls-stringify.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/request-toolcalls-stringify.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/request-tools-normalize.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/request-tools-normalize.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/response-finish-invariants.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/response-finish-invariants.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/response-openai-to-responses-bridge.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/response-openai-to-responses-bridge.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/response-tool-arguments-blacklist.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/response-tool-arguments-blacklist.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/response-tool-arguments-schema-converge.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/response-tool-arguments-schema-converge.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/response-tool-arguments-stringify.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/response-tool-arguments-stringify.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/response-tool-arguments-whitelist.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/response-tool-arguments-whitelist.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/response-tool-text-canonicalize.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/response-tool-text-canonicalize.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/tool-filter-hooks.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/tool-filter-hooks.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/tool-post-constraints.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/tool-post-constraints.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/types.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/types.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/utils/fieldmap-loader.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/utils/fieldmap-loader.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/utils/snapshot-writer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/utils/snapshot-writer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/guidance/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/guidance/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/http/sse-response.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/http/sse-response.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/quota/apikey-reset.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/quota/apikey-reset.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/quota/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/quota/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/quota/quota-manager.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/quota/quota-manager.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/quota/quota-state.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/quota/quota-state.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/quota/types.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/quota/types.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/auth-utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/auth-utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/claude-code-helpers.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/claude-code-helpers.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/config-defaults.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/config-defaults.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/config-normalizers.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/config-normalizers.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/profile-builder.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/profile-builder.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/provider-normalization.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/provider-normalization.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/responses-helpers.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/responses-helpers.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/routing-config.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/routing-config.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/streaming-helpers.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/streaming-helpers.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/web-search-config.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap/web-search-config.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/bootstrap.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/classifier.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/classifier.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/context-advisor.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/context-advisor.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/context-weighted.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/context-weighted.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/default-thinking-keywords.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/default-thinking-keywords.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/antigravity/alias-lease.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/antigravity/alias-lease.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/cooldown-manager.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/cooldown-manager.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/health/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/health/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/provider-key/parse.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/provider-key/parse.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/route-analytics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/route-analytics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/routing-pools/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/routing-pools/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/routing-state/keys.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/routing-state/keys.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/routing-state/metadata.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/routing-state/metadata.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/routing-state/store.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/routing-state/store.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/sticky-session-manager.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine/sticky-session-manager.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-health.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-health.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-legacy/config.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-legacy/config.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-legacy/direct-model.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-legacy/direct-model.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-legacy/health.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-legacy/health.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-legacy/helpers.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-legacy/helpers.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-legacy/route-utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-legacy/route-utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-legacy/selection-core.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-legacy/selection-core.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-legacy/selection-state.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-legacy/selection-state.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-legacy/state-accessors.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-legacy/state-accessors.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-legacy.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-legacy.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-logging.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-logging.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/alias-selection.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/alias-selection.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/context-weight-multipliers.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/context-weight-multipliers.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/direct-provider-model.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/direct-provider-model.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/instruction-target.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/instruction-target.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/key-parsing.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/key-parsing.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/multimodal-capability.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/multimodal-capability.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-clock-directive-parser.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-clock-directive-parser.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-clock-reminder-directives.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-clock-reminder-directives.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-clock-reminder-orchestration-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-clock-reminder-orchestration-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-clock-reminder-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-clock-reminder-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-clock-reminder-time-tag-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-clock-reminder-time-tag-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-clock-reminders-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-clock-reminders-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-clock-tool-schema-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-clock-tool-schema-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-governance-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-governance-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-governed-filter-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-governed-filter-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-node-result-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-node-result-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-post-governed-normalization-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-post-governed-normalization-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-servertool-orchestration-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-servertool-orchestration-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-web-search-intent-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-process-web-search-intent-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-request-filter-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-chat-request-filter-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-compat-action-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-compat-action-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-deepseek-web-compat.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-deepseek-web-compat.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-bridge-action-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-bridge-action-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-bridge-policy-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-bridge-policy-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-edge-stage-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-edge-stage-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-governance-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-governance-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-inbound-outbound-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-inbound-outbound-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-orchestration-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-orchestration-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-req-inbound-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-req-inbound-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-req-outbound-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-req-outbound-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-req-process-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-req-process-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-resp-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-resp-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-semantic-mappers.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-semantic-mappers.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-session-identifiers-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-session-identifiers-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-target-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-hub-pipeline-target-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-router-hotpath-analysis.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-router-hotpath-analysis.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-router-hotpath-loader.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-router-hotpath-loader.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-router-hotpath-policy.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-router-hotpath-policy.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-router-hotpath-quota-buckets.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-router-hotpath-quota-buckets.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-router-hotpath.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-router-hotpath.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-shared-conversion-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-shared-conversion-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-snapshot-hooks.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-snapshot-hooks.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-virtual-router-alias-selection-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-virtual-router-alias-selection-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-virtual-router-engine-proxy.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-virtual-router-engine-proxy.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-virtual-router-routing-instructions-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-virtual-router-routing-instructions-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-virtual-router-stop-message-actions-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-virtual-router-stop-message-actions-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-virtual-router-stop-message-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-virtual-router-stop-message-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-virtual-router-stop-message-state-semantics.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/native-virtual-router-stop-message-state-semantics.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/route-utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/route-utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/routing-state-filter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/routing-state-filter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/selection-deps.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/selection-deps.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/sticky-pool.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/sticky-pool.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/tier-load-balancing.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/tier-load-balancing.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/tier-priority.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/tier-priority.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/tier-selection-antigravity-session-lease.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/tier-selection-antigravity-session-lease.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/tier-selection-antigravity-target-split.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/tier-selection-antigravity-target-split.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/tier-selection-quota-integration.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/tier-selection-quota-integration.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/tier-selection-select.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/tier-selection-select.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/tier-selection.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection/tier-selection.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine-selection.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/engine.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/error-center.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/error-center.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/features.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/features.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/health-manager.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/health-manager.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/health-weighted.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/health-weighted.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/load-balancer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/load-balancer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/message-utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/message-utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/pre-command-file-resolver.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/pre-command-file-resolver.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/provider-registry.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/provider-registry.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-instructions/clean.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-instructions/clean.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-instructions/parse.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-instructions/parse.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-instructions/state.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-instructions/state.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-instructions/types.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-instructions/types.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-instructions.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-instructions.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-pre-command-actions.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-pre-command-actions.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-pre-command-parser.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-pre-command-parser.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-pre-command-state-codec.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-pre-command-state-codec.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-stop-message-actions.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-stop-message-actions.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-stop-message-parser.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-stop-message-parser.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-stop-message-state-codec.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/routing-stop-message-state-codec.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/sticky-session-store.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/sticky-session-store.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/stop-message-file-resolver.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/stop-message-file-resolver.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/stop-message-stage-template-files.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/stop-message-stage-template-files.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/stop-message-state-sync.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/stop-message-state-sync.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/success-center.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/success-center.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/token-counter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/token-counter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/token-estimator.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/token-estimator.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/token-file-scanner.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/token-file-scanner.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/tool-signals.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/tool-signals.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/types.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/router/virtual-router/types.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/runtime/user-data-paths.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/runtime/user-data-paths.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/config.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/config.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/daemon.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/daemon.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/io.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/io.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/log.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/log.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/ntp.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/ntp.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/paths.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/paths.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/recurrence.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/recurrence.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/session-scope.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/session-scope.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/session-store.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/session-store.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/state.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/state.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/task-store.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/task-store.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/tasks.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/tasks.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/types.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/clock/types.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/continue-execution/log.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/continue-execution/log.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/engine.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/engine.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/followup-shadow.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/followup-shadow.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/antigravity-thought-signature-bootstrap.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/apply-patch-guard.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/apply-patch-guard.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/clock-auto.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/clock-auto.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/clock.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/clock.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/compaction-detect.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/compaction-detect.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/continue-execution.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/continue-execution.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/exec-command-guard.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/exec-command-guard.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/followup-message-trimmer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/followup-message-trimmer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/followup-request-builder.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/followup-request-builder.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/followup-sanitize.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/followup-sanitize.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/gemini-empty-reply-continue.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/gemini-empty-reply-continue.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/iflow-model-error-retry.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/iflow-model-error-retry.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/recursive-detection-guard.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/recursive-detection-guard.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/review.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/review.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/stop-message-auto/blocked-report.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/stop-message-auto/blocked-report.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/stop-message-auto/iflow-followup.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/stop-message-auto/iflow-followup.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/stop-message-auto/routing-state.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/stop-message-auto/routing-state.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/stop-message-auto/runtime-utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/stop-message-auto/runtime-utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/stop-message-auto.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/stop-message-auto.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/vision.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/vision.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/web-search.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/handlers/web-search.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/log/progress-file.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/log/progress-file.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/pending-session.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/pending-session.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/pre-command-hooks.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/pre-command-hooks.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/reenter-backend.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/reenter-backend.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/registry.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/registry.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/server-side-tools.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/server-side-tools.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/stop-gateway-context.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/stop-gateway-context.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/stop-message-compare-context.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/stop-message-compare-context.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/strip-servertool-calls.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/strip-servertool-calls.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/types.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/servertool/types.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/anthropic-json-to-sse-converter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/anthropic-json-to-sse-converter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/chat-json-to-sse-converter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/chat-json-to-sse-converter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/event-generators/chat.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/event-generators/chat.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/event-generators/responses.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/event-generators/responses.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/gemini-json-to-sse-converter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/gemini-json-to-sse-converter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/responses-json-to-sse-converter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/responses-json-to-sse-converter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/sequencers/anthropic-sequencer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/sequencers/anthropic-sequencer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/sequencers/chat-sequencer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/sequencers/chat-sequencer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/sequencers/gemini-sequencer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/sequencers/gemini-sequencer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/sequencers/responses-sequencer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/json-to-sse/sequencers/responses-sequencer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/registry/sse-codec-registry.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/registry/sse-codec-registry.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/chat-serializer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/chat-serializer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/constants.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/constants.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/reasoning-dispatcher.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/reasoning-dispatcher.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/responses-output-normalizer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/responses-output-normalizer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/serializers/anthropic-event-serializer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/serializers/anthropic-event-serializer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/serializers/base-serializer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/serializers/base-serializer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/serializers/chat-event-serializer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/serializers/chat-event-serializer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/serializers/gemini-event-serializer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/serializers/gemini-event-serializer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/serializers/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/serializers/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/serializers/responses-event-serializer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/serializers/responses-event-serializer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/serializers/types.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/serializers/types.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/writer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/shared/writer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/sse-to-json/anthropic-sse-to-json-converter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/sse-to-json/anthropic-sse-to-json-converter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/sse-to-json/builders/anthropic-response-builder.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/sse-to-json/builders/anthropic-response-builder.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/sse-to-json/builders/response-builder.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/sse-to-json/builders/response-builder.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/sse-to-json/chat-sse-to-json-converter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/sse-to-json/chat-sse-to-json-converter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/sse-to-json/gemini-sse-to-json-converter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/sse-to-json/gemini-sse-to-json-converter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/sse-to-json/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/sse-to-json/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/sse-to-json/parsers/sse-parser.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/sse-to-json/parsers/sse-parser.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/sse-to-json/responses-sse-to-json-converter.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/sse-to-json/responses-sse-to-json-converter.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/anthropic-types.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/anthropic-types.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/chat-types.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/chat-types.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/conversion-context.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/conversion-context.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/core-interfaces.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/core-interfaces.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/gemini-types.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/gemini-types.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/responses-types.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/responses-types.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/sse-events.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/sse-events.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/stream-state.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/stream-state.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/utility-types.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/sse/types/utility-types.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/telemetry/stats-center.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/telemetry/stats-center.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/args-normalizer/default-actions.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/args-normalizer/default-actions.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/args-normalizer/extract-patch.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/args-normalizer/extract-patch.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/args-normalizer/index.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/args-normalizer/index.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/args-normalizer/structured-builders.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/args-normalizer/structured-builders.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/args-normalizer/types.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/args-normalizer/types.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/execution-capturer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/execution-capturer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/json/parse-loose.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/json/parse-loose.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/patch-text/context-diff.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/patch-text/context-diff.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/patch-text/git-diff.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/patch-text/git-diff.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/patch-text/looks-like-patch.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/patch-text/looks-like-patch.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/patch-text/normalize.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/patch-text/normalize.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/regression-capturer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/regression-capturer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/structured/coercion.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/structured/coercion.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/structured.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/structured.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/validation/shared.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/validation/shared.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/validator.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch/validator.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch-structured.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/apply-patch-structured.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/args-json.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/args-json.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/exec-command/normalize.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/exec-command/normalize.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/exec-command/regression-capturer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/exec-command/regression-capturer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/exec-command/validator.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/exec-command/validator.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/patch-regression-capturer.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/patch-regression-capturer.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/tool-description-utils.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/tool-description-utils.js +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/tool-registry.d.ts +0 -0
- /package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/tools/tool-registry.js +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/process/chat-process.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/response/response-mappers.js
RENAMED
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/response/response-runtime.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/semantic-mappers/index.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/semantic-mappers/index.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/snapshot-recorder.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/snapshot-recorder.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/standardized-bridge.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/standardized-bridge.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-governance/engine.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-governance/engine.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-governance/index.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-governance/index.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-governance/rules.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-governance/rules.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-governance/types.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-governance/types.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-session-compat.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/tool-session-compat.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/chat-envelope.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/chat-envelope.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/chat-schema.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/chat-schema.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/format-envelope.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/format-envelope.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/standardized.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/hub/types/standardized.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/metadata-passthrough.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/hooks/protocol-hooks.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/meta/meta-bag.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/meta/meta-bag.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/schema/index.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/pipeline/schema/index.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/protocol-field-allowlists.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/protocol-field-allowlists.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/provider-protocol-error.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/provider-protocol-error.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/chat-output-normalizer.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/chat-request-filters.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/chat-request-filters.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/gemini-tool-utils.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/gemini-tool-utils.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/openai-finalizer.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/openai-finalizer.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/reasoning-mapping.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/reasoning-mapping.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/reasoning-normalizer.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/reasoning-normalizer.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/reasoning-tool-parser.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/reasoning-utils.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/reasoning-utils.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/responses-tool-utils.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/responses-tool-utils.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/text-markup-normalizer.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-argument-repairer.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-call-id-manager.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-call-id-manager.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-call-utils.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-call-utils.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-filter-pipeline.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-filter-pipeline.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-governor.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-harvester.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-harvester.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/shared/tool-mapping.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/types/bridge-message-types.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/types/bridge-message-types.js
RENAMED
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/conversion/types/text-markup-normalizer.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/builtin/add-fields-filter.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/builtin/add-fields-filter.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/builtin/blacklist-filter.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/builtin/blacklist-filter.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/builtin/whitelist-filter.d.ts
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/builtin/whitelist-filter.js
RENAMED
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/config/openai-openai.fieldmap.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/vendor/{@jsonstudio/llms → llmswitch-core}/dist/filters/special/request-tool-list-filter.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|