langgraph_agent_toolkit.helper.constants.get_default_agent()[source][source]

Get the current default agent name.

Return type:

str

langgraph_agent_toolkit.helper.constants.set_default_agent(agent_name)[source][source]

Set the runtime default agent name.

Parameters:

agent_name (str)

Return type:

str