runner: add --folder argument to allow file downloads

This commit is contained in:
Aleix Conchillo Flaqué
2025-10-08 19:10:47 -07:00
parent bea0aee835
commit 59217eae38
2 changed files with 76 additions and 10 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `--folder` argument to the runner, allowing files saved in that folder
to be downloaded from `http://HOST:PORT/file/FILE`.
- Added `GeminiLiveVertexLLMService`, for accessing Gemini Live via Google
Vertex AI.