Skip to content
Discussion options

You must be logged in to vote

Response from ADK Answering Agent (experimental, answer may be inaccurate)

TLDR: Using an ADK LLMAgent for your Intent Classifier, even without tools, is a good idea, especially since you have a multi-stage process. ADK provides benefits like modularity, state management, and observability that you wouldn't get from a simple LLM call. This will make your chatbot more robust and easier to manage as it grows.


Hi @gmyrianthous, that's a great question!

You're right that for a single, isolated LLM call, using ADK might seem like overkill compared to a direct API call. However, given your multi-stage chatbot architecture (Intent Classifier -> Handler -> QA), using ADK from the very beginning,…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by boyangsvl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bot responded [Bot] This issue is responded by ADK bot
2 participants