Commit Graph

227 Commits

Author SHA1 Message Date
Ryo
2369deb1aa fix: replace hardcoded DebugURLTpl in Workflow with a configurable value (#2388) 2025-10-25 05:49:11 +00:00
Ryo
a26f7d58aa refactor: restructure crossdomain package layout (#2377) 2025-10-23 13:20:41 +00:00
e4d2680019 fix: optimize base64url parser (#2376) 2025-10-23 07:01:25 +00:00
47e646f86e fix: agent publish error (#2373) 2025-10-22 08:29:32 +00:00
Ryo
fa4f925217 fix: ollama option is nil (#2369) 2025-10-22 06:36:14 +00:00
Ryo
d80f8ecebd fix: sync legacy model EnableBase64Url config and handle not found er… (#2366) 2025-10-22 03:43:00 +00:00
496daf8684 fix: plugin default params edit in app (#2362) 2025-10-21 13:58:21 +00:00
Ryo
8e3a90f62c fix: resolve concurrent read/write issue in model meta data (#2359) 2025-10-21 09:50:08 +00:00
Ryo
2b021a3d41 feat(model): add model management module (#2303) 2025-10-21 08:44:29 +00:00
6e02c861c7 feat(plugin): support saas plugin (#2349)
Co-authored-by: yuwenbinjie <yuwenbinjie@bytedance.com>
Co-authored-by: ski <csu.zengxiaohui@gmail.com>
Co-authored-by: Ryo <fanlv@bytedance.com>
2025-10-21 02:43:48 +00:00
8aa60c9072 fix: ollama chatmodel data struct (#2343) 2025-10-17 08:07:41 +00:00
7c32b8ded7 chore: upgrade eino-ext of ollama (#2338) 2025-10-17 03:14:14 +00:00
Zhj
b7f8d2d7b3 fix: node type metas comment node add "comment" for key (#2325) 2025-10-15 07:22:13 +00:00
42147df459 fix: document deletion bug (#2248) 2025-10-10 10:28:39 +00:00
ec75ed50cd fix: enable virtual hosted style for S3 client (#2308) 2025-10-06 09:04:41 +00:00
Ryo
e1c5e7e208 fix(plugin): product_id backward compatibility issue. (#2298) 2025-09-30 02:51:30 +00:00
Ryo
328b73f2c2 fix(infra): resolve issue with unavailable Bitnami image (#2297) 2025-09-30 02:19:59 +00:00
46f1fddbca fix(infra): fix the problem of incorrect package paths when use make debug command starts (#2295) 2025-09-29 08:53:48 +00:00
Ryo
4789889b17 refactor: optimize app infra component initialization (#2294) 2025-09-29 08:11:49 +00:00
Ryo
6755ce02bc refactor: optimize infra contract and impl package structure (#2292) 2025-09-29 03:37:15 +00:00
Zhj
8fd60f23df fix: chat flow run usage token always returns a value of 0 (#2282) 2025-09-28 09:46:14 +00:00
5915d49940 style: correct format by goimports (#2289) 2025-09-28 08:17:53 +00:00
0995536884 fix(singleagent): v3/chat support customer variables (#2262) 2025-09-25 08:11:24 +00:00
d3b1e8cfd3 feat(workflow): Filter content from card-type messages to streamline … (#2221) 2025-09-25 07:39:06 +00:00
Ryo
1d218fb39d chore(plugin): remove unuse InvocationArgs field (#2266) 2025-09-25 03:32:26 +00:00
Ryo
3a47391bde chore(plugin): remove unuse config field (#2265) 2025-09-25 03:07:34 +00:00
Ryo
1e03691d36 refactor: move GetServerHost to bizpkg/env package (#2258) 2025-09-24 09:03:40 +00:00
Ryo
7335c153fa refactor(plugin): optimize plugin module code (#2247) 2025-09-24 07:45:25 +00:00
d18c6225b7 fix(singleagent): v3/chat panic when ext is nil (#2250) 2025-09-24 06:00:50 +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
Ryo
3d9981c626 feat(plugin): abstract tool invocation to support http, custom plugins (#2227) 2025-09-23 02:28:55 +00:00
3cbd6cfc29 fix(model): the OpenAPI model supports max_completion_tokens. (#2237) 2025-09-22 11:10:36 +00:00
Ryo
660015ed8a fix: python code execution misinterpreted warning logs as errors (#2226) 2025-09-20 12:02:45 +00:00
b05004f188 feat(plugin): append special headers (agentId, userId, conversationId and logId) to plugin http request, which can be used by plugin server (#2191) 2025-09-19 06:00:44 +00:00
315a93f8c0 feat: add Apache Pulsar EventBus implementation (#2019) 2025-09-17 08:30:55 +00:00
091e7a69c4 chore: ut (#2178) 2025-09-17 06:24:13 +00:00
Zhj
62f12d6b57 fix: file ext trim prefix (#2173) 2025-09-15 12:29:22 +00:00
Ryo
c950318a94 refactor(infra): move parse_address to es package (#2163) 2025-09-15 12:03:56 +00:00
61e8331a54 feat(singleagent): openapi v3/chat additional message support assista… (#2067) 2025-09-15 07:54:29 +00:00
ffec252d9e fix(workflow): update comment for IconURI field (#2155) 2025-09-11 12:03:32 +00:00
6790abe8de fix(memory): variable versioning when publishing with a single agent (#2117)
Signed-off-by: malf <malfdev@gmail.com>
2025-09-11 10:01:42 +00:00
b7d8e0cd4f fix(workflow): rename input icon (#2106) 2025-09-11 08:58:54 +00:00
764ffc2213 fix(workflow): panic error in exit node (#2105) 2025-09-11 08:25:02 +00:00
Ryo
1d9fa80972 fix(infra): GetObjectUrl Expire unset (#2104) 2025-09-11 06:50:47 +00:00
9a0b45eccf refactor(workflow): Replace hardcoded IconURL with IconURI to enable … (#2101) 2025-09-11 03:57:36 +00:00
Zhj
0fbc34e5c5 fix: remove x-wf-file_name in convert (#2029) 2025-09-10 11:33:55 +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
Ryo
4416127d47 feat(infra): HeadObject return object not found error if object not exist (#2061) 2025-09-10 03:05:41 +00:00
Ryo
878a7ef15b feat(infra): remove minio local proxy (#2059) 2025-09-10 02:34:16 +00:00