hyf-backend/th_agenter/api/endpoints
eason 643c2f90c4 feat: 添加流式输出支持至agentChat API
- 在agentChat API中新增流式输出接口,允许实时返回AI模型的响应
- 引入StreamingResponse以支持流式数据传输
- 增强知识库检索逻辑,支持多知识库的相似度检索
- 更新错误处理,确保在流式调用中捕获并返回异常信息
- 更新相关文档以反映新功能的使用方式
2026-01-28 16:08:20 +08:00
..
__init__.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
agent_chat.py feat: 添加流式输出支持至agentChat API 2026-01-28 16:08:20 +08:00
auth.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
chat.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
database_config.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
knowledge_base.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
llm_configs.py feat: 更新LLM配置管理和错误处理逻辑 2026-01-24 11:48:31 +08:00
roles.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
smart_chat.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
smart_query.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
table_metadata.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
users.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00
workflow.py chore: 提交所有代码 2026-01-21 13:45:39 +08:00