You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement workflow and dispatch rule registries with system workflows and rules
- Added WorkflowRegistry to manage workflow registration and loading
- Created DispatchRuleRegistry to handle dynamic dispatch rule management
- Implemented system workflows for games, chat, and system commands
- Added dispatch rules for various interaction types (prefix, keyword, regex)
- Created new workflow factories for game and system workflows
- Introduced new blocks for dice rolling, gacha simulation, and help generation
- Enhanced main.py with container initialization and workflow/rule loading
0 commit comments