mengyonghao
debb2f0162
style(workflow): update condition edge comments for conditional nodes
2025-12-20 15:37:08 +08:00
mengyonghao
cb6d7b04f9
docs(samples): add config example for If-Else node
...
- Provide a sample configuration for the If-Else workflow node.
- Helps users understand how to define conditional branches.
2025-12-20 15:37:08 +08:00
mengyonghao
aa44b8df71
fix(expression-eval): fix variable extraction issue in Jinja2 templates
...
- Resolve the bug where variables inside Jinja2 template expressions were not correctly extracted.
- Ensure expressions containing {{ ... }} are parsed reliably.
2025-12-20 15:37:08 +08:00
mengyonghao
647fc27bb5
perf(types): add Union type declaration for workflow nodes
...
- Introduce a `Nodes` type as a Union of all workflow node classes.
- Improves type checking and IDE autocompletion.
2025-12-20 15:37:08 +08:00
mengyonghao
01ac36195a
feat(workflow): add conditional branch (If-Else) node
...
- Introduce a new conditional branch node for workflows.
- Supports multiple case branches with logical operators (AND/OR).
- Enables workflow routing based on evaluated conditions.
2025-12-20 15:37:07 +08:00
Mark
3aff6baccb
[add] workflow support stream mode
2025-12-20 15:33:23 +08:00
谢俊男
c26af11f76
feat(apikey system): tool system development
2025-12-20 15:24:28 +08:00
Mark
7bbef35b7d
[ADD] Merge code
2025-12-15 19:53:33 +08:00
Ke Sun
c1adc62ec6
feat: Add base project structure with API and web components
2025-12-02 20:28:01 +08:00