102 Commits

Author SHA1 Message Date
Shu Yao
5aaf235795 fix: .env.example gemini endpoint issue; demo_human.yaml config outdated issue; requirements.txt was not aligned with pyproject.toml issue. 2026-02-23 20:03:57 +08:00
Yufan Dang
8d67831531
Merge pull request #530 from rainoeelmae/fix/windows-cross-platform-support
fix: improve Windows compatibility for Makefile and sync tools
2026-02-13 16:55:18 +08:00
Yufan Dang
145fe652c2
Merge pull request #540 from conprour/main
Add Spring Festival demo workflows (text/image EN version and 3D)
2026-02-13 16:46:34 +08:00
conprour
c645bbb066
Add files via upload
Add Spring Festival workflows: spring_text_image, spring_text_image_EN, and spring_3d
spring_text_image – Chinese prompt version of a multi-agent content pipeline (planner → copywriter → editor → poster generation).

spring_text_image_EN – English prompt version of the same workflow structure, adapted for broader international usage.

spring_3d – A simplified 3D scene generation workflow that outputs Blender Python scripts for Spring Festival themed scenes.
2026-02-13 15:49:08 +08:00
Yufan Dang
8a7b5ca215
Merge pull request #533 from LaansDole/feature/add-loop-timer
Feature/add loop timer
2026-02-12 15:57:29 +08:00
Do Le Long An
913ff43104
Merge branch 'OpenBMB:main' into feature/add-loop-timer 2026-02-11 18:46:07 +07:00
Shu Yao
4a6ee25d79
Merge pull request #532 from LaansDole/feat/tooltip-enhancement
Feat: tooltip enhancement
2026-02-11 11:38:19 +08:00
laansdole
5e2746600d feat: move enable help tooltips default true to setting 2026-02-10 23:12:07 +07:00
ylo878
e304939bdb Update Makefile
Fix make help FileNotFoundError
2026-02-10 14:53:12 +02:00
laansdole
7807e5a652 feat: move duration as enum option 2026-02-10 16:23:42 +07:00
Do Le Long An
73bfdd0f80
Merge branch 'main' into feature/add-loop-timer 2026-02-10 16:06:15 +07:00
laansdole
8119391cd5 feat: no tooltip shown on custom node 2026-02-10 15:44:57 +07:00
Do Le Long An
1dad0197cd
Merge branch 'OpenBMB:main' into feat/tooltip-enhancement 2026-02-10 15:24:17 +07:00
Yufan Dang
85b8d25d43
Merge pull request #537 from zxrys/feature/add-contributor
docs: add zivkovicp to contributors list
2026-02-10 15:12:11 +08:00
Shu Yao
1c1ee31105 docs: add zivkovicp to contributors list 2026-02-10 12:36:26 +08:00
Shu Yao
b8b069373d
Merge pull request #536 from zivkovicp/feature/docker-support
feat: add optional Docker setup for local development
2026-02-10 12:32:16 +08:00
Petar Zivkovic
06a601359c fix: removed duplicate CORS middleware 2026-02-09 16:57:50 +01:00
Petar Zivkovic
4ee154dee3 update: remove production-like settings from Docker to focus on local use 2026-02-09 16:52:02 +01:00
Petar Zivkovic
b3a22b4fbd fix: fix websocket connection issue in BatchRunView 2026-02-09 16:47:24 +01:00
Petar Zivkovic
83a7c36f3b fix: resolve runtime issues in Docker environment 2026-02-09 16:47:20 +01:00
Petar Zivkovic
d60bb77bf0 add: Docker support with multi-stage build and Compose 2026-02-09 16:45:09 +01:00
Do Le Long An
8026bf3277
Merge branch 'OpenBMB:main' into feature/add-loop-timer 2026-02-08 22:02:30 +07:00
Do Le Long An
d9a20e5855
Merge branch 'OpenBMB:main' into feat/tooltip-enhancement 2026-02-08 22:02:20 +07:00
Yufan Dang
c964a3fadd
Merge pull request #528 from zxrys/feature/add-contributor
upgrade: add LaansDole to the contributor list
2026-02-08 22:49:42 +08:00
Do Le Long An
4c59283a9d chores: refactor 2026-02-08 17:42:48 +07:00
laansdole
ca2174a053 feat: loop_timer node docs 2026-02-08 17:26:15 +07:00
laansdole
9c3df14fa7 feat: finalize demo loop timer 2026-02-08 17:15:13 +07:00
laansdole
9031b4d9ee fix: loop timer demo 2026-02-08 11:46:03 +07:00
Do Le Long An
fd78de2502
Merge branch 'OpenBMB:main' into feature/add-loop-timer 2026-02-08 11:25:51 +07:00
laansdole
eba9d89b66 chores: refactor 2026-02-08 11:10:57 +07:00
laansdole
7445213329 chores: refactor 2026-02-08 11:02:30 +07:00
laansdole
485e33f91f feat: scroll to content in tutorial view 2026-02-08 11:00:51 +07:00
laansdole
53870bd6f0 feat: wrapping nodes with tooltip content 2026-02-08 10:59:22 +07:00
laansdole
b3b7376ef2 feat: add help content to tooltip 2026-02-08 10:56:56 +07:00
laansdole
e8e12f7b2c feat: rich tooltip component 2026-02-08 10:53:59 +07:00
laansdole
e0890eec68 chores: refactor gha name 2026-02-08 10:46:03 +07:00
laansdole
4127ae42fb fix: missing system dependencies install in gha 2026-02-08 10:43:31 +07:00
ylo878
1735b9b799 fix: improve Windows compatibility for Makefile and sync tools
This PR provides full cross-platform support (Windows/macOS/Linux) for the development environment.
Key Changes
Makefile: Refactored dev and stop targets using cross-env and kill-port to support PowerShell/CMD.
Compatibility: Replaced Unix-specific grep/awk in the help target with a Python one-liner.
Bug Fix: Added encoding='utf-8' to tools/sync_vuegraphs.py to prevent charmap decode errors on Windows systems.
Dependencies: Added necessary dev-tools to package.json files to ensure a seamless "clone and run" experience.
2026-02-08 03:37:52 +02:00
Shu Yao
aba552c05e fix: add libcairo2-dev and pkg-config to GitHub Actions 2026-02-07 19:07:22 +08:00
Shu Yao
67530ae608 upgrade: add LaansDole to the contributor list
fix: add instructions on using the make command to the Chinese README.
2026-02-07 18:59:00 +08:00
Shu Yao
5119d63817
Merge pull request #519 from LaansDole/main
Feat/Dev tools enhancement
2026-02-07 18:29:21 +08:00
laansdole
b56e89313e fix: Correct loop structure in demo_loop_timer.yaml
Key fixes:
- Add proper trigger edges: Critic -> Timer Gate with trigger=true
- Add feedback loop: Timer Gate -> Writer with trigger=true
- Remove incorrect Writer -> Critic -> Timer Gate -> Writer pattern
- Follow ChatDev_v1 loop pattern: input -> gate (trigger) -> gate -> output (trigger)
- Start both branches simultaneously in start nodes

This ensures the timer gates are properly triggered and loops execute correctly.
2026-02-07 13:11:52 +07:00
laansdole
f7ece916ce fix: Correct YAML format in demo_loop_timer.yaml
- Remove invalid 'version' field
- Restructure to match DevAll YAML schema (graph at top level)
- Move start/end nodes to end of graph block
- Validation now passes: 'Workflow OK. Design is valid.'
2026-02-07 13:08:43 +07:00
laansdole
1abf173a14 refactor: Merge loop_timer demos and extend duration
- Merge demo_loop_timer.yaml and demo_loop_timer_passthrough.yaml into single comprehensive demo
- Create dual-branch workflow demonstrating both standard and passthrough modes side-by-side
- Increase duration from 5 seconds to 2 minutes for better demonstration
- Update YAML_FORMAT_QUICK_GUIDE.md with detailed mode explanations and demo reference
- Update tasks.md in add-loop-timer proposal to reflect demo improvements
- Remove duplicate demo_loop_timer_passthrough.yaml file
2026-02-07 12:55:52 +07:00
laansdole
42cd389d59 feat: Add loop_timer node for time-based loop control
- Add LoopTimerConfig with duration units support (seconds/minutes/hours)
- Implement LoopTimerNodeExecutor with standard and passthrough modes
- Register loop_timer node type in builtin_nodes.py
- Update documentation (execution_logic.md, YAML_FORMAT_QUICK_GUIDE.md)
- Add demo workflows for both modes

Closes: add-loop-timer change proposal
2026-02-07 12:27:29 +07:00
laansdole
7ca6084484 Add .worktrees/ to .gitignore for git worktree support 2026-02-07 10:58:49 +07:00
laansdole
9b3a517b7a feat: validate YAML gha 2026-02-07 10:46:35 +07:00
laansdole
40ac5f8c16 chores: improve docstring 2026-02-07 10:45:19 +07:00
Do Le Long An
6d1aa211fe
Merge branch 'OpenBMB:main' into main 2026-02-06 18:13:00 +07:00
Yufan Dang
f0a18defbd
Merge pull request #525 from zxrys/feature/Spring-Festival
fix: websocket disconnect problem
2026-02-05 22:09:35 +08:00