coze-studio/backend/domain/workflow/internal/nodes
Zhj d70101c979
feat: Support for Chat Flow & Agent Support for binding a single chat flow (#765)
Co-authored-by: Yu Yang <72337138+tomasyu985@users.noreply.github.com>
Co-authored-by: zengxiaohui <csu.zengxiaohui@gmail.com>
Co-authored-by: lijunwen.gigoo <lijunwen.gigoo@bytedance.com>
Co-authored-by: lvxinyu.1117 <lvxinyu.1117@bytedance.com>
Co-authored-by: liuyunchao.0510 <liuyunchao.0510@bytedance.com>
Co-authored-by: haozhenfei <37089575+haozhenfei@users.noreply.github.com>
Co-authored-by: July <jiangxujin@bytedance.com>
Co-authored-by: tecvan-fe <fanwenjie.fe@bytedance.com>
2025-08-28 21:53:32 +08:00
..
batch fix: workflow tool closes stream writer correctly (#1839) 2025-08-27 08:29:42 +00:00
code feat: add config for workflow domain (#1847) 2025-08-27 09:04:42 +00:00
conversation feat: Support for Chat Flow & Agent Support for binding a single chat flow (#765) 2025-08-28 21:53:32 +08:00
database refactor(workflow): Move domain resources events into the application layer (#729) 2025-08-13 13:06:56 +00:00
emitter refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
entry fix(ci): correct workflow unit test (#780) 2025-08-15 12:30:13 +00:00
exit refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
httprequester 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
intentdetector feat: Support for Chat Flow & Agent Support for binding a single chat flow (#765) 2025-08-28 21:53:32 +08:00
json refactor: how to add a node type in workflow (#558) 2025-08-05 06:02:33 +00:00
knowledge feat: Support for Chat Flow & Agent Support for binding a single chat flow (#765) 2025-08-28 21:53:32 +08:00
llm feat: Support for Chat Flow & Agent Support for binding a single chat flow (#765) 2025-08-28 21:53:32 +08:00
loop refactor(workflow): Move the variable component in the Workflow package into the common crossdomain package (#738) 2025-08-14 02:41:14 +00:00
plugin refactor(workflow): Move domain resources events into the application layer (#729) 2025-08-13 13:06:56 +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 fix(ci): correct workflow unit test (#780) 2025-08-15 12:30:13 +00:00
variableassigner refactor(workflow): Move the variable component in the Workflow package into the common crossdomain package (#738) 2025-08-14 02:41:14 +00:00
callbacks.go feat: manually mirror opencoze's code from bytedance 2025-07-20 17:36:12 +08:00
convert.go fix: workflow tool closes stream writer correctly (#1839) 2025-08-27 08:29:42 +00: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 refactor(workflow): Move the variable component in the Workflow package into the common crossdomain package (#738) 2025-08-14 02:41:14 +00: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 feat: Support for Chat Flow & Agent Support for binding a single chat flow (#765) 2025-08-28 21:53:32 +08:00
utils_test.go fix: trimming leading and trailing whitespaces before unmarshal LLM o… (#587) 2025-08-05 13:12:10 +00:00