ForcePilot/backend/test/unit/channels/application/usecase
Kris 59cc1daee1 feat: 新增AgentRun终态感知能力与配套优化
本次提交实现了AgentRun全生命周期终态处理能力,覆盖以下核心变更:
1. 新增4种AgentRun终态错误类型与HTTP状态映射,透传上游错误上下文
2. 新增AgentRun终态信息查询接口与DTO,支持非事件流场景下的状态感知
3. 优化沙箱路径转义规则,兼容服务账号UID格式
4. 新增出站管道SKIP逻辑,针对取消/中断场景避免无效重试
5. 补充完整单元测试覆盖所有新功能与优化点
2026-07-18 03:42:49 +08:00
..
__init__.py test: add batch of unit tests for channels module 2026-07-02 03:28:19 +08:00
test_admin_message_service.py refactor: 整理项目包结构与导入路径 2026-07-18 02:04:03 +08:00
test_channel_account_write_service.py refactor: 整理项目包结构与导入路径 2026-07-18 02:04:03 +08:00
test_channel_control_service.py refactor: 整理项目包结构与导入路径 2026-07-18 02:04:03 +08:00
test_content_review_query_service.py refactor: 整理项目包结构与导入路径 2026-07-18 02:04:03 +08:00
test_failure_detail.py refactor: 整理项目包结构与导入路径 2026-07-18 02:04:03 +08:00
test_health_check_service.py refactor: 整理项目包结构与导入路径 2026-07-18 02:04:03 +08:00
test_identity_merge_service.py refactor: 整理项目包结构与导入路径 2026-07-18 02:04:03 +08:00
test_inbound_message_service.py feat: 新增AgentRun终态感知能力与配套优化 2026-07-18 03:42:49 +08:00
test_plugin_lifecycle_service.py refactor: 整理项目包结构与导入路径 2026-07-18 02:04:03 +08:00