mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Replace the `--docker` boolean flag with `--execution-env <local|docker|daytona>` to support three execution environments. The new `DaytonaExecutionEnvironment` uses the Daytona cloud sandbox SDK to run agent tools remotely, auto-cloning the current git repo into the sandbox via `gh auth token` credentials. Setup commands from TOML task configs now run inside the execution environment (via `exec_command` after `initialize()`) rather than locally, so they work correctly for both Docker and Daytona sandboxes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 306da8ff6de1
4 lines
No EOL
95 B
Text
4 lines
No EOL
95 B
Text
export ANTHROPIC_API_KEY=
|
|
export OPENAI_API_KEY=
|
|
export GEMINI_API_KEY=
|
|
export DAYTONA_API_KEY= |