Library and execution environment for AI agents and loops.
lelouch [options] <script> [args...]
| Option | Type | Defaut | Description |
|---|---|---|---|
| -u, --base-url | str | env(BASE_URL) | URL to OpenAI compatible API |
| -k, --api-key | str | env(API_KEY) | API_KEY of OpenAI compatible API |
| -m, --model | str | env(MODEL) | ID of the model to use |
| -U, --user | int | uid | ID of the sandbox user |
| -G, --group | int | gid | ID of the sandox group |
| -w, --workspace | path | . | Path of the workspace |
| --rebuild | - | - | Force to rebuild the sandbox |
| Variable | Description |
|---|---|
| BASE_URL | URL to OpenAI compatible API |
| API_KEY | API_KEY of OpenAI compatible API |
| MODEL | ID of the default model |
- docker: required to build sandbox (strongly recommended)