ADK Callbacks to MAF Executors

ADK orchestration callbacks ported to MAF WorkflowBuilder executors where you own the loop — a start executor routing messages through agent-executor nodes and edges you control

ADK Callbacks to MAF Executors ADK orchestration callbacks ported to MAF WorkflowBuilder executors where you own the loop — a start executor routing messages through agent-executor nodes and edges you control 01 / WorkflowBuilder 02 / Agent executors Start Executor · entry node · WorkflowBuilder · you own Start Executor entry node you own Router · edges you control · WorkflowBuilder · no callbacks Router edges you control no callbacks Finish · final output · WorkflowBuilder Finish final output Agent Exec A · ported agent · Agent executors Agent Exec A ported agent Agent Exec B · ported agent · Agent executors Agent Exec B ported agent done iterate Legend User UI Agent logic Policy Tool action Context / trace

You Own the Loop

  • • A start executor is the entry node
  • • Edges are yours, not framework callbacks
  • • Control flow is explicit in the graph

Ported Executors

  • • ADK agents become MAF agent-executor nodes
  • • The router dispatches to the right executor
  • • Callbacks turn into routed edges

Iterate

  • • An executor can send control back to the router
  • • The loop is data on edges, not hidden hooks
  • • Termination reaches an explicit finish node