一键导入
draft-issue
// Draft GitHub issues for kagenti/adk. Use when the user wants to report a bug, request a feature, or draft a general GitHub issue.
// Draft GitHub issues for kagenti/adk. Use when the user wants to report a bug, request a feature, or draft a general GitHub issue.
Wraps existing Python agent as Kagenti ADK service using kagenti-adk with minimal compatibility changes and no business-logic rewrites. Use when migrating, wrapping, or deploying an existing plain Python or framework-based agent to Kagenti ADK; not for non-Python runtimes or building new agent from scratch.
Creates custom TypeScript UIs for Kagenti ADK agents using the @kagenti/adk SDK and A2A protocol. Use when building a custom frontend, chat interface, or interactive UI for an existing Kagenti ADK agent; not for wrapping Python agents or building agents themselves.
Instructions for debugging adk-server during development
Helps generate release notes to be published on GitHub as well as in a Slack community channel
| name | draft-issue |
| description | Draft GitHub issues for kagenti/adk. Use when the user wants to report a bug, request a feature, or draft a general GitHub issue. |
Your goal is to draft GitHub issue in form of markdown that user can easily file. Drafting issue can be iterative process, so you might need to ask user for refinements.
bug_report.md for bugsfeature_request.md for features---
title: "Add Hello World button to login page"
labels: ["enhancement", "ui"]
---
**Is your feature request related to a problem? Please describe.**
Users don't have a chance to test buttons, this proposal adds empty Hello World button that serves as a testing component for users who are willing to test the app.
**Describe the solution you'd like**
Add new button with title 'Hello World' right next to the Login button (on the right)
**Describe alternatives you've considered**
Add Hello World automatic alert when page loads, but it's too disturbing.
**Additional context**
This is a testing feature, solely for illustration purposes.