Commit Graph

35 Commits

Author SHA1 Message Date
alan.cl
4d968dad81 fix: skill i18n 2026-03-14 17:59:00 +08:00
alan.cl
37c530b57b Merge remote-tracking branch 'origin/feat/dbgpt_skill' into feat/dbgpt_skill
# Conflicts:
#	web/locales/zh/chat.ts
2026-03-13 13:41:24 +08:00
alan.cl
87bcb9a4ae feat: add summary info 2026-03-13 13:40:02 +08:00
aries_ckt
044e0957fb feat: add agent-browser skill 2026-03-13 10:11:18 +08:00
alan.cl
f088752633 feat(skills): add GitHub/skills.sh remote import functionality
- Add POST /v1/skills/import_github endpoint for importing skills from
  GitHub URLs and skills.sh URLs with subdirectory support
- Implement URL parser (_parse_github_url) supporting github.com, skills.sh,
  /blob/ paths, /tree/ paths, and branch detection with main/master fallback
- Implement secure ZIP extraction (_extract_skill_from_zip) with SKILL.md
  validation, path traversal protection, and 50MB size limit
- Extract reusable _install_skill_from_dir helper from existing upload flow
- Add frontend GitHub import UI: menu item with GithubOutlined icon, modal
  with URL form validation, 60s request timeout, loading state
- Add httpx>=0.24.0 dependency for async HTTP downloads
- Add i18n keys (en + zh) for all import-related strings
- Add 18 unit tests: 9 URL parsing + 7 extraction + 2 install tests
2026-03-11 19:03:28 +08:00
alan.cl
4f42161294 fix: skill i18n 2026-03-10 21:26:38 +08:00
alan.cl
3e3f221271 feat: optimize index page and sidebar 2026-03-10 20:36:50 +08:00
aries_ckt
11f59b4e74 fix:i18n 2026-03-09 23:59:07 +08:00
aries_ckt
7f19ffe454 fix:i18n 2026-03-09 22:35:25 +08:00
aries_ckt
0800033fb2 Merge remote-tracking branch 'origin/feat/dbgpt_skill' into feat/dbgpt_skill
# Conflicts:
#	web/pages/share/[token].tsx
2026-03-09 22:00:22 +08:00
aries_ckt
92bc15f239 fix:i18n 2026-03-09 21:59:08 +08:00
alan.cl
aef86d2c5a feat: history conversation list 2026-03-09 17:54:27 +08:00
alan.cl
d230753912 fix: fix input box 2026-03-06 19:35:44 +08:00
alan.cl
1c65a6cc52 fix: optimize input comppotent 2026-03-04 18:01:53 +08:00
aries_ckt
348367a77b feat:create database example 2026-03-02 18:58:53 +08:00
aries_ckt
bf5aa5168e feat: internationalize homepage examples and update agentic data api prompts 2026-02-28 18:25:48 +08:00
alan.cl
6747efbd9b feat(benchmark): support benchmark task execute diff environment evaluation datasets 2025-12-24 18:02:57 +08:00
alan.cl
50441cc0c2 feat(benchmark): support agent execute benchmark dataset 2025-12-05 19:53:36 +08:00
alanchen
368f42227e feat(benchmark): Support Falcon Text2SQL Datasets LLM benchmark (#2918)
Co-authored-by: yaoyifan-yyf <yaoyifan.yyf@antgroup.com>
Co-authored-by: alan.cl <alan.cl@antgroup.com>
Co-authored-by: iterminatorheart <123625928+iterminatorheart@users.noreply.github.com>
Co-authored-by: VLADIMIR KOBZEV <vladimir.kobzev@improvado.io>
Co-authored-by: Aries-ckt <916701291@qq.com>
Co-authored-by: xiandu.wl <xiandu.wl@antgroup.com>
2025-10-23 14:26:36 +08:00
alanchen
bcb4eb3983 feat(RAG): support knowledgeSpace custom retrieve strategy (#2842) 2025-07-21 12:08:39 +08:00
Fangyin Cheng
5e7f3568d3 feat(model): Multimodal supports (#2627) 2025-04-15 16:29:02 +08:00
Fangyin Cheng
99ce1ed992 feat(web): Support html/svg preview (#2518) 2025-03-25 11:41:18 +08:00
明天
73052eda75 feat(agent): Supports MCP (#2497)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
2025-03-21 12:00:21 +08:00
Fangyin Cheng
8ccd4090b9 feat(awel): Support simple templates 2025-03-14 10:44:50 +08:00
Fangyin Cheng
93eb3a786c feat(ChatExcel): Better Chat Excel (#2423) 2025-03-10 11:37:32 +08:00
Fangyin Cheng
82bdc6fe94 feat(model): Support reasoning model (#2375)
Co-authored-by: yyhhyyyyyy <95077259+yyhhyyyyyy@users.noreply.github.com>
2025-02-28 14:32:47 +08:00
云锋
94b51284e0 feat(datasource): Database connection Renewal (#2359)
Co-authored-by: aries_ckt <916701291@qq.com>
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
Co-authored-by: ‘yanzhiyonggit config --global user.email git config --global user.name ‘yanzhiyong <zhiyong.yan@clife.cn>
2025-02-22 18:44:21 +08:00
Fangyin Cheng
e4b329ee21 refactor(v0.7.0): restructure modules and config handling (#2358)
Co-authored-by: aries_ckt <916701291@qq.com>
2025-02-21 19:54:53 +08:00
Fangyin Cheng
7f4b5e79cf feat(core): Support max output tokens parameter (#2218) 2024-12-18 17:19:18 +08:00
Dreammy23
746e4fda37 feat(web): Add DAG variables to web flow (#1981)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
Co-authored-by: 谨欣 <echo.cmy@antgroup.com>
Co-authored-by: yanzhiyong <932374019@qq.com>
Co-authored-by: 严志勇 <yanzhiyong@tiansuixiansheng.com>
2024-09-10 09:39:40 +08:00
Dreammy23
471689ba20 feat(web): Unified frontend code style (#1923)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
Co-authored-by: 谨欣 <echo.cmy@antgroup.com>
Co-authored-by: 严志勇 <yanzhiyong@tiansuixiansheng.com>
Co-authored-by: yanzhiyong <932374019@qq.com>
2024-08-30 14:03:06 +08:00
明天
f866580703 feat: dbgpts modules bug fix (#1921)
Co-authored-by: 途杨 <tuyang.yhj@antgroup.com>
Co-authored-by: lhwan <1017484907@qq.com>
Co-authored-by: hustcc <i@hust.cc>
2024-08-30 10:03:58 +08:00
明天
d7a893e1a7 feat: new dbgpts modules (#1910)
Co-authored-by: 途杨 <tuyang.yhj@antgroup.com>
Co-authored-by: lhwan <1017484907@qq.com>
2024-08-28 21:31:42 +08:00
Dreammy23
131bc7b89b feat(web): AWEL flow 2.0 frontend codes (#1898)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
Co-authored-by: 谨欣 <echo.cmy@antgroup.com>
Co-authored-by: 严志勇 <yanzhiyong@tiansuixiansheng.com>
Co-authored-by: yanzhiyong <932374019@qq.com>
2024-08-28 12:39:13 +08:00
lhwan
3a32344380 feat: web update (#1860)
Co-authored-by: 夏姜 <wenfengjiang.jwf@digital-engine.com>
Co-authored-by: yhjun1026 <460342015@qq.com>
Co-authored-by: aries_ckt <916701291@qq.com>
Co-authored-by: wb-lh513319 <wb-lh513319@alibaba-inc.com>
2024-08-22 11:05:18 +08:00