Skip to content
Discussion options

You must be logged in to vote

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

TLDR: The recommended ADK-compliant pattern is to run your TriggerAgent as a separate, standalone process (a "sidecar" or daemon) that communicates with your RootAgent via an API call (e.g., HTTP request).


Hello! That's an excellent question about designing a robust, real-time agentic system. Running a continuous, CPU-bound task alongside an asynchronous framework like ADK requires careful architecture to avoid blocking and maintain responsiveness. Here’s a breakdown of the recommended pattern and answers to your specific questions.

Recommended Design: Sidecar Process with API Communication

The most scalable and n…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by S4lem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants