744 B
744 B
GSP Windows Agent Command Execution
Workspace reference: GSP-WORKSPACE.md
The Panel sends remote requests to the Windows agent. The agent translates those requests into local actions inside the Cygwin runtime.
Execution model
- Receive a panel request.
- Validate the request.
- Run the requested command or lifecycle action through the agent runtime.
- Capture output and exit status.
- Return the result to the Panel.
Common actions
- start / stop / restart servers
- install or update files
- inspect logs
- report process state
- run scheduled maintenance
Rule
Do not allow customer input to become arbitrary shell code. The agent should only execute validated, panel-generated requests.