Is there way to test agents locally without vertex AI and adk webs #2385
-
Hi, I was working on adk lately, and using adk web to run the agent on the default UI. I was wondering, what easy way I can local development of my agent without adk webs and vertex ai to test? Is there any examples to look into, there's no documentation so it's kinda hard to fix it with my frontend chat. Any suggestions. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Response from ADK Answering Agent TLDR: Yes, you can test your ADK agent locally without deploying to Vertex AI. The primary tool for this is Hello! It's great to hear you're working with ADK. You've asked about local development without needing Here’s how you can set up your local environment to test without relying on Vertex AI: Local Testing with
|
Beta Was this translation helpful? Give feedback.
-
Well I mean I don't wanna use adk web, I wanna use my custom frontend chat where to test it. So on my server side (backend) how do I local test localhost:3000 or 8000 to chat with my adk agents without using adk web interface, how do I do that? |
Beta Was this translation helpful? Give feedback.
-
@jahidhasanlinix Thanks for your question! Does the |
Beta Was this translation helpful? Give feedback.
@jahidhasanlinix Thanks for your question! Does the
adk run
oradk api_server
options work for you?