mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 12:37:04 -04:00
[GH-ISSUE #193] [Enhancement]: File uploads for Flows #76
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?
Originally created by @ThatServerGuy on GitHub (Mar 11, 2026).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/193
Originally assigned to: @asdek on GitHub.
Target Component
Core Services (Frontend UI/Backend API)
Enhancement Description
Add file upload support scoped to individual workflows, with files stored in a shared location accessible by everything the workflow spawns — the Assistant, Automation, and the container.
Requirements:
∙ Upload interface added to the workflow UI
∙ Shared storage mounted and accessible across all spawned functions (Assistant, Automation, Docker container)
∙ Files isolated and scoped to their parent workflow
∙ On workflow deletion, prompt user to archive or permanently delete associated files before removal is completed
Technical Details
No response
Designs and Mockups
No response
Alternative Solutions
No response
Verification