mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[PR #292] [MERGED] docs: explain assistant flow management for active flows #301
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/pentagi/pull/292
Author: @mason5052
Created: 4/28/2026
Status: ✅ Merged
Merged: 4/30/2026
Merged by: @asdek
Base:
feature/next-release← Head:codex/issue-192-assistant-flow-management-docs📝 Commits (1)
9666cf3docs: explain assistant flow management📊 Changes
1 file changed (+9 additions, -0 deletions)
View changed files
📝
README.md(+9 -0)📄 Description
Summary
Problem
Issue #192 shows that users want a safe way to influence an in-progress automation. The implementation direction has shifted away from an in-memory queue and toward explicit assistant-side flow management tools, but that workflow is still hard to discover from the main README.
Solution
Add a short user-facing section to the first-use guide that explains when to open the Assistant view for the same flow and what kinds of changes it is appropriate to make there.
User Impact
Users get a clearer path for steering an active flow without assuming PentAGI uses a hidden background queue. This should reduce confusion around how to redirect or clarify an automation run after it has already started.
Test Plan
backend/docs/flow_execution.mdgit diff --check🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.