242 Commits

Author SHA1 Message Date
Ryo
5ecdddbacb fix(prompt): disallow update if prompt is empty (#1816) 2025-08-26 08:04:49 +00:00
2a704fc873 fix: workflow tool in react agent resume once in one agent run (#1801) 2025-08-26 02:57:37 +00:00
Ryo
f19761fa31 fix(agent): disallow update if prompt is empty (#1802) 2025-08-25 12:22:45 +00:00
Ryo
14ce6bc112 feat(infra): support uploading files via io.Reader (#1793) 2025-08-25 10:25:12 +00:00
Zhj
6fa2acf05a fix: workflow as tool, not be serialized where has not parameters (#1777) 2025-08-25 06:30:33 +00:00
fc47e4096c chore: remove redundant module (#864) 2025-08-22 10:35:54 +00:00
035ed2450b chore: clean up go mod & fix mail link (#861) 2025-08-22 10:01:57 +00:00
f09c624988 optimize(infra): remove tautological condition (#856) 2025-08-22 07:00:24 +00:00
59c1d9aa03 feat(knowledge): Support ark rerank (#852) 2025-08-22 06:41:58 +00:00
Zhj
19c63a1150 fix: context cancel not working during node runner execution (#819) 2025-08-21 09:59:01 +00:00
09d00c26cb optimize(knowledge): Optimize the index logic of the knowledge base (#841) 2025-08-21 09:44:26 +00:00
e7070b419c fix(knowledge): Fix the issue of ineffective pagination parameters in the image-based knowledge base (#831) 2025-08-20 09:49:38 +00:00
f956c18a09 fix: correctly transform single-field Array<object> variables (#702) 2025-08-20 07:57:49 +00:00
a4b11729a6 fix(plugin): ToEinoSchemaParameterInfo nil panic (#832) 2025-08-20 07:21:15 +00:00
5e9740c047 fix(knowledge): Fix the issue where knowledge cannot execute aggregated SQL (#794) 2025-08-19 07:03:30 +00:00
Ryo
f940edf585 refactor(knowledge): Move the all dependent components to app infra (#795) 2025-08-18 10:18:39 +00:00
23a468c72c fix: openapi message list limit default (#803) 2025-08-18 10:16:21 +00:00
85e6926a14 feat: intergrate gemini embedding (#783) 2025-08-18 08:44:19 +00:00
a9b87c188b fix(ci): correct workflow unit test (#780) 2025-08-15 12:30:13 +00:00
Ryo
ee03b41ad5 fix(infra): remove duplicate init code (#779) 2025-08-15 10:32:39 +00:00
18e45b333f feat(ci): enable unit test for backend (#552) 2025-08-15 09:33:23 +00:00
f040a511e4 fix(singleagent): openapi message list field type (#775) 2025-08-15 08:11:26 +00:00
dfa9eb44e1 fix(singleagent): remove code (#774) 2025-08-15 07:55:11 +00:00
Zhj
4ff734f15f fix: where HTTP node URL, JSON text, and raw text template rendering could not find the corresponding rendering variables (#745) 2025-08-15 03:25:27 +00:00
Ryo
ff00dcb31b refactor(knowledge): Move the searchstore manager to app infra (#764) 2025-08-15 02:46:09 +00:00
a734d9d8af feat: milvus support to use username+password as auth (#751) 2025-08-14 10:49:03 +00:00
d58783b11c feat(plugin): supports using json marshal to correct string types by … (#758) 2025-08-14 09:24:36 +00:00
3030d4d627 fix: checkpoint store correctly initialize in multi-layered sub-workf… (#755) 2025-08-14 08:34:39 +00:00
c79ee64fe8 fix: display name for custom SQL node (#747) 2025-08-14 04:09:35 +00:00
8994cec367 fix: Elasticsearch OpIn query append to Must instead of MustNot (#744) 2025-08-14 03:48:43 +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
e0800abb99 fix: do not throw error when encountering unknown param for LLM (#735) 2025-08-13 10:15:46 +00:00
Zhj
ffbc108875 fix: copy or move app workflow to library, dependencies on other comp… (#720) 2025-08-13 08:44:44 +00:00
6b60c07c22 feat(infra): integrate PaddleOCR's PP-StructureV3 as a document parser backend (#714) 2025-08-13 08:37:42 +00:00
708a6ed0c0 fix: app workflow publish panic (#719) 2025-08-13 03:40:57 +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
e7011f2549 fix(app): avoid nil panic (#693) 2025-08-12 02:03:34 +00:00
Ryo
e03cf4cc87 feat: optimize the package name for cross-domain functionality (#690) 2025-08-11 11:04:06 +00:00
e344828933 fix(plugin): lark_sheet.yaml typo (#684) 2025-08-11 06:30:18 +00:00
ad18b9cc42 fix(plugin): default value for tool execution response parameter type (#683)
Co-authored-by: mrh <mrh997>
2025-08-11 06:09:08 +00:00
b19ae505f0 feat(infra): add PaddleOCR as a new OCR type (#668) 2025-08-11 04:00:41 +00:00
a44e566bda chore: remove imageunderstand redundant code (#682) 2025-08-11 03:42:13 +00:00
efc6e55fe5 fix(singleagent): support workflow output node (#662) 2025-08-11 02:49:51 +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
b25bf6728a fix: sparse vector field init error when using viking embedding (#621) 2025-08-07 07:10:24 +00:00