refactor: extract LLM core packages (#88117)

* refactor: extract llm core packages

* chore: drop generated llm package artifacts

* fix: align llm package export artifacts

* test: fix moving main CI expectations

* fix: align llm core subpath aliases

* fix: use llm package exports

* fix: stabilize llm package boundary artifacts

* fix: sync llm boundary path contract

* test: isolate crabbox provider env

* test: pin crabbox configured-provider cases

* test: apply crabbox lease provider override
This commit is contained in:
Peter Steinberger
2026-05-30 07:45:04 +02:00
committed by GitHub
parent 17e75f8641
commit aa0d6e1bca
52 changed files with 1581 additions and 1508 deletions

View File

@@ -13,6 +13,7 @@
},
"include": [
"src/plugin-sdk/**/*.ts",
"packages/llm-core/src/**/*.ts",
"packages/memory-host-sdk/src/**/*.ts",
"src/video-generation/dashscope-compatible.ts",
"src/video-generation/types.ts",