Nested Team (Team → Team → Agent) with HITL: how to trigger top-level leader synthesis after acontinue_run? #7934
denizmatsu
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Agno team 👋
I'm building a product where end-users compose their own sub-teams (with their own agents) and those sub-teams are added as members of a system-managed top-level team. I'm trying to find the idiomatic Agno-native way to handle HITL in this nested setup and would love some guidance.
Architecture
What I want to happen
acontinue_runruns → tool executes ✓TeamRunContentEventwithteam_id="TopLeader", noagent_id) — e.g. "✓ Sent to Telegram." — streamed to the user ✗Step 5 is what I can't get working. After resume I only see
AgentToolStarted/CompletedEventfrom the member, thenRunCompleted— no leader synthesis.Minimal repro
Agno 2.6.6, Python 3.11, PostgresDb-backed sessions.
Observed event stream after resume
No
TeamRunContentEventfromtop-leader.What I'm asking
arun()on the top leader manually with the member result as context?Beta Was this translation helpful? Give feedback.
All reactions