add plugin system

This commit is contained in:
musistudio
2025-12-31 08:42:37 +08:00
parent 3cb1275e0c
commit 38cc5feadb
20 changed files with 1544 additions and 0 deletions

View File

@@ -245,6 +245,8 @@ ui (standalone frontend application)
- cli/server/shared: esbuild
- ui: Vite + TypeScript
5. **@musistudio/llms**: This is an external dependency package providing the core server framework and transformer functionality, type definitions in `packages/server/src/types.d.ts`
6. **Code comments**: All comments in code MUST be written in English
7. **Documentation**: When implementing new features, add documentation to the docs project instead of creating standalone md files
## Configuration Example Locations