refactor: integrate model platform backend

This commit is contained in:
Winnie
2026-07-30 13:43:29 +08:00
parent baee7a60e1
commit 6d6c70cea8
97 changed files with 19724 additions and 2146 deletions
+15
View File
@@ -0,0 +1,15 @@
# Contracts
模块接口契约公共目录:
```text
openapi/ HTTP OpenAPI 3 契约
events/ Redis Streams JSON Schema
runtime/ Runtime Adapter 契约
locks/ Notebook 编辑锁契约
```
各服务实现必须以本目录中的版本化契约为准。
快速 Demo 的跨模块边界、状态枚举和事件路由统一见
`demo-core-v1.md`