Wenjie Zhang
|
06f8ec4d74
|
docs: 更新文档
|
2026-03-16 17:07:31 +08:00 |
|
Wenjie Zhang
|
dde2210712
|
fix: 修复对话操作区域的点击事件处理 Error:对话的操作按钮好像点不开了,有bug
Fixes #561
|
2026-03-16 17:06:37 +08:00 |
|
Wenjie Zhang
|
af9f57371a
|
fix: 移除 未使用的OCR服务统计信息相关的API接口 Bug: system_router这里有bug
Fixes #560
|
2026-03-16 16:33:20 +08:00 |
|
supreme0597
|
9c8aa31f49
|
fix: 修复文件写入问题(可能)
|
2026-03-15 20:48:17 +08:00 |
|
supreme0597
|
c5622fdef4
|
fix: 修复time未引包问题&状态工作台,文件列表递归调用接口的情况,递归放在后端
|
2026-03-14 23:54:52 +08:00 |
|
supreme0597
|
9c1e5e2154
|
Merge remote-tracking branch 'refs/remotes/zhizhizhii/feature/sandbox' into feat/sandbox-provisioner-shared-storage
# Conflicts:
# pyproject.toml
# src/agents/common/base.py
|
2026-03-14 21:12:18 +08:00 |
|
zhizhizhii
|
608a42bcb3
|
fix: 测试沙箱,修复若干问题
|
2026-03-14 15:58:35 +08:00 |
|
zhizhizhii
|
9e75ac478b
|
Merge remote-tracking branch 'refs/remotes/1165506270/feat/sandbox-provisioner-shared-storage' into feature/sandbox
# Conflicts:
# server/routers/chat_router.py
# src/config/app.py
# src/services/chat_stream_service.py
# uv.lock
# web/src/components/AgentChatComponent.vue
# web/src/components/AgentPanel.vue
|
2026-03-14 11:10:32 +08:00 |
|
supreme0597
|
fd13607366
|
fix: 修复 LangGraph Postgres checkpointer 初始化与 Windows 事件循环兼容
使用 psycopg_pool 作为 LangGraph checkpointer 连接池,并在启动时执行 setup() 确保表存在;Windows 下切换为 SelectorEventLoopPolicy 以兼容 psycopg 异步模式。
|
2026-03-14 07:21:21 +08:00 |
|
Wenjie Zhang
|
4477c8d274
|
feat: 添加 srcDir 配置和忽略死链接规则
|
2026-03-10 15:02:40 +08:00 |
|
Wenjie Zhang
|
0dcb9fdb7e
|
docs: 补充并优化项目文档
|
2026-03-10 13:55:19 +08:00 |
|
Wenjie Zhang
|
9a0541eb7d
|
refactor: 移除过时的审批逻辑和相关代码,优化选项处理
|
2026-03-10 00:16:41 +08:00 |
|
Wenjie Zhang
|
e9bf749307
|
Merge branch 'main' of https://github.com/xerrors/Yuxi-Know
|
2026-03-09 01:23:23 +08:00 |
|
Wenjie Zhang
|
1dd4bd5988
|
fix: 优化交互逻辑
|
2026-03-09 01:23:15 +08:00 |
|
Wenjie Zhang
|
bd4d7dc42f
|
Update README.md for version change and new images
|
2026-03-09 00:16:49 +08:00 |
|
Wenjie Zhang
|
4ea9f8b15e
|
Merge branch 'main' of https://github.com/xerrors/Yuxi-Know
|
2026-03-08 22:36:36 +08:00 |
|
Wenjie Zhang
|
5e766cda51
|
fix(web): 修复刷新后选择对话时优先选择非置顶对话
- 新增 getFirstNonPinnedChat 函数获取第一个非置顶对话
- 修改三处选择对话逻辑:初始加载、创建新对话、删除对话后
|
2026-03-08 22:33:24 +08:00 |
|
Wenjie Zhang
|
707daa1167
|
Merge pull request #541 from 1165506270:main
feat(tool)新增ASK_USER_QUESTION 内部工具
|
2026-03-08 16:23:13 +08:00 |
|
肖泽涛
|
b4efa21c82
|
chore: fix lint formatting issues
|
2026-03-08 00:42:20 +08:00 |
|
肖泽涛
|
858769249c
|
fix(tool): 修复tool文件合并时删错代码问题
|
2026-03-08 00:38:19 +08:00 |
|
肖泽涛
|
fd0a08b92c
|
fix: 补齐 conversations.is_pinned 兼容迁移
|
2026-03-08 00:20:20 +08:00 |
|
肖泽涛
|
ad41efef94
|
fix(test): 修复或删除一些因为重构报错的测试文件
✅ test_graph_unit.py - 修复了 config mock 和 driver/status 属性问题
✅ test_skill_service.py - 修复了函数名变更和导入问题
✅ test_skills_backend.py - 删除了过时的 create_agent_composite_backend 测试
✅ 删除了 test_runtime_config_middleware_skills.py(API 完全重构)
|
2026-03-08 00:09:50 +08:00 |
|
肖泽涛
|
bb41056900
|
feat(tool): 新增ASK_USER_QUESTION 内部工具
|
2026-03-08 00:08:52 +08:00 |
|
Wenjie Zhang
|
f1a4f59753
|
format: 代码格式化检查
|
2026-03-07 23:00:26 +08:00 |
|
Wenjie Zhang
|
1f6258e78c
|
Merge branch 'main' of https://github.com/xerrors/Yuxi-Know
|
2026-03-07 22:56:44 +08:00 |
|
Wenjie Zhang
|
d2c8d44daf
|
fix(config): 设置默认智能体ID为 ChatbotAgent,确保兼容旧配置
|
2026-03-07 22:56:06 +08:00 |
|
Wenjie Zhang
|
23f6a5e57e
|
Update README for version and image changes
Updated the version in the clone command and modified images in the README.
|
2026-03-07 17:50:25 +08:00 |
|
Wenjie Zhang
|
9fe24135a2
|
Merge branch 'main' of https://github.com/xerrors/Yuxi-Know
|
2026-03-07 17:19:09 +08:00 |
|
Wenjie Zhang
|
d81bd1911a
|
fix(docker): 在 Dockerfile 中添加 libpq5 并更新 LangGraph 的部分特性以支持 PostgreSQL
同时更新默认模型为 Pro 分类
|
2026-03-07 09:12:29 +00:00 |
|
Wenjie Zhang
|
a249a92e5e
|
Merge branch 'main' of https://github.com/xerrors/Yuxi-Know
|
2026-03-06 20:30:07 +08:00 |
|
Wenjie Zhang
|
b420f7f69c
|
feat: 新增对话置顶功能,优化对话列表排序和更新逻辑
|
2026-03-06 20:29:58 +08:00 |
|
dependabot[bot]
|
321221445d
|
chore(deps): bump rollup from 4.52.4 to 4.59.0
Bumps [rollup](https://github.com/rollup/rollup) from 4.52.4 to 4.59.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.52.4...v4.59.0)
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.59.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-03-06 20:22:14 +08:00 |
|
Wenjie Zhang
|
230f69bf16
|
chore: 发布 v0.5.1 版本
- 更新版本号: 0.5.0.dev → 0.5.1
- 更新前端依赖版本
- 更新快速开始文档版本说明
|
2026-03-06 11:49:31 +08:00 |
|
Wenjie Zhang
|
3df0fce4f6
|
feat(AgentConfigSidebar): 新增工具配置项的刷新和跳转功能,优化用户交互体验
|
2026-03-06 11:46:32 +08:00 |
|
Wenjie Zhang
|
85d0867080
|
format: 修复代码格式,优化导入顺序,清理多余空行
|
2026-03-06 10:24:38 +08:00 |
|
Wenjie Zhang
|
186012e5e8
|
fix(skills): 修复 skills 加载以及按需暴露问题,并新增 reporter 技能,已可以替代数据库报表智能体
|
2026-03-06 10:15:58 +08:00 |
|
Wenjie Zhang
|
96ce4dbe8a
|
feat(chat): 新增对话线程列表的分页功能,支持limit和offset参数
|
2026-03-06 10:14:43 +08:00 |
|
Wenjie Zhang
|
1130cabe57
|
fix(tool): 修复部分情况下工具调用异常中断的问题
|
2026-03-06 10:14:05 +08:00 |
|
ztxiao
|
667b3bb878
|
fix: resolve merge leftovers in chat panel and composite backend
|
2026-03-05 23:48:25 +08:00 |
|
ztxiao
|
2f4518e74e
|
merge: main into feat/sandbox-provisioner-shared-storage
|
2026-03-05 23:06:43 +08:00 |
|
ztxiao
|
2db44f7999
|
chore: 提交当前代码
|
2026-03-05 22:50:38 +08:00 |
|
Wenjie Zhang
|
c4beda2ef1
|
feat: 新增图表工具组件,支持图表结果展示
|
2026-03-05 02:29:01 +08:00 |
|
Wenjie Zhang
|
30df84efc1
|
feat(web): Skills管理页面新增markdown格式的预览
|
2026-03-05 02:05:15 +08:00 |
|
Wenjie Zhang
|
c288c04a82
|
fix: 优化Qwen-Image 工具
|
2026-03-05 01:43:45 +08:00 |
|
Wenjie Zhang
|
393d3b6a32
|
refactor(skills): 通过引入SkillsMiddleware重构技能处理
- 添加了SkillsMiddleware来管理技能提示注入、依赖解析和动态激活。
- 从RuntimeConfigMiddleware中移除了与技能相关的逻辑并将其整合到SkillsMiddleware中。
- 删除了skill_resolver.py,因为其功能已集成到SkillsMiddleware中。
- 更新了各个组件以使用新的SkillsMiddleware进行技能管理。
- 改进了skill_service.py中技能和工具加载的异步处理。
|
2026-03-05 01:42:53 +08:00 |
|
Wenjie Zhang
|
24cbb41f4f
|
fix(minio): 添加删除 bucket 功能,优化知识库删除逻辑 #534
|
2026-03-04 19:29:33 +08:00 |
|
ztxiao
|
e356b3fcec
|
feat: integrate provisioner sandbox and shared thread file APIs
|
2026-03-04 08:53:50 +08:00 |
|
Wenjie Zhang
|
df80829bb2
|
fix(minio): 增强知识库删除功能,添加 MinIO 文件清理逻辑 Fixes 关于删除知识库时,所涉及到的上传文件问题
Fixes #533
|
2026-03-04 04:46:37 +08:00 |
|
Wenjie Zhang
|
39d8a21bd7
|
fix(import): 修复循环导入问题
|
2026-03-04 04:27:57 +08:00 |
|
Wenjie Zhang
|
43679f4c0d
|
style(format): 格式化代码
|
2026-03-04 04:13:05 +08:00 |
|