Commit Graph

673 Commits

Author SHA1 Message Date
朱潮
3f895f8fe4 add langfuse 2026-05-14 12:14:21 +08:00
朱潮
7b4f03d340 更新policy.md 2026-05-12 12:40:12 +08:00
朱潮
be96f240b3 更新几个 policy.md 2026-05-12 10:05:24 +08:00
csh28
65db950aa8 Merge branch 'feature/agent-final-answer-first-char' into dev 2026-05-11 21:05:53 +08:00
csh28
a9aaa851e9 chore: Add methods tools/call. 2026-05-11 21:05:41 +08:00
csh28
6d9bcc0400 Merge origin/dev into dev 2026-05-11 20:56:47 +08:00
csh28
9d00bad5f2 Merge feature/agent-final-answer-first-char into dev 2026-05-11 20:45:42 +08:00
csh28
e4fc0db07d chore: improve agent error logging 2026-05-11 20:29:27 +08:00
朱潮
9eb1d6b068 Merge branch 'feature/moshui20260511-sub-agents' into dev 2026-05-11 20:16:29 +08:00
朱潮
a92096a646 pmda-drug-infomock数据 2026-05-11 19:15:03 +08:00
朱潮
2abb3ff756 Merge branch 'feature/moshui20260511-sub-agents' into dev 2026-05-11 18:55:32 +08:00
朱潮
5b634bc2ab 增加子agent支持 2026-05-11 18:55:25 +08:00
朱潮
ff8d9f453e Merge branch 'developing' into dev 2026-05-11 16:55:40 +08:00
朱潮
dcfc43a25b Merge branch 'developing' of https://github.com/sparticleinc/catalog-agent into developing 2026-05-11 16:54:22 +08:00
朱潮
e6d16982ab 更新retrieval-policy.md 2026-05-11 16:54:14 +08:00
csh28
331229482d Merge feature/agent-final-answer-first-char into dev 2026-05-11 14:13:28 +08:00
csh28
1e608f0092 Merge feature/agent-final-answer-first-char into developing 2026-05-11 14:00:34 +08:00
csh28
1f06450402 Propagate trace id through MCP metadata 2026-05-08 18:59:42 +08:00
csh28
951948639e Add agent final answer first char metric 2026-05-08 15:43:48 +08:00
朱潮
01457b4ffb Dockerfile.modelscope 2026-05-07 23:16:50 +08:00
朱潮
18e9200be2 字节码不编译/skills /projects/ 2026-05-07 23:00:53 +08:00
朱潮
a9227b8046 support add kfs-answer 2026-05-06 19:39:53 +08:00
朱潮
3c0fa498b5 🐛 fix(sync): sync dataset symlinks to Daytona sandbox
The incremental sync used `find -type f` which misses symlinks (type l),
so dataset symlinks were never detected and synced to the sandbox.
Additionally, `tar.add()` without `dereference=True` would store broken
symlinks pointing to host-only paths.

- _list_local_changed_files: match both regular files and symlinks
- _tar_workspace_entries: dereference symlinks to pack actual content
- Unify dataset path to `datasets/` (plural) in prompts and SKILL.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-06 19:37:00 +08:00
朱潮
425f3c5bb4 chore: replace Chinese comments and log messages with English
Convert all Chinese comments, docstrings, logger/print output,
HTTPException detail messages, and API response messages to English
across the entire codebase. Functional zh/ja localized strings
(e.g. prompt templates, timezone display names, date formats) are
preserved as-is.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-30 19:45:35 +08:00
朱潮
185743fe62 ci: include branch in lark notification titles
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-30 07:47:10 +08:00
朱潮
b148ed111c ci: include image in deploy notifications
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-30 07:42:16 +08:00
朱潮
a0ef1728cf ci: notify after image push succeeds
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-29 19:54:22 +08:00
朱潮
c8637f3418 ci: notify after onprem deployment succeeds
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-29 18:42:20 +08:00
朱潮
bfac221197 Merge branch 'onprem-release' of https://github.com/sparticleinc/catalog-agent into onprem-release 2026-04-29 17:29:32 +08:00
朱潮
5a654ed377 Merge branch 'dev' into onprem-dev 2026-04-29 17:29:13 +08:00
朱潮
144907f04c Merge branch 'developing' into dev 2026-04-29 17:04:18 +08:00
朱潮
54a96d9f73 pyc 镜像环境:自动跑 task_queue/consumer.pyc 2026-04-29 17:03:42 +08:00
朱潮
86e00f0902 Merge branch 'developing' into dev 2026-04-29 13:23:10 +08:00
朱潮
137e2ccc4c 发布镜像里尽量不要包含源码 2026-04-29 13:22:30 +08:00
shuirong
4111c2c6ed feat(ci): onprem-release 分支构建后自动 SSH 部署到服务器
参考 gbase-frontend-onprem 的 CD 流程,在 docker-hub-build-push 中新增 deploy 参数与 when 块:构建&推送完成后通过 ssh-keyscan + add_ssh_keys 连接 onprem 服务器,sed 改写 docker-compose.yml 的 catalog-agent image 行并重启服务。仅 AMD64 任务在 onprem-release 分支启用,ARM64 与其他分支保持只构建。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-27 18:42:04 +09:00
朱潮
5f13b56738 Merge branch 'feature/moshui20260423-daytona' into dev 2026-04-25 09:08:57 +08:00
朱潮
d554317db6 触发更新 2026-04-25 09:08:45 +08:00
朱潮
c0b3faeb35 Merge branch 'feature/moshui20260423-daytona' into dev 2026-04-24 21:22:49 +08:00
朱潮
c93df5400e modify DAYTONA_SERVER_URL 2026-04-24 19:54:45 +08:00
朱潮
8c6f13046c Merge branch 'dev' of https://github.com/sparticleinc/catalog-agent into dev 2026-04-24 13:08:19 +08:00
朱潮
55f6e51c19 Merge branch 'feature/moshui20260423-daytona' into dev 2026-04-24 13:08:06 +08:00
朱潮
45a94942b8 异步执行 _execute_post_agent_hooks 2026-04-24 13:07:44 +08:00
autobee-sparticle
55325a082d
[NOVARE] Add fallback rule for missing device types in area
When find_device_by_area matches an area successfully but the area lacks the requested device type (e.g., DCU/light), the AI will now proactively suggest nearby controllable areas.

Related Issue: #2766
2026-04-23 21:51:00 +09:00
朱潮
51fbf01236 update hook_content 2026-04-23 16:46:55 +08:00
朱潮
ac32ef8d0b update utils/daytona_sync.py 2026-04-23 16:38:44 +08:00
朱潮
8446dab1e4 daytona support 2026-04-23 15:09:09 +08:00
朱潮
c9e07898fc daytona support 2026-04-23 11:42:50 +08:00
朱潮
7a30e5297e add rag-retrieve-no-citation 2026-04-22 17:33:15 +08:00
朱潮
6b23688c2e update feishu 2026-04-21 20:17:31 +08:00
朱潮
55e5268450 Merge branch 'onprem-release' into onprem-dev 2026-04-21 18:32:44 +08:00