ForcePilot/backend/package/yuxi/channel/streaming
Kris 1a7690aaa0 feat(streaming): 新增流式处理完整模块
新增了完整的流式响应处理模块,包含代码围栏解析、分块策略、指令处理、流式草稿循环等核心能力,支持按段落/句子等规则切割响应块,支持进度更新与指令回调,完善流式交互的全流程支持
2026-05-21 10:35:07 +08:00
..
__init__.py feat(streaming): 新增流式处理完整模块 2026-05-21 10:35:07 +08:00
block_chunker.py feat(streaming): 新增流式处理完整模块 2026-05-21 10:35:07 +08:00
directives.py feat(streaming): 新增流式处理完整模块 2026-05-21 10:35:07 +08:00
draft_stream.py feat(streaming): 新增流式处理完整模块 2026-05-21 10:35:07 +08:00
fences.py feat(streaming): 新增流式处理完整模块 2026-05-21 10:35:07 +08:00
models.py feat(streaming): 新增流式处理完整模块 2026-05-21 10:35:07 +08:00
progress.py feat(streaming): 新增流式处理完整模块 2026-05-21 10:35:07 +08:00
strategy_selector.py feat(streaming): 新增流式处理完整模块 2026-05-21 10:35:07 +08:00