Pretor/pretor/core
朝夕 d713bd1b30
Fix workflow scheduling for Skill Individuals and LeftPanel polling (#57)
- Update `workflow_runner.py` to retrieve `Skill Individual` items with their real `agent_id` rather than names, preventing assignment mismatches when routing via `WorkerCluster`.
- Update `ConsciousnessNode` prompts to strictly instruct the LLM to output real `agent_id`s in `agent_id` workflow fields.
- Update `WorkStep` schemas to reflect the requirement of `agent_id`.
- Add a 2-second polling interval in the frontend `LeftPanel.tsx` to automatically update the workflow list state rather than fetching only once upon tab selection.

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-29 09:07:41 +08:00
..
api wip: 修复了serve的部分bug 2026-04-24 12:48:17 +08:00
database Refactor Agent Tool Assignments to Database-Driven Static Loading (#45) 2026-04-28 03:53:33 +08:00
global_state_machine feat: 修复了一些bug 2026-04-28 21:04:40 +08:00
individual Fix workflow scheduling for Skill Individuals and LeftPanel polling (#57) 2026-04-29 09:07:41 +08:00
workflow Fix workflow scheduling for Skill Individuals and LeftPanel polling (#57) 2026-04-29 09:07:41 +08:00
__init__.py wip:更新版权 2026-04-10 10:50:25 +08:00