Commit Graph

73 Commits

Author SHA1 Message Date
140bbd3201 feat: support llm start node user input multi parts 2025-08-12 20:39:34 +08:00
61595e73b7 feat: rebase chatflow code to main 2025-08-12 20:39:30 +08:00
6ca8d53345 feat(backend):workflow support conversation manager & add conversation/message nodes 2025-08-12 20:39:26 +08:00
Ryo
8ba5a552c2 refactor(workflow): Move the knowledge component in the Workflow package into the common crossdomain package (#708) 2025-08-12 20:39:24 +08:00
Ryo
cdd673f031 refactor(workflow): Move the database component in the Workflow package into the common crossdomain package (#704) 2025-08-12 20:39:22 +08:00
8e7b7607fc fix(app): avoid nil panic (#693) 2025-08-12 20:39:20 +08:00
Ryo
3f868e3203 feat: optimize the package name for cross-domain functionality (#690) 2025-08-12 20:39:16 +08:00
b67b8a8bbb feat(singleagent): mr chatflow as agent 2025-08-12 14:09:45 +08:00
2279f56fc5 feat(singleagent): chatflow with agent chat 2025-08-12 13:52:30 +08:00
41941aac06 fix: correct query chatflow role with version in OpenAPIGetWorkflowInfo 2025-08-11 21:38:13 +08:00
756e23acf2 feat: support llm start node user input multi parts 2025-08-11 21:09:05 +08:00
d07531db70 feat: support llm start node user input multi parts 2025-08-11 15:58:02 +08:00
5a94628a4b feat: use exeConfig to store chat_history && add fast fail for schema check 2025-08-11 15:37:12 +08:00
52ff389bef feat: optimize chat flow run open api 2025-08-11 15:37:11 +08:00
3b6408de6e feat(backend): support open api for chat flow run 2025-08-11 15:37:11 +08:00
f9bbdffa02 feat(backend): support open api for chat flow run 2025-08-11 15:37:11 +08:00
9fdb3ecc79 fix: Correct issues related to chat_flow_role version query 2025-08-11 15:37:11 +08:00
473ca91667 feat: rebase chatflow code to main 2025-08-11 15:37:11 +08:00
a8e89d87fa feat: add schema check for workflow_list on release 2025-08-11 15:37:11 +08:00
a5905f24ee fix: Correct role config versioning, sync on publish, and resolve chat flow copy bug 2025-08-11 15:37:11 +08:00
5525cf8a6e feat(backend):workflow support conversation manager & add conversation/message nodes 2025-08-11 15:37:09 +08: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
c89695c1b8 feat(singleagent): add ImpersonateCozeUserAccessToken api 2025-08-11 12:15:44 +08:00
6dae6bd42d feat(singleagent): chatflow as agent 2025-08-11 12:15:40 +08:00
b19ae505f0 feat(infra): add PaddleOCR as a new OCR type (#668) 2025-08-11 04:00:41 +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
e2b1f6e381 fix(plugin): authorization code redirect to static url (#191) 2025-08-07 04:24:18 +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
Ryo
c9c900adb0 feat: refactor the mq’s RegisterConsumer method to make it easier to inject (#581) 2025-08-05 10:05:32 +00:00
Ryo
ab0ce50df5 feat: add a redis abstraction to support different versions of the redis sdk (#549) 2025-08-05 08:09:54 +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
f80d4f757b fix(plugin): enhanced AES encryption security (#533) 2025-08-04 12:03:31 +00:00
36923bd0a4 feat: support ark embedding api_type (#519) 2025-08-04 10:06:38 +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
4b03f8de78 feat(model): change env name from ARK_EMBEDDING_AK to ARK_EMBEDDING_A… (#482) 2025-08-01 11:49:19 +00:00
568819b8e5 fix(infra): support configuring the HTTP schema of storage upload in … (#450) 2025-08-01 04:16:57 +00:00
5abc63fba6 chore: replace all cn comments to en version by volc api (#313) 2025-07-31 07:18:11 +00:00
977f2c423a chore: simplify model yaml (#308) 2025-07-31 04:15:55 +00:00
716ec0cba8 fix(singleagent): multi input support audio (#362) 2025-07-30 16:16:43 +00:00
3f782d728f fix(plugin): compile failed (#359) 2025-07-30 14:56:03 +00:00
9660a85454 fix(plugin): setting the default value of the agent tool does not take effect (#341) 2025-07-30 14:51:16 +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
bb74272385 feat: support EMBEDDING_MAX_BATCH_SIZE (#311) 2025-07-30 07:31:54 +00:00
b9d03b148c fix: replace workflow hardcoding chat model for knowledge recall (#233) 2025-07-30 06:27:01 +00:00
efa20f22f6 fix(plugin): update tool may reset request or response parameters (#302) 2025-07-30 05:35:22 +00:00