Creates an orchestration flow using Flow. Provided for backward compatibility.
create_orchestration(
session,
model,
registry = NULL,
max_depth = 5,
max_steps_per_agent = 10,
...
)A Flow object.
A session object.
The default model ID.
Optional AgentRegistry.
Maximum delegation depth. Default 5.
Maximum ReAct steps per agent. Default 10.
Additional arguments.