Commit Graph

4 Commits

Author SHA1 Message Date
zhaojie
c3560b43fd docs: update README and CLAUDE.md to v2.2.0
- Added documentation for audit tracking (IP address, invocation method).
- Updated database model descriptions for enhanced WorkOrder and Conversation fields.
- Documented the new UnifiedConfig system.
- Reflected enhanced logging transparency for knowledge base parsing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 00:08:09 +08:00
赵杰 Jie Zhao (雄狮汽车科技)
9ca36042e3 refactor: 清理不需要的代码文件,添加.gitignore,优化项目结构 2025-09-16 17:05:50 +01:00
zhaojie
a0de2a6c0e feat: 配置默认使用千问模型
- 修改默认LLM配置为千问模型(qwen-turbo)
- 创建LLM配置文件,支持千问、OpenAI、Anthropic等多种模型
- 添加千问模型的特殊支持和模拟响应
- 创建配置说明文档,指导用户如何配置千问API密钥
- 优化智能Agent的模拟响应,体现千问模型的特色
- 支持通过配置文件灵活切换不同的LLM提供商
2025-09-11 00:03:02 +08:00
zhaojie
6ef72837a5 feat: 实现智能Agent系统,集成大模型和智能决策
- 创建IntelligentAgent核心,支持预警处理和知识库置信度处理
- 集成LLM客户端,支持OpenAI、Anthropic和本地LLM
- 实现ActionExecutor动作执行器,支持多种动作类型
- 优化TSPAgentAssistant,集成大模型和智能决策能力
- 添加预警自动处理措施,包括重启服务、检查状态、通知等
- 实现知识库置信度处理,自动增强低置信度知识条目
- 支持动作执行历史记录和统计
- 提供LLM使用统计和监控功能
2025-09-10 23:55:43 +08:00