Learn R Programming

aisdk (version 1.1.0)

create_orchestration: Create Orchestration Flow (Compatibility Wrapper)

Description

Creates an orchestration flow using Flow. Provided for backward compatibility.

Usage

create_orchestration(
  session,
  model,
  registry = NULL,
  max_depth = 5,
  max_steps_per_agent = 10,
  ...
)

Value

A Flow object.

Arguments

session

A session object.

model

The default model ID.

registry

Optional AgentRegistry.

max_depth

Maximum delegation depth. Default 5.

max_steps_per_agent

Maximum ReAct steps per agent. Default 10.

...

Additional arguments.