adk-web icon indicating copy to clipboard operation
adk-web copied to clipboard

Agent Development Kit Web (adk web) is the built-in developer UI that is integrated with Agent Development Kit for easier agent development and debugging.

Results 128 adk-web issues
Sort by recently updated
recently updated
newest added

**Context and Purpose:** This PR automatically remediates a security vulnerability: - **Description:** Detected the use of `bypassSecurityTrustHtml`. This can introduce a Cross-Site-Scripting (XSS) vulnerability if this comes from user-provided input....

This PR implements a comprehensive theme toggle system that allows users to switch between light and dark modes in the ADK Web UI, and includes extensive improvements to light mode...

ready to pull

I am a part of 5-Day AI Agents Intensive Course with Google and while completing Day 1 assignments I saw an issue with ADK Web UI. When hovering over the...

**Describe the bug** When launching the web interface using the adk web command, the theme is permanently set to dark mode, with no option to switch to a light theme....

This pull request corrects a small typo in the tooltip text for the edit icon in the `side-panel.component.html` file.

**BEFORE** When running `npm run serve --backend=http://localhost:8000`, there were a few warnings in the console: - sass deprecation warning in `style.scss` - Unused import in `chat-panel.component.ts` ------ **AFTER** Clean console

This PR fixes the issue where users couldn't restart audio/video streaming after stopping it in the same session. Previously, clicking the microphone icon after stopping would show an error "Restarting...

Currently whenever you deploy using either the `$adk` commands or using the `get_fast_api_app`, all users who test the application are all labeled as 'user' in the Session/Memory instances (with I...

Often I want to enforce a schema in the output from a subagent and save the output as a state variable, i.e. use both output_schema and output_key parameters in an...

** Please make sure you read the contribution guide and file the issues in the right place. ** [Contribution guide.](https://google.github.io/adk-docs/contributing-guide/) **Describe the bug** I am running an agent with ToolboxSyncClient....