agcodex-linux-sandbox
This crate is responsible for producing:
- a
agcodex-linux-sandboxstandalone executable for Linux that is bundled with the Node.js version of the AGCodex CLI - a lib crate that exposes the business logic of the executable as
run_main()so that- the
agcodex-execCLI can check if its arg0 isagcodex-linux-sandboxand, if so, execute as if it wereagcodex-linux-sandbox - this should also be true of the
agcodexmultitool CLI
- the