16 lines
344 B
JSON
16 lines
344 B
JSON
[
|
|
{
|
|
"label": "Run Wiener Linien agent loop",
|
|
"command": "python",
|
|
"args": [
|
|
"ttl_agent_gemma4.py",
|
|
"--workspace", "/home/fegger/Code/TimeToLeave",
|
|
"--run-until-done"
|
|
],
|
|
"cwd": "$ZED_WORKTREE_ROOT/agent_loop",
|
|
"use_new_terminal": true,
|
|
"allow_concurrent_runs": false,
|
|
"reveal": "always"
|
|
}
|
|
]
|