Skip to content

Conversation

@eyurtsev
Copy link
Collaborator

@eyurtsev eyurtsev commented Oct 20, 2025

Add conceptual docs for handoffs

@github-actions github-actions bot added langchain For docs changes to LangChain oss labels Oct 20, 2025
@github-actions
Copy link
Contributor

Preview ID generated: preview-eugene-1760992295-3339f36

2. It passes control (and state) to the **next agent**.
3. The **new agent** interacts directly with the user until it decides to hand off again or finish.
1. The **current agent** decides it needs to transfer control to another agent.
2. It updates a state variable (e.g., `active_agent`) using a tool that modifies the graph state.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't mention graph state potentially

@github-actions github-actions bot added python For content related to the Python version of LangChain projects ci labels Oct 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant