Discover and explore top open-source AI tools and projects—updated daily.
Agent development and debugging UI
Top 89.5% on SourcePulse
Agent Development Kit Web (ADK Web) provides a built-in developer UI for Google's Agent Development Kit (ADK), simplifying agent development and debugging. It targets developers building AI agents, offering a more streamlined, software-development-like experience for creating, deploying, and orchestrating agentic architectures, from simple tasks to complex workflows.
How It Works
ADK Web integrates with the ADK framework, which is designed to be model-agnostic and deployment-agnostic, promoting compatibility with other frameworks. The core advantage lies in its approach to making agent development more akin to traditional software development, facilitating easier management of agentic architectures.
Quick Start & Requirements
adk-web
repository. Install Node.js, npm, and Angular CLI. Install the google-adk
Python and Java packages.google-adk
(Python), google-adk
(Java).sudo npm install
. Run the UI with npm run serve --backend=http://localhost:8000
. The ADK API server must be run concurrently in another terminal using adk api_server --allow_origins=http://localhost:4200 --host=0.0.0.0
. Access the UI at localhost:4200
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
23 hours ago
Inactive