Expand description
This module is the orchestrator of the plugin execution.
- Initiates a socket connection to the relayer server - socket.rs
- Executes the plugin script - script_executor.rs
- Sends the shutdown signal to the relayer server - socket.rs
- Waits for the relayer server to finish the execution - socket.rs
- Returns the output of the script - script_executor.rs