hyf-backend/utils
eason 6fa9f1f18e feat: 添加agentChat功能及相关API支持
- 在API路由中新增agentChat路由,支持与AI大模型的交互
- 引入AgentChatRequest和AgentChatResponse Pydantic模型,定义请求和响应结构
- 更新util_schemas.py以包含新的agentChat请求和响应字段,增强数据验证逻辑
- 更新数据库文件和二进制数据,确保数据一致性
2026-01-26 11:18:51 +08:00
..
Constant.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
Exception.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
Flag.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
Helper.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
YOLOTracker.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
general.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
pull_push.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
util_env.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
util_exceptions.py feat: 更新LLM配置管理和错误处理逻辑 2026-01-24 11:48:31 +08:00
util_file.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
util_log.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
util_models.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
util_node_parameters.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
util_schemas.py feat: 添加agentChat功能及相关API支持 2026-01-26 11:18:51 +08:00
util_test.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
vclEnums.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
wssServer.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00