Commit Graph

200 Commits

Author SHA1 Message Date
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
77ebc297f9 feat(infra): Oceanbase Vector Sql Prevent SQL injection And Complementary helm deployment (#2048) 2025-09-10 00:54:16 +00:00
Zhj
1f9e1cb1c7 fix: event must be capitalized when streaming (#2030) 2025-09-08 13:16:00 +00:00
Ryo
6d8cde9665 feat: gorm.io/gorm -> v1.25.11 gorm.io/plugin/dbresolver -> v1.5.2 (#2031) 2025-09-08 10:15:15 +00:00
Zhj
88fd5f0bd7 fix: database query condition issue (#2004) 2025-09-08 09:37:01 +00:00
04792aeb37 feat(infra): es支持多节点配置 (#1995) 2025-09-08 06:13:51 +00:00
9e8aadc8fc fix: append only current field mapping when merging inputs for parent (#2022) 2025-09-08 04:09:42 +00:00
3317fa3016 feat: milvus support to use token as auth (#2018) 2025-09-08 01:29:47 +00:00
Ryo
a7d0eee7c0 feat(infra): ListObjects && HeadObject support get object url (#1991) 2025-09-04 06:16:15 +00:00
893486ccdf feat(workflow): add unit tests for conversation & message nodes (#1976) 2025-09-03 07:53:08 +00:00
18a1b7e3ec fix(singleagent): chatsdk shortcmd is not display (#1981) 2025-09-03 07:16:52 +00:00
f7b5096d69 feat: allow more customizability for custom workflow node (#1930) 2025-09-03 07:01:41 +00:00
8db69fd6a9 fix: update eino to fix the issue when field mappings are resolved re… (#1952) 2025-09-03 06:48:51 +00:00
6c8dd3a44c ci: generate mock (#1977) 2025-09-02 13:39:02 +00:00
Ryo
a85a8fc516 feat(infra): add headobject info api (#1953) 2025-09-02 12:04:58 +00:00
bdcdc141d6 feat(workflow): add unit tests for conversation_manager && chatflow_role interface (#1932) 2025-09-02 11:32:47 +00:00
8c2d00f166 fix(singleagent): create conversaion support add meta data field & ui… (#1949) 2025-09-02 09:40:22 +00:00
c74977e68c fix(workflow): Resolve variable shadowing issue in ClearConversationHistory (#1945) 2025-09-02 08:49:48 +00:00
Zhj
97a023d79e fix: SQL parsing errors occurred in custom database node (#1867) 2025-09-02 03:47:39 +00:00
b257802c7e feat(workflow): add unit tests for message-related nodes (#1889) 2025-09-01 13:16:04 +00:00
3abf492f6d fix(plugin): refresh oauth access token (#1882) 2025-09-01 11:57:24 +00:00
47d3bc03a5 fix(singleagent): error no (#1920) 2025-09-01 11:50:18 +00:00
305f1cb62f fix(singleagent): shortcmd without default value (#1881) 2025-09-01 02:39:45 +00:00
3bd7340d46 feat: add oceanbase vector support (#1813) 2025-08-29 11:10:36 +00:00
a6675c65de refactor: Optimize parameter conversion for get_api_detail func (#1869) 2025-08-29 10:17:40 +00:00
Ryo
c34f0cae4b fix(memory): DeleteVariableInstance fails when connectId is 0 (#1874) 2025-08-29 09:48:45 +00:00
Ryo
56ce8a0131 feat(infra): use tos tagging instead meta (#1868) 2025-08-29 07:06:13 +00:00
a1da673962 fix: Add authorization check for knowledge_delete node (#1865) 2025-08-29 03:54:08 +00:00