mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-09-11 12:55:41 +00:00
- new get_flow_status / stop_flow / submit_flow_input / patch_flow_subtasks tools in assistant executor, backed by FlowWorker callbacks - flowStatusTool supports 5 detail levels with verbose mode, polling for task readiness, and per-size summarization - summarizer LRU cache (1000 entries, 4 h TTL, SHA-256 key) on flowProvider to skip redundant LLM calls - updated assistant.tmpl with full flow management protocol: state reference, decision guide, constraints - updated flow_execution.md with terminal timeout config, new tools, and cache