pbl_runtime_ext/wwwroot/api/pbl_runtime_broadcast_pull.dspy
2026-09-19 12:22:21 +08:00

6 lines
404 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# pbl_runtime_ext/api/pbl_runtime_broadcast_pull.dspy —— M11b 广播增量拉取(掉线补齐,命中内存环形缓冲)
# 契约实现pbl_runtime_ext/m11b_api.py::pbl_runtime_broadcast_pull权威实现走 tx_write 主链路)
debug('pbl_runtime_ext/api/pbl_runtime_broadcast_pull.dspy: START params_kw={dict(params_kw)}')
data = await pbl_runtime_broadcast_pull(**params_kw)
return data