Orchestrate multi-agent interactions using the ReAct pattern
masterSlickflow supports multi-agent orchestration using the ReAct (Reason → Act → Observe) loop. Each Agent node runs an autonomous loop:
- Reason: Analyzes the task and available tools.
- Act: Calls a registered tool (API, sub-agent, etc.).
- Observe: Receives the tool result and decides the next step.
Agents use AgentConversationMemory to maintain per-session dialogue history across turns.