Commit Graph

17 Commits

Author SHA1 Message Date
朱潮
ecf332add5 modify ag_retrieve 2026-06-05 14:49:54 +08:00
朱潮
3ada55af40 merge 2026-05-26 17:43:12 +08:00
朱潮
7b4f03d340 更新policy.md 2026-05-12 12:40:12 +08:00
朱潮
be96f240b3 更新几个 policy.md 2026-05-12 10:05:24 +08:00
朱潮
e6d16982ab 更新retrieval-policy.md 2026-05-11 16:54:14 +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
朱潮
75d299b091 Merge branch 'developing' into onprem-release 2026-04-20 22:38:50 +08:00
朱潮
9521d283a5 更新提示词 2026-04-20 22:37:54 +08:00
朱潮
3bfd3b39ef Merge branch 'developing' into onprem-release 2026-04-20 20:34:24 +08:00
朱潮
f13f208900 add ENABLE_SELF_KNOWLEDGE 2026-04-20 19:24:30 +08:00
朱潮
52208f75fd Merge branch 'developing' into onprem-release 2026-04-19 21:02:08 +08:00
朱潮
2659f47448 update rag-retrieve-only skill 2026-04-19 21:01:20 +08:00
朱潮
33aae98d3e Merge branch 'developing' into onprem-release 2026-04-19 14:15:25 +08:00
朱潮
a8cc85c8ef 新增 Image Handling 章节 2026-04-19 14:14:56 +08:00
朱潮
0111de271d 修改skill目录 2026-04-18 23:21:10 +08:00
朱潮
db783a7c3d 修改skill目录 2026-04-18 23:19:46 +08:00