[GH-ISSUE #3484] [FEAT]: Desktop Script Execution Block #2250

Closed
opened 2026-02-22 18:28:50 -05:00 by yindo · 0 comments
Owner

Originally created by @timothycarambat on GitHub (Mar 17, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3484

What would you like to see?

On desktop, I should be able to specify a script execution block.
Params:

  • Language executable (string to /bin/bash, or powershell, or python exe, etc)
  • Location to script to execute
  • Run in background (eg: wait or do not wait for script to finish)

Will pipe stdout and stderr to the block output if running in foreground to the LLM, Otherwise we return static string response and continue.

Originally created by @timothycarambat on GitHub (Mar 17, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3484 ### What would you like to see? On desktop, I should be able to specify a script execution block. Params: - Language executable (string to /bin/bash, or powershell, or python exe, etc) - Location to script to execute - Run in background (eg: wait or do not wait for script to finish) Will pipe stdout and stderr to the block output if running in foreground to the LLM, Otherwise we return static string response and continue.
yindo added the enhancementfeature request labels 2026-02-22 18:28:50 -05:00
yindo closed this issue 2026-02-22 18:28:50 -05:00
yindo changed title from [FEAT]: Desktop Script Execution Block to [GH-ISSUE #3484] [FEAT]: Desktop Script Execution Block 2026-06-05 14:45:27 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2250