feat: add silky cli tools

This commit is contained in:
2025-04-27 22:16:09 +08:00
parent 75d181ef43
commit 6867de838e
42 changed files with 3867 additions and 251 deletions

2
assistant/src/lib.ts Normal file
View File

@@ -0,0 +1,2 @@
export * from './module/assistant/index.ts';
export { AssistantInit } from './services/init/index.ts';