Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (executor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
executor
executor is a local AI executor with a CLI, a local API server, and a web UI.
It installs as a user command, starts a single local background server, and serves both the API and frontend from that local process.
Install
npm install -g executorUse
executor doctor --json
executor up
executor status --json
executor downWhat it does
- installs a local
executorcommand - stores local app data in standard user directories
- starts one local daemon process
- serves the local API and UI together