朱潮
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
朱潮
39e8db1ebc
update FACT_RETRIEVAL_PROMPT.md
2026-04-21 18:31:07 +08:00
朱潮
40473132ec
修改 lark推送
2026-04-21 13:53:32 +08:00
朱潮
9521d283a5
更新提示词
2026-04-20 22:37:54 +08:00
朱潮
f13f208900
add ENABLE_SELF_KNOWLEDGE
2026-04-20 19:24:30 +08:00
朱潮
dfc1c003c6
sanitize_model_kwargs
2026-04-20 19:00:15 +08:00
朱潮
18d65513f6
add retrieval-policy-forbidden-self-knowledge.md
2026-04-20 16:50:06 +08:00
朱潮
2659f47448
update rag-retrieve-only skill
2026-04-19 21:01:20 +08:00
朱潮
18f1f230c7
update skill
2026-04-19 15:24:42 +08:00
朱潮
10c31d8382
新增 Image Handling 章节
2026-04-19 14:17:30 +08:00
朱潮
a8cc85c8ef
新增 Image Handling 章节
2026-04-19 14:14:56 +08:00
朱潮
0addc55fa2
SKILLS_SUBDIR改成PROJECT_NAME
2026-04-19 09:45:09 +08:00
朱潮
fd7d838e09
修改skill目录
2026-04-19 00:28:14 +08:00
朱潮
990f50ed55
修改skill目录
2026-04-18 23:58:30 +08:00
朱潮
1535014c3e
修改skill目录
2026-04-18 23:37:26 +08:00
朱潮
0adfbad600
修改skill目录
2026-04-18 23:36:32 +08:00
朱潮
2a661a3a19
Merge branch 'developing' into dev
2026-04-18 23:20:20 +08:00
朱潮
db783a7c3d
修改skill目录
2026-04-18 23:19:46 +08:00
朱潮
29fe5ac582
Merge branch 'feature/rag_retrive_top_k' into dev
2026-04-17 19:54:26 +08:00
朱潮
60f2b32593
优化retrieval-policy.md
2026-04-17 19:53:51 +08:00
朱潮
4470599cb7
Merge branch 'feature/rag_retrive_top_k' into dev
2026-04-17 19:52:51 +08:00
朱潮
e905738bfb
优化retrieval-policy.md
2026-04-17 19:52:30 +08:00
朱潮
6be64307a5
修改 cicd的webhook
2026-04-17 19:14:01 +08:00
朱潮
18d49933e2
Merge branch 'feature/rag_retrive_top_k' into dev
2026-04-17 18:01:49 +08:00
朱潮
d593eb9f46
修改 cicd的webhook
2026-04-17 17:34:30 +08:00
朱潮
a1a9d9fc47
Merge branch 'feature/rag_retrive_top_k' into developing
2026-04-17 16:29:00 +08:00
朱潮
63a2f094bf
Merge branch 'feature/rag_retrive_top_k' into dev
2026-04-17 15:55:03 +08:00
朱潮
ebec9e2cba
禁止本地文件检索
2026-04-17 15:54:51 +08:00
朱潮
631f944340
Merge branch 'feature/rag_retrive_top_k' into dev
2026-04-17 11:44:45 +08:00
朱潮
90229ffeaf
优化skill覆盖逻辑
2026-04-17 11:43:20 +08:00
朱潮
80353a2824
Merge branch 'feature/rag_retrive_top_k' into dev
2026-04-17 11:05:37 +08:00
朱潮
9f12a633bc
优化mcp配置
2026-04-17 11:05:16 +08:00
朱潮
ed7da59cce
Merge branch 'feature/rag_retrive_top_k' into dev
2026-04-17 09:28:45 +08:00
朱潮
4939a70209
新增了这层约束:
...
- 本地文件检索与 rag_retrieve / table_rag_retrieve 不是同一数据源
- 不能因为 RAG 查到了,就假设本地文件也被覆盖
- 也不能因为本地文件没查到,就推断 RAG 知识库里也没有
- 进入 fallback 时,仍需按顺序继续尝试本地文件检索
2026-04-16 21:37:43 +08:00
朱潮
cb2fc7001a
Merge branch 'feature/rag_retrive_top_k' into dev
2026-04-16 20:09:18 +08:00
朱潮
9d47324a76
add rag_retrieve-only
2026-04-16 20:09:02 +08:00
朱潮
9eeb958abc
Merge branch 'feature/rag_retrive_top_k' into dev
2026-04-16 19:39:30 +08:00
朱潮
e1bf685314
add rag_retrieve autoload
2026-04-16 19:38:13 +08:00
朱潮
53fb98e44e
Retrieval Policy
2026-04-16 17:55:34 +08:00