Add Wiener Linien API integration and departures monitoring

This commit is contained in:
2026-05-10 17:19:24 +02:00
parent c0f34b9e2a
commit 7901368971
20 changed files with 1746 additions and 197 deletions
+15
View File
@@ -0,0 +1,15 @@
[
{
"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"
}
]