Pretor/pretor/core/workflow
朝夕 5eab42758b
feat: Make skill individuals directly accessible to consciousness node (#54)
- Added `available_skills` to `ConsciousnessNodeDeps` and `ForWorkflowEngineInput`.
- Updated `WorkflowRunningEngine` to retrieve all available skills from `GlobalStateMachine` and pass them during `ForWorkflowEngineInput` creation.
- Updated `ConsciousnessNode` to dynamically inject these skills into the system prompt. This allows the AI to correctly insert `skill_individuals` into `PretorWorkflow` steps (as tools for `composite_individual` or `primary_individual`).

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: zhaoxi826 <198742034+zhaoxi826@users.noreply.github.com>
2026-04-28 17:45:15 +08:00
..
workflow_template_generator wip: 增加了skill_manager 2026-04-17 12:36:36 +08:00
__init__.py wip:更新版权 2026-04-10 10:50:25 +08:00
workflow.py fix: 修复了字段名bug 2026-04-26 21:37:20 +08:00
workflow_docs.md wip:对于api接口进行了完善,完善了global_state_machine(全局状态机),进行了大规模重构 2026-04-08 22:09:54 +08:00
workflow_runner.py feat: Make skill individuals directly accessible to consciousness node (#54) 2026-04-28 17:45:15 +08:00
workflow_template_manager.py [feature integration] frontend dashboard and API endpoints (#19) 2026-04-24 09:12:12 +08:00