主要变更: 1. 移除`stream_agent_run_events`相关SSE文本解析逻辑,改为直接读取Redis Stream结构化事件 2. 新增`_stream_structured_events`异步生成器,实现Redis Stream增量轮询与事件产出 3. 重构执行适配器与端口契约,更新文档注释与权限校验逻辑 4. 移除冗余的verbose参数与SSE协议相关代码 5. 新增超时兜底、终态run检测等安全机制 6. 更新单元测试用例以适配新的流式消费逻辑 |
||
|---|---|---|
| .. | ||
| api | ||
| data | ||
| e2e | ||
| integration | ||
| storage/transactions | ||
| unit | ||
| .env.test.example | ||
| conftest.py | ||
| run_tests.sh | ||