zl-q
|
072c09d99d
|
refactor: 简化 AgentScope 运行时模块与 prompt 系统
|
2026-03-15 17:14:15 +08:00 |
|
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
|
4c10929498
|
refactor: 重构 AgentScope 运行时模块并优化前端附件展示
|
2026-03-13 15:42:01 +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 |
|
zl-q
|
daa1c86d02
|
feat(agent): complete task4-6 tool result persistence flow
|
2026-03-08 17:07:09 +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
|
b6087fd195
|
chore: checkpoint current backend/runtime changes
|
2026-03-06 17:28:17 +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
|
ff85c1ab08
|
test(agent): update tool registry test to match security policy
|
2026-03-03 16:02:32 +08:00 |
|
qzl
|
f7df9d679f
|
fix(agent): enforce tool security checks and audit logging
|
2026-03-03 16:01:04 +08:00 |
|
qzl
|
c76d4d415f
|
fix(agent): serialize crewai flow stages and remove nested asyncio.run
|
2026-03-03 15:49:03 +08:00 |
|
qzl
|
3a64410641
|
feat(agent): add interrupt-aware tool dispatcher
|
2026-03-03 15:44:41 +08:00 |
|
qzl
|
dedd23fdf9
|
fix(agent): enforce idempotent resume transition
|
2026-03-03 15:43:10 +08:00 |
|
qzl
|
cff1436bc6
|
feat(agent): persist pending tool call in session snapshot
|
2026-03-03 15:39:56 +08:00 |
|
qzl
|
e03923e593
|
feat(agent): add tool registry domain validation
|
2026-03-03 15:30:53 +08:00 |
|
qzl
|
17e6de177c
|
refactor(agent): align chat schema with full run agent input
|
2026-03-03 15:29:46 +08:00 |
|