docs(readme): 宿主接入清单入口名更新为规范名 load_pipeline_llm(旧名 load_llm 为别名)

This commit is contained in:
yumoqing 2026-09-07 14:59:26 +08:00
parent 23ebc7fc17
commit c9806aed6b

View File

@ -45,7 +45,7 @@
## 宿主接入清单
1. `app/pipeline_app.py` init() 加 `load_llm()`try/except ImportError 兜底)
1. `app/pipeline_app.py` init() 加 `load_pipeline_llm()`try/except ImportError 兜底;规范名 load_<模块名>,旧名 `load_llm` 保留为别名
2. `build.sh`clone 枚举 + pip install 枚举 + CRUD 生成枚举 + wwwroot 符号链接枚举
3. `scripts/create_tables.py`IDE 幂等建表枚举加 `pipeline-llm`(或执行本模块 `mysql.ddl.sql`
4. `scripts/import_init.py`INIT_MODULES 加本模块 `init/data.json`appcodes 字典)