zhaoying
8ed2d12da1
fix(web): workflow bugfix
2026-01-14 14:47:46 +08:00
zhaoying
e72ecfcb0a
fix(web): remove calculateVariableList
2026-01-13 21:21:19 +08:00
zhaoying
954d754c09
fix(web): node's variable update
2026-01-13 21:17:18 +08:00
zhaoying
1159da111a
fix(web): update memory's api url
2026-01-13 21:13:36 +08:00
zhaoying
e187c01dc9
feat(web): add space config page; user memory page update
2026-01-13 16:16:46 +08:00
zhaoying
1ebab759b1
feat(web): add graph detail page
2026-01-13 14:04:28 +08:00
zhaoying
2f13cb4cbc
fix(web): iteration node‘s variableList updated
2026-01-13 14:03:44 +08:00
zhaoying
f5e71f56e9
fix(web): tool's api response change
2026-01-13 13:56:14 +08:00
zhaoying
49fa6906ac
fix(web): if-else and question-classifier node support link to same node
2026-01-13 12:18:30 +08:00
zhaoying
e4f8ddca9a
fix(web): knowledge_retrieval type node's knowledge_bases
2026-01-13 11:46:10 +08:00
zhaoying
0433e17b34
fix(web): update auth
2026-01-13 10:59:28 +08:00
zhaoying
c01bddf5be
feat(web): user memory updated
2026-01-13 10:25:17 +08:00
zhaoying
bca4b22453
fix(web): workflow's chat
2026-01-13 10:19:04 +08:00
zhaoying
7eb0d84947
fix(web): worflow bugfix
2026-01-12 18:44:52 +08:00
zhaoying
ea944d0ee2
fix(web): user memory
2026-01-12 18:44:09 +08:00
zhaoying
18d4a5e865
fix(web): multi_agent app update sub agent init
2026-01-12 18:13:30 +08:00
zhaoying
617bb43274
feat(web): ui update
2026-01-12 14:49:04 +08:00
zhaoying
d56cbed0bf
feat(web): user memory
2026-01-12 14:42:02 +08:00
zhaoying
24ace52e27
bugfix: workflow bugfix
2026-01-10 17:44:06 +08:00
zhaoying
177d514d13
feat: user memory
2026-01-10 17:35:17 +08:00
zhaoying
81508a25a8
feat(web): user memory detail
2026-01-08 19:46:02 +08:00
zhaoying
a1e8d858a2
feat(web): forgetting memory
2026-01-07 20:37:34 +08:00
zhaoying
75d5121234
feat(web): multi_agent type app support collaboration type
2026-01-07 17:50:07 +08:00
zhaoying
030a141c64
fix(web): workflow bugfix
2026-01-07 17:35:23 +08:00
zhaoying
72c27273e4
fix(web): ai prompt editor update
2026-01-07 17:34:45 +08:00
zhaoying
7a1131d8af
fix(web): workflow bug
2026-01-06 20:35:01 +08:00
zhaoying
020d7445ec
feat(web): agent support add tools
2026-01-06 20:14:43 +08:00
zhaoying
9d0622b6cc
feat(web): user summary api update
2026-01-06 15:36:25 +08:00
zhaoying
35a06c3cbe
feat(web): ai prompt api support stream
2026-01-06 15:03:40 +08:00
zhaoying
8d3ec8c047
fix(web): workflow bug
2026-01-06 13:06:24 +08:00
zhaoying
679e518574
fix(web): update ui
2026-01-05 17:31:16 +08:00
zhaoying
3400bea9ef
feat(web): update node icon
2026-01-05 17:16:09 +08:00
vrhs@163.com
af038bc63e
Merge #109 into develop_web from feature/20251219_yjp
...
feat(dashboard): add statistics API and enhance homepage dashboard cards
* feature/20251219_yjp: (2 commits)
feat(index): add homepage with dashboard cards and knowledge graph support
feat(dashboard): add statistics API and enhance homepage dashboard cards
Signed-off-by: vrhs@163.com <accounts_660b6454a0eb398d3f8d2c76@mail.teambition.com >
Merged-by: vrhs@163.com <accounts_660b6454a0eb398d3f8d2c76@mail.teambition.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/109
2026-01-05 16:46:41 +08:00
yujiangping
3d4c807a87
feat(dashboard): add statistics API and enhance homepage dashboard cards
...
- Add Query and DataResponse interfaces to common API module
- Implement getDashboardStatistics API endpoint for fetching dashboard metrics
- Update TopCardList component to display real dashboard data with dynamic values
- Replace hardcoded dashboard metrics with actual API response data
- Add support for calculating and displaying weekly growth rates for spaces and users
- Update dashboard card labels and descriptions for models, spaces, users, and apps
- Add "Rebuild Graph" button translation to knowledge graph card (en/zh)
- Add appCount and userCount translation keys for dashboard display
- Fix dashboard metric key naming consistency (total_apps_runs → total_running_apps)
- Update dashboard descriptions to reflect weekly comparisons instead of daily
- Improve data binding between API response and UI components for real-time statistics
2026-01-05 16:46:10 +08:00
赵莹
1b9271f652
Merge #107 into develop_web from feature/20251219_zy
...
feat(web): memory-read、memory-write、iteration、assigner、tool node
* feature/20251219_zy: (4 commits)
feat(web): add question classifier node
feat(web): memory insight
feat(web): add loop node; add chat variable;
feat(web): memory-read、memory-write、iteration、assigner、tool node
Signed-off-by: zhaoying <zhaoying@redbearai.com >
Merged-by: zhaoying <zhaoying@redbearai.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/107
2026-01-05 16:41:11 +08:00
zhaoying
3e71e4d15e
feat(web): memory-read、memory-write、iteration、assigner、tool node
2026-01-05 16:18:04 +08:00
yujiangping
f31341151f
feat(index): add homepage with dashboard cards and knowledge graph support
...
- Add new Index view with dashboard layout and quick action cards
- Create TopCardList component to display core data management options
- Add GuideCard and VersionCard components for user guidance
- Add QuickActions component for common operations
- Create KnowledgeGraph and KnowledgeGraphCard components for knowledge base visualization
- Add comprehensive SVG assets for index page (apps, arrows, management icons)
- Add common API module for shared request utilities
- Extend knowledgeBase API with knowledge graph endpoints (getKnowledgeGraph, getKnowledgeGraphEntityTypes)
- Update i18n translations for English and Chinese with new index page strings
- Update routing configuration to include new Index route
- Update menu configuration to reflect new navigation structure
- Update KnowledgeBase CreateModal and Private view components
- Add TypeScript types for Index page components
- Improve overall UI/UX with new dashboard-style homepage
2026-01-05 10:37:08 +08:00
zhaoying
a66fb9eade
feat(web): add loop node; add chat variable;
2026-01-04 20:00:10 +08:00
zhaoying
4e3b8870c5
feat(web): memory insight
2026-01-04 18:30:20 +08:00
zhaoying
9dd3fc8d08
feat(web): add question classifier node
2026-01-04 13:51:56 +08:00
赵莹
5f0e1694ce
Merge #101 into develop_web from feature/20251219_zy
...
feat: llm node add context
* feature/20251219_zy: (2 commits)
feat(web): forgetting engine config
feat: llm node add context
Signed-off-by: zhaoying <zhaoying@redbearai.com >
Merged-by: zhaoying <zhaoying@redbearai.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/101
2026-01-04 13:33:01 +08:00
zhaoying
351be8aaf3
feat: llm node add context
2026-01-04 12:06:24 +08:00
zhaoying
02c8fd0e3f
feat(web): forgetting engine config
2026-01-04 11:22:06 +08:00
赵莹
ce2346f709
Merge #100 into develop_web from feature/20251219_zy
...
feat(web): cluster handoffs disabled
* feature/20251219_zy: (1 commits)
feat(web): cluster handoffs disabled
Signed-off-by: zhaoying <zhaoying@redbearai.com >
Merged-by: zhaoying <zhaoying@redbearai.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/100
2025-12-31 12:33:14 +08:00
zhaoying
b6cfd55aad
feat(web): cluster handoffs disabled
2025-12-31 12:32:50 +08:00
赵莹
21a33b84e5
Merge #99 into develop_web from feature/20251219_zy
...
feat(web): cluster
* feature/20251219_zy: (4 commits)
fix(web): remove icon
fix(web): Editor
fix(web): order history
feat(web): cluster
Signed-off-by: zhaoying <zhaoying@redbearai.com >
Merged-by: zhaoying <zhaoying@redbearai.com >
CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/99
2025-12-31 12:31:26 +08:00
zhaoying
24d68de98c
feat(web): cluster
2025-12-31 12:30:36 +08:00
zhaoying
3560038894
fix(web): order history
2025-12-31 12:25:38 +08:00
zhaoying
4c706048de
fix(web): Editor
2025-12-31 12:15:33 +08:00
zhaoying
d476d92b7d
fix(web): remove icon
2025-12-31 11:52:20 +08:00