coze-studio/backend/domain/workflow/internal/nodes
Zhj 8d1cc2e03a
fix: pass the connector id when workflow database nod… (#599)
2025-08-06 04:31:34 +00:00
..
batch refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
code refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
conversation feat: manually mirror opencoze's code from bytedance 2025-07-20 17:36:12 +08:00
database fix: pass the connector id when workflow database nod… (#599) 2025-08-06 04:31:34 +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: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
json refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
knowledge refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
llm refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
loop refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
plugin refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
qa refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +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