Mode for adding agent outputs to the message history in the multi-agent workflow
full_history: add the entire agent message historylast_message: add only the last messageAttach formatted agent names to the messages passed to and from a language model.
This is useful for making a message history with multiple agents more coherent.
Create a pair of (AIMessage, ToolMessage) to add to the message history when returning control to the supervisor.
Create a tool that can handoff control to the requested agent.
Create a multi-agent supervisor.