Commit Graph

23 Commits

Author SHA1 Message Date
mengyonghao
beb0f0f6df feat(workflow): add import for if-else node configuration 2025-12-19 16:00:31 +08:00
mengyonghao
39de537c14 refactor(workflow): unify all enum classes in one file and restructure workflow node type definitions 2025-12-19 15:43:56 +08:00
mengyonghao
0ccb4a095a style(enums): correct enum class name spelling 2025-12-19 15:16:00 +08:00
mengyonghao
d3d3c3b3ce style(workflow): update condition edge comments for conditional nodes 2025-12-19 14:43:47 +08:00
mengyonghao
73ab2c7986 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-19 14:34:01 +08:00
mengyonghao
bf702b1b92 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-19 14:23:29 +08:00
mengyonghao
4d7a89f58b 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-19 14:21:27 +08:00
mengyonghao
c06a7b31ae 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-19 14:19:38 +08:00
Mark
8d810af1d0 Merge branch 'develop-mark' into develop 2025-12-18 19:47:06 +08:00
Mark
0503b26232 [add] workflow support stream mode 2025-12-18 19:46:36 +08:00
lixiangcheng1
06e8c3a1aa Merge branch 'feature/20251219_lxc' into develop 2025-12-18 18:51:48 +08:00
lixiangcheng1
c0d6604981 [fix]document chunk QA 2025-12-18 18:51:32 +08:00
乐力齐
e2e5c1571a Merge #13 into develop from fix/stream-output
'fix/stream-output'

* fix/stream-output: (17 commits squashed)

  - [fix]Fix the issue where the streaming output effect is not obvious.

  - [fix]Fix the issue where the streaming output effect is not obvious.

  - Merge branch 'fix/stream-output' of codeup.aliyun.com:redbearai/python/redbear-mem-open into fix/stream-output

  - [fix]

  - [fix]Skip time extraction

  - [fix]

  - [fix]Skip time extraction

  - Merge branch 'fix/stream-output' of codeup.aliyun.com:redbearai/python/redbear-mem-open into fix/stream-output

  - [fix]Remove human-induced delays

  - [fix]Fix the issue where the streaming output effect is not obvious.

  - [fix]

  - [fix]Skip time extraction

  - [fix]Fix the issue where the streaming output effect is not obvious.

  - [fix]

  - [fix]Skip time extraction

  - [fix]Remove human-induced delays

  - Merge branch 'fix/stream-output' of codeup.aliyun.com:redbearai/python/redbear-mem-open into fix/stream-output

Signed-off-by: 乐力齐 <accounts_690c7b0af9007d7e338af636@mail.teambition.com>
Reviewed-by: aliyun6762716068 <accounts_68cb7c6b61f5dcc4200d6251@mail.teambition.com>
Merged-by: aliyun6762716068 <accounts_68cb7c6b61f5dcc4200d6251@mail.teambition.com>

CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/13
2025-12-18 09:56:35 +00:00
谢俊男
f419b6b001 Merge branch 'refs/heads/develop' into feature/20251219_xjn 2025-12-18 16:58:45 +08:00
谢俊男
43a30b5a1f feat(apikey system): api key authentication qps optimization 2025-12-18 16:56:34 +08:00
lixiangcheng1
64ecd8cabc [fix]Add knowledge graph functionality to document parsing configuration 2025-12-18 15:54:31 +08:00
Mark
7386ea32f1 [modify] ignore 2025-12-16 17:39:08 +08:00
Mark
9b8db9a001 [MODIFY] MEM SEE OUTPUT 2025-12-15 20:50:15 +08:00
Mark
7bbef35b7d [ADD] Merge code 2025-12-15 19:53:33 +08:00
Mark
a4e276ab27 [MODIFY] Code optimization 2025-12-15 14:09:43 +08:00
lanceyq
9d1c546173 Fix/service startup(补充requirements.txt、修改neo4j的ip) (#6)
* [fix]修复服务启动

* [fix]补充requirements.txt

* [changes]修改config.py中neo4j的IP

* [fix]更改neo4j的ip与postgre、redis
2025-12-05 10:22:58 +08:00
lanceyq
0117194a67 [fix]修复服务启动 (#3) 2025-12-04 18:50:09 +08:00
Ke Sun
c1adc62ec6 feat: Add base project structure with API and web components 2025-12-02 20:28:01 +08:00