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
+11
View File
@@ -0,0 +1,11 @@
# Event Schemas
Redis Streams 事件以 JSON Schema Draft 2020-12 定义:
- `event-envelope-v1.json`:公共事件信封。
- `schedule-run-requested-v1.json`:请求启动一次调度运行。
- `job-node-execute-v1.json`:请求 Worker 执行一个稳定版本节点。
- `job-node-finished-v1.json`Worker 报告节点终态。
所有事件使用至少一次投递、Transactional Outbox 与 Consumer Inbox。
字段和状态值不得在生产者或消费者中另行定义。