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

**Describe the bug** When I open the frontend and enter a prompt in the chatbox, it displays a “fetch failed” error. In the developer console, the error appears under useChat.useAsyncCallback[runChatCompletion]....

**Describe the bug** Loading evaluation results for a particular eval case fails if the trajectory check does not pass. **To Reproduce** **Example Agent** ``` from google.adk.agents import Agent def commerce_system(request:...

Web UI now shows thought text and response text in the same bubble with no differentiation. This is a regression.

**Describe the bug** This problem is related to the main bug submitted as #3291. After getting the described error it becomes visible in the trace, as can be seen in...

The **google-adk==1.18.0** pip package has a typo in the web ui, the Edit workflow icon's tooltip displays: `Thia gent was not built by builder`

This PR introduces a comprehensive visual builder for ADK agents with the following features: ## Core Features - Visual workflow designer for agent creation - Support for multiple agent types...

ready to pull

Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Removes `vite` [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=6.3.6&new-version=)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies
javascript

**Problem Summary** When using Google Cloud ADK Web UI, tool function results are not displaying in the main chat interface despite functions executing successfully. Results are only visible in the...

In the runtime config, there is [max_llm_calls](https://google.github.io/adk-docs/runtime/runconfig/#max_llm_calls) setting. There is no mechanism to propagate this to RunConfig in the [adk web server](https://github.com/google/adk-python/blob/d327538724f505480c9f764c61d59eee0da92b5c/src/google/adk/cli/adk_web_server.py#L1375-L1399). It would be nice to have a way...