coze-studio/backend/domain/workflow/internal/nodes
shentongmartin e0800abb99
fix: do not throw error when encountering unknown param for LLM (#735)
2025-08-13 10:15:46 +00:00
..
batch refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
code refactor(workflow): Move the database component in the Workflow package into the common crossdomain package (#704) 2025-08-12 07:42:58 +00:00
database refactor(workflow): Move the plugin component in the Workflow package into the common crossdomain package (#717) 2025-08-13 03:06:53 +00:00
emitter refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
entry refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
exit refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
httprequester refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
intentdetector refactor(workflow): Move the knowledge component in the Workflow package into the common crossdomain package (#708) 2025-08-12 09:10:36 +00:00
json refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
knowledge refactor(workflow): Move the knowledge component in the Workflow package into the common crossdomain package (#708) 2025-08-12 09:10:36 +00:00
llm fix: do not throw error when encountering unknown param for LLM (#735) 2025-08-13 10:15:46 +00:00
loop refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
plugin refactor(workflow): Move the plugin component in the Workflow package into the common crossdomain package (#717) 2025-08-13 03:06:53 +00:00
qa refactor(workflow): Move the knowledge component in the Workflow package into the common crossdomain package (#708) 2025-08-12 09:10:36 +00:00
receiver refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
selector refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
subworkflow refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
textprocessor refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
variableaggregator refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
variableassigner refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
callbacks.go feat: manually mirror opencoze's code from bytedance 2025-07-20 17:36:12 +08:00
convert.go feat(backend): when the convert array element contains an object, waring information occurs, and the object needs to be added to the array element as well 2025-07-23 16:22:18 +08:00
interrupt.go feat: manually mirror opencoze's code from bytedance 2025-07-20 17:36:12 +08:00
node.go refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
option.go refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
parent_intermediate.go feat: manually mirror opencoze's code from bytedance 2025-07-20 17:36:12 +08:00
stream.go refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
template.go refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
utils.go fix: trimming leading and trailing whitespaces before unmarshal LLM o… (#587) 2025-08-05 13:12:10 +00:00
utils_test.go fix: trimming leading and trailing whitespaces before unmarshal LLM o… (#587) 2025-08-05 13:12:10 +00:00