feat(XL13): 支持工作流大模型流式输出

- 增加文本与思考增量事件及取消终态收口

- 支持图片输入解析并修复死信定义查找空值

- 补充并发与模型流式回归测试
This commit is contained in:
2026-07-31 09:40:38 +08:00
parent e74d229de2
commit fcc36dc699
10 changed files with 907 additions and 26 deletions

View File

@@ -28,7 +28,11 @@
<artifactId>easy-agents-core</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>