refactor(model-core): remove src back-imports via core utilities and adapter

- move fuzzyMatchModel and transformModelForProvider into model-core

- replace connected-providers re-export with adapter contract

- route shared wrappers through model-core exports

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-05-21 11:36:01 +09:00
parent 819bf0d11f
commit 2462d7af29
9 changed files with 222 additions and 51 deletions
+5
View File
@@ -24,6 +24,11 @@ export * from "./model-format-normalizer"
export * from "./model-normalization"
export * from "./model-string-parser"
export * from "./model-sanitizer"
export {
fuzzyMatchModel,
isModelAvailable,
} from "./model-availability"
export { transformModelForProvider } from "./provider-model-id-transform"
export * from "./fallback-chain-from-models"
export * from "./known-variants"
export {