bidmaster-cli/111/tasks.json
sladro e20768fa4e fix: 修复交互模式下InteractionHandler未正确创建导致的交互提示问题
问题:
- 交互模式下AnalysisAgent未创建InteractionHandler,导致交互提示无法显示
- console.status动画干扰了Agent内部的交互提示

解决方案:
- 在BaseAgentFactory中添加create_interactive()方法,统一交互模式的创建方式
- 修改project.py使用AnalysisAgent.create_interactive()
- 移除console.status动画,改为清晰的提示信息,避免干扰交互
- 优化交互提示格式,添加分隔线让提示更明显

影响:
- 用户能正确看到并响应AI审查建议等交互提示
- 交互体验更加清晰流畅

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 15:53:39 +08:00

68 lines
2.7 KiB
JSON
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.

[
{
"id": 1,
"title": "质保期",
"chapter_id": "chapter_02",
"score": 3.0,
"description": "售后质保期2年得1分。售后质保期延长至3年得2分。售后质保期延长至4年得3分。",
"category": "after_sales",
"status": "pending",
"content": "",
"placeholder": "{{chapter_02_content}}"
},
{
"id": 2,
"title": "硬件配置",
"chapter_id": "chapter_04",
"score": 8.0,
"description": "以确保设备性配置不低于招标文件硬件配置要求。打分标准设备硬件的品牌、硬件配置高低、技术先进性、稳定性、兼容性以及售后服务质量等每项指标综合打分。硬件未满足技术要求按每1项不满足扣1分扣完为止。招标文件中参数要求提供的检测报告、功能截图、证书等证明材料供应商必须按要求提供否则评委不予采信",
"category": "equipment_spec",
"status": "pending",
"content": "",
"placeholder": "{{chapter_04_content}}"
},
{
"id": 3,
"title": "软件功能",
"chapter_id": "chapter_05",
"score": 8.0,
"description": "应按照磋商文件功能要求实现各项软件功能完成率软件功能按每1项不满足扣1分扣完为止。",
"category": "technical_solution",
"status": "pending",
"content": "",
"placeholder": "{{chapter_05_content}}"
},
{
"id": 4,
"title": "系统架构",
"chapter_id": "chapter_06",
"score": 5.0,
"description": "对系统架构、实施内容、技术特点、安装规范、售后服务等方面进行说明缺少1项扣1分扣完为止。",
"category": "technical_solution",
"status": "pending",
"content": "",
"placeholder": "{{chapter_06_content}}"
},
{
"id": 5,
"title": "网路安全防护",
"chapter_id": "chapter_07",
"score": 5.0,
"description": "1.防火墙配置、入侵检测系统、安全更新和补丁管理、用户权限管理、安全培训和意识提升、数据加密根据以上各项内容的打分情况可以综合评估组织的网络安全防护水平缺少1项扣1分扣完为止。",
"category": "quality_safety",
"status": "pending",
"content": "",
"placeholder": "{{chapter_07_content}}"
},
{
"id": 6,
"title": "技术实力",
"chapter_id": "chapter_08",
"score": 3.0,
"description": "投标人具有自主研发的实时视频分析平台系统的知识产权和AI识别方法的发明专利每提供一个得1分共3分。提供证书原件的扫描件并加盖公章",
"category": "compliance",
"status": "pending",
"content": "",
"placeholder": "{{chapter_08_content}}"
}
]