qzl
|
1c02503d1d
|
refactor: 简化 AgentScope 运行时模块与事件处理
- 移除冗余的 user_token 参数传递
- 重构 tool.result 事件使用 ToolAgentOutput 模型
- 重构 text.end 事件使用 WorkerAgentOutput 模型
- 简化 store 模块的 tool result 处理逻辑
- 更新 router/service 适配新事件结构
- 清理废弃的测试文件与设计文档
- 新增 AgentRuns 多模态存储设计文档
|
2026-03-13 17:27:18 +08:00 |
|
qzl
|
01c36eb32e
|
refactor: 移除前端 Mock API,新增共享组件,优化认证流程
- 删除 mock_api_client、mock_calendar_service、mock_history_service
- 新增 fixed_length_code_input、link_button、message_composer 共享组件
- 优化登录/注册/密码重置页面使用新组件
- 简化 injection.dart 移除 mock 分支
- 更新 env.dart 配置(BACKEND_URL 替换 API_URL)
- 后端 agentscope 工具和测试更新
- 重构 AGENTS.md 文档结构
- 新增 deploy/ 目录和 protocol 文档
|
2026-03-12 16:41:45 +08:00 |
|
zl-q
|
7b8865e256
|
feat: 添加 Agent 步骤事件与图片附件功能
- 新增 stepStarted/stepFinished 事件类型支持
- 前端实现图片附件上传和预览功能
- 后端增强工具结果存储和事件处理
- 完善相关单元测试和集成测试
|
2026-03-12 09:29:57 +08:00 |
|
zl-q
|
21ba8e4a44
|
feat(agent): 增强多模态链路与工具调用能力
|
2026-03-12 00:18:45 +08:00 |
|
qzl
|
18db6c50e7
|
fix(redis): 修复 Redis 流读取兼容性问题
- 支持 bytes 和 str 类型的 entry_id
- 支持 list 类型响应格式
- 优化 payload 解码处理
|
2026-03-11 21:33:25 +08:00 |
|
qzl
|
a8dacbe81f
|
chore: no changes needed for calendar message card
|
2026-03-11 21:06:02 +08:00 |
|
qzl
|
145e3dc615
|
refactor: 重构 Agent 模块为 AgentScope,删除旧版 CrewAI/LiteLLM 实现
|
2026-03-11 20:51:56 +08:00 |
|
qzl
|
2049184456
|
chore: 后端 agent 和 users 模块代码更新优化
|
2026-03-10 17:44:29 +08:00 |
|
qzl
|
6fe2e7b6c3
|
refactor: 迁移本地 Supabase 到云端,使用 JWKS 进行 JWT 验证
- 新增 JwtVerifier 支持 RS256 + JWKS 验证
- 简化 docker-compose,删除本地 Supabase 服务(kong/auth/storage等)
- 删除冗余的 Supabase 配置文件(volumes目录)
- 适配测试用例以支持新配置方式
- 更新运行时文档和迁移计划
|
2026-03-09 18:03:04 +08:00 |
|
zl-q
|
1060503a2d
|
feat(agent): support multimodal intent input and ASR transcribe endpoint
|
2026-03-08 17:34:28 +08:00 |
|
zl-q
|
8a23018b6d
|
feat(agent): migrate to native CrewAI tool loop and async resume enqueue
|
2026-03-08 16:01:16 +08:00 |
|
zl-q
|
120df903d2
|
feat: AG-UI 协议对齐与路由导航功能
- 前端: 添加 SSE 流式支持、stateSnapshot 事件、路由导航工具
- 前端: 实现工具调用审批流程,支持 pending 状态展示
- 后端: Agent 状态管理与会话持久化相关重构
- 文档: 新增 agent-agui-full-alignance 设计文档
- 测试: 补充相关单元测试和集成测试
|
2026-03-07 17:30:20 +08:00 |
|
qzl
|
c5ccfc4b88
|
feat(agent): add redis short-term user context cache and align tests
|
2026-03-06 12:02:10 +08:00 |
|
qzl
|
b486e78ff3
|
feat(agent): complete closed-loop runtime and pricing fallback
|
2026-03-05 15:34:37 +08:00 |
|
qzl
|
b02a322bf3
|
refactor: 移除 crewai agent 架构相关代码并更新 LLM 配置
|
2026-03-04 11:37:09 +08:00 |
|
qzl
|
30a4a1af5d
|
fix(agent): polish interrupt-resume flow for merge readiness
|
2026-03-03 17:26:04 +08:00 |
|
qzl
|
9aefb76c9e
|
fix(agent): address CRITICAL/HIGH security and validation issues
- Fix SSE JSON injection: use json.dumps for safe serialization
- Add tool validation to dispatcher with allowlist
- Add field validation to tool_registry with proper error handling
- Add run_id consistency check (409 on mismatch)
- Add RunAgentInput constraints: min_length, extra=forbid
- Fix crewai_flow: use Field(default_factory), prefix unused params
|
2026-03-03 16:25:43 +08:00 |
|
qzl
|
6a4c98bb63
|
feat(agent): close interrupt resume tool result loop
|
2026-03-03 16:00:11 +08:00 |
|
qzl
|
5bac134506
|
feat(agent): add sse run/resume endpoints with auth
|
2026-03-03 15:55:38 +08:00 |
|