Skip to main contentOrchestration (or Routing) determines how the agent decides which capability (Action or Subagent) to use for a given request. Navigate to the Configuration tab in the Portal to manage these settings.
Routing Modes
Maitai supports two primary ways to handle orchestration:
- Flexible (LLM): The agent uses an LLM to intelligently select the best tool based on the user’s intent, the agent’s state, and the available capabilities.
- Deterministic (Rules): Use specific logic-based rules to route requests to specific targets. This is ideal for high-precision workflows where behavior must be strictly controlled.
Orchestration Instructions
Provide additional guidance that the LLM uses specifically during the routing phase. These instructions help the agent weigh different capabilities and make the right decision when user intent is ambiguous.
Next