Commit Graph

255 Commits

Author SHA1 Message Date
alan.cl
1a30f659c3 feat: update template skill 2026-03-16 11:27:59 +08:00
aries_ckt
6f5397ecaa Merge remote-tracking branch 'origin/feat/dbgpt_skill' into feat/dbgpt_skill 2026-03-16 00:00:56 +08:00
alan.cl
6622c79405 chore: build web file 2026-03-15 17:24:51 +08:00
alan.cl
c345264b76 fix: upload skill zip 2026-03-15 16:57:46 +08:00
aries_ckt
73896c27f9 docs: quick-start installation 2026-03-15 00:34:44 +08:00
alan.cl
e3fc3b3809 chore: code fmt 2026-03-14 16:08:55 +08:00
alan.cl
f4700b4439 fix: optimize model selector 2026-03-13 19:41:05 +08:00
alan.cl
87bcb9a4ae feat: add summary info 2026-03-13 13:40:02 +08:00
alan.cl
ca9905cb07 feat: support inner html report display 2026-03-12 17:42:27 +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
2f4d8774f7 fix: fix share page web build visit 2026-03-11 12:02:51 +08:00
alan.cl
746cdee140 chore: build web file 2026-03-10 21:55:55 +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
47d891bc8e fix:update dbgpt web component 2026-03-08 23:30:43 +08:00
alan.cl
80f7b44587 fix: react agent chat with selected LLM 2026-03-08 16:46:51 +08:00
alan.cl
4258ad5335 fix: optimize csv skill 2026-03-08 16:41:59 +08:00
alan.cl
e7245e71cf fix: fix native app chat and update react agent scene value 2026-03-03 14:10:54 +08:00
alan.cl
56a530c8bf fix: fix duplicate image in html report 2026-03-02 21:29:09 +08:00
aries_ckt
348367a77b feat:create database example 2026-03-02 18:58:53 +08:00
aries_ckt
04df52f124 fix: escape braces in f-string prompts in agentic_data_api.py to fix python syntax error 2026-02-28 18:33:11 +08:00
aries_ckt
bf5aa5168e feat: internationalize homepage examples and update agentic data api prompts 2026-02-28 18:25:48 +08:00
aries_ckt
11057f4782 feat:create skill example 2026-02-28 17:06:05 +08:00
aries_ckt
48aa8af1af feat:add skill creator 2026-02-27 14:16:38 +08:00
alan.cl
250166f957 Merge remote-tracking branch 'origin/feat/dbgpt_skill' into feat/dbgpt_skill 2026-02-26 17:34:00 +08:00
alan.cl
9fc6c92298 feat: support chat share and playback 2026-02-26 17:33:45 +08:00
aries_ckt
a97d1ab486 fix:react add phase 2026-02-26 14:06:15 +08:00
aries_ckt
f5ead2684d feat:add database resource 2026-02-25 19:46:29 +08:00
aries_ckt
70b76e06ba feat:refact agentic data api 2026-02-25 15:31:41 +08:00
aries_ckt
cc5a4bccef feat:dbgpt skill template 2026-02-25 14:46:44 +08:00
aries_ckt
97fde0aa7d feat:dbgpt skill template 2026-02-25 11:59:35 +08:00
aries_ckt
9842dcb06b feat:dbgpt skill 2026-02-13 16:05:39 +08:00
aries_ckt
bbf270699a Merge branch 'feature/support-neo4j' into feat/dbgpt_skill
# Conflicts:
#	packages/dbgpt-ext/src/dbgpt_ext/storage/knowledge_graph/community/neo4j_store_adapter.py
#	uv.lock
#	web/locales/en/common.ts
#	web/locales/zh/common.ts
#	web/package-lock.json
#	web/yarn.lock
2026-02-12 17:43:17 +08:00
aries_ckt
2df4fa3c4f feat:dbgpt skill 2026-02-12 17:22:27 +08:00
alanchen
0b8680ee55 chore: build web file (#2977)
Co-authored-by: alan.cl <alan.cl@antgroup.com>
2026-02-10 18:51:48 +08:00
alanchen
73fe4b9a51 chore: update 0.7.5 version (#2976)
Co-authored-by: alan.cl <alan.cl@antgroup.com>
2026-02-10 16:31:14 +08:00
alanchen
55bf3bac2d fix: temp handle the agents that need optimization (#2975)
Co-authored-by: alan.cl <alan.cl@antgroup.com>
2026-02-10 13:50:50 +08:00
alanchen
466cc1f391 chore: update docs typo (#2964)
Co-authored-by: alan.cl <alan.cl@antgroup.com>
2026-01-30 17:38:56 +08:00
Yifan Yao
f8836ad4b0 fix: fix boolean and null value result compare (#2967) 2026-01-22 17:48:08 +08:00
huhao0926
a7a7811496 fix(2965): correct the number of arguments in BuiltinKnowledgeGraph.aload_document call (#2966) 2026-01-20 21:18:20 +08:00
lusain
8c3489375a feat: Introduce Neo4j integration. (#2951)
Co-authored-by: aries_ckt <916701291@qq.com>
2026-01-12 11:02:15 +08:00
aries_ckt
50976ee8b2 chore:fmt pylint. 2026-01-12 09:49:17 +08:00
aries_ckt
4c8bdc2e81 chore:fmt pylint. 2026-01-12 00:05:27 +08:00
alan.cl
c8d3c46e62 chore: build web static file 2026-01-06 15:15:57 +08:00
alan.cl
b089268f1c Merge branch 'main' into feat_benchmark_agent 2026-01-06 11:31:25 +08:00
坐山客
a5c7296ea0 Fix:#2859 (#2944) 2026-01-05 20:18:47 +08:00
alan.cl
89dbf7e36b chore: code fmt 2025-12-24 18:28:24 +08:00
alan.cl
6747efbd9b feat(benchmark): support benchmark task execute diff environment evaluation datasets 2025-12-24 18:02:57 +08:00
lusain
4430085543 Merge upstream/main into feature/support-neo4j
- Resolved conflicts in static web files
- Updated evaluation service components
- Merged latest changes from main branch
2025-12-22 20:17:27 +08:00
alan.cl
1491407578 feat(benchmark): update benchmark task use latest falcon github repo questions 2025-12-22 15:03:56 +08:00
lusain
6324fe02d1 feat: Introduce Neo4j integration. 2025-12-20 20:48:51 +08:00