Commit Graph

41 Commits

Author SHA1 Message Date
b230c26dbb feat(plugin): user benefit & fix is official 2025-10-16 21:51:08 +08:00
8de8686bab feat(plugin): add plugin_from field in apidetail api 2025-10-16 11:43:48 +08:00
d98fe6b3a7 feat(plugin): change plugin source to plugin from 2025-10-15 23:25:14 +08:00
650f752bfc feat(plugin): shortcmd with saas plugin exec 2025-10-15 20:06:32 +08:00
cb2a7e986e feat(plugin): workflow plugin tool & llm with plugin exec; apiDetail & llm_fc_setting_detail & create_update_shortcut_command add plugin from 2025-10-15 17:21:06 +08:00
Ryo
7335c153fa refactor(plugin): optimize plugin module code (#2247) 2025-09-24 07:45:25 +00:00
Ryo
ec15ac06fc chore(plugin): move interface request to dto pkg (#2242) 2025-09-23 03:17:26 +00:00
42360541ca feat(model): support base64 url (#2244)
Co-authored-by: lvxinyu.1117 <lvxinyu.1117@bytedance.com>
2025-09-23 03:14:41 +00:00
9a0b45eccf refactor(workflow): Replace hardcoded IconURL with IconURI to enable … (#2101) 2025-09-11 03:57:36 +00:00
4bfce5a8cb refactor(workflow): Calculate chat history rounds during schema convertion (#1990)
Co-authored-by: zhuangjie.1125 <zhuangjie.1125@bytedance.com>
2025-09-10 07:52:23 +00:00
Zhj
1f9e1cb1c7 fix: event must be capitalized when streaming (#2030) 2025-09-08 13:16:00 +00:00
f7b5096d69 feat: allow more customizability for custom workflow node (#1930) 2025-09-03 07:01:41 +00:00
a6675c65de refactor: Optimize parameter conversion for get_api_detail func (#1869) 2025-08-29 10:17:40 +00:00
Ryo
56ce8a0131 feat(infra): use tos tagging instead meta (#1868) 2025-08-29 07:06:13 +00:00
Zhj
d70101c979 feat: Support for Chat Flow & Agent Support for binding a single chat flow (#765)
Co-authored-by: Yu Yang <72337138+tomasyu985@users.noreply.github.com>
Co-authored-by: zengxiaohui <csu.zengxiaohui@gmail.com>
Co-authored-by: lijunwen.gigoo <lijunwen.gigoo@bytedance.com>
Co-authored-by: lvxinyu.1117 <lvxinyu.1117@bytedance.com>
Co-authored-by: liuyunchao.0510 <liuyunchao.0510@bytedance.com>
Co-authored-by: haozhenfei <37089575+haozhenfei@users.noreply.github.com>
Co-authored-by: July <jiangxujin@bytedance.com>
Co-authored-by: tecvan-fe <fanwenjie.fe@bytedance.com>
2025-08-28 21:53:32 +08:00
Zhj
aae865dafb feat: read workflow config file should join workspace dir (#1850) 2025-08-27 09:49:43 +00:00
Zhj
77e1931494 feat: add config for workflow domain (#1847) 2025-08-27 09:04:42 +00:00
f956c18a09 fix: correctly transform single-field Array<object> variables (#702) 2025-08-20 07:57:49 +00:00
Ryo
f940edf585 refactor(knowledge): Move the all dependent components to app infra (#795) 2025-08-18 10:18:39 +00:00
a9b87c188b fix(ci): correct workflow unit test (#780) 2025-08-15 12:30:13 +00:00
Ryo
dce313b8e3 refactor(workflow): Move the variable component in the Workflow package into the common crossdomain package (#738) 2025-08-14 02:41:14 +00:00
Ryo
5d98e8ef93 refactor(workflow): Move domain resources events into the application layer (#729) 2025-08-13 13:06:56 +00:00
Ryo
99c759addc refactor(workflow): Move the plugin component in the Workflow package into the common crossdomain package (#717) 2025-08-13 03:06:53 +00:00
Ryo
b38ab95623 refactor(workflow): Move the knowledge component in the Workflow package into the common crossdomain package (#708) 2025-08-12 09:10:36 +00:00
Ryo
9ff065cebd refactor(workflow): Move the database component in the Workflow package into the common crossdomain package (#704) 2025-08-12 07:42:58 +00:00
Ryo
e03cf4cc87 feat: optimize the package name for cross-domain functionality (#690) 2025-08-11 11:04:06 +00:00
7697b6fb47 fix: correct redis set when update node execution && fix openAPI run … (#639) 2025-08-08 02:44:08 +00:00
8712be6a6b fix: Correctly handle 'Array Item' when converting APIParameter (#634) 2025-08-07 11:15:53 +00:00
e7d25319ff refactor: IDL structure modification (#475) 2025-08-07 07:59:51 +00:00
Ryo
a179748877 feat(ci): use nginx for minio proxy (#605) 2025-08-06 07:42:38 +00:00
4b3042359c feat: remove default timeout for both nodes and workflow (#585) 2025-08-05 12:42:01 +00:00
bb6ff0026b refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
5dafd81a3f fix: correct token calculation error caused by ctxcache init (#559) 2025-08-05 03:26:51 +00:00
Ryo
adc5986d13 feat: update the redis reference to cache.Cmdable instead (#535) 2025-08-04 09:36:18 +00:00
c7bf6bbdec fix: delete redundant fields in plugin output data (#469) 2025-08-04 08:54:30 +00:00
Ryo
357da72a52 feat(ci): 1. remove docker proxy. 2. split debug and docker environment (#304) 2025-07-30 13:56:26 +00:00
b9d03b148c fix: replace workflow hardcoding chat model for knowledge recall (#233) 2025-07-30 06:27:01 +00:00
ski
f8840810ce chore: add licenses to json stringify related files (#250) 2025-07-29 17:31:38 +08:00
3749abdea0 feat: py sandbox for workflow
* chore: update Dockerfile and sandbox.py
* feat: py sandbox for workflow
* feat: py sandbox for workflow

See merge request: !885
2025-07-25 07:17:25 +00:00
9b3814e2c5 feat: refactor model manager
* chore: mv model icon
* fix: model icon
* fix: model icon
* feat: refactor model manager
* fix: model icon
* fix: model icon
* feat: refactor model manager

See merge request: !905
2025-07-24 13:12:44 +00:00
890153324f feat: manually mirror opencoze's code from bytedance
Change-Id: I09a73aadda978ad9511264a756b2ce51f5761adf
2025-07-20 17:36:12 +08:00