Interface AgentExecutorEx


public interface AgentExecutorEx
Interface representing an Agent Executor (AKA ReACT agent). This implementation make in evidence the tools execution using and action dispatcher node
              ┌─────┐
              │start│
              └─────┘
                 |
              ┌─────┐
              │model│
              └─────┘
                |
          ┌─────────────────┐
          │action_dispatcher│
          └─────────────────┘_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
          |                 \              \                    \
       ┌────┐         ┌─────────────┐ ┌─────────────┐      ┌─────────────┐
       │stop│         │ tool_name 1 │ │ tool_name 2 │......│ tool_name N │
       └────┘         └─────────────┘ └─────────────┘      └─────────────┘