Heiko Hotz
Heiko Hotz
### File Name gemini/multimodal-live-api/websocket-demo-app/frontend/script.js ### What happened? The proxy URL is incorrect. For local setup it probably should be `const PROXY_URL = "ws://localhost:8080";` The Cloud Run option describes how to...
# Pull-Request Template Thank you for your contribution! Please provide a brief description of your changes and ensure you've completed the checklist below. ## Description What does this PR do?...
**Describe the bug** Providing `code_location` in `**kwargs` of method `create_model()` in class `HuggingFace` throws an error message. **To reproduce** * Run notebook https://github.com/huggingface/notebooks/blob/main/sagemaker/01_getting_started_pytorch/sagemaker-notebook.ipynb * After `estimator.fit()`, call `create_model()` and provide...
This pull request introduces the FormAgent, a new specialized agent that demonstrates the extensibility of the core BrowserAgent framework. The FormAgent is designed specifically for filling out web forms by...
# Description This pull request introduces a new evaluation harness designed to bridge the gap between agents built with Google's Agent Development Kit (ADK) and the Tau2 Bench evaluation framework....
This sample uses ADK plugins to implement various layers of security guardrails.