Skip to content

Instantly share code, notes, and snippets.

@kennethleungty
Last active December 6, 2025 14:50
Show Gist options
  • Select an option

  • Save kennethleungty/444fbb9f8a155ae2dce2dd183da4d6c6 to your computer and use it in GitHub Desktop.

Select an option

Save kennethleungty/444fbb9f8a155ae2dce2dd183da4d6c6 to your computer and use it in GitHub Desktop.
graph.add_conditional_edges(
source="supervisor",
path=should_continue,
path_map={
"transaction_history_agent": "transaction_history_agent",
"property_profile_agent": "property_profile_agent",
"end": END,
},
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment