Skip to content

feat: Migrated to support LangGraph + LangChain v 1.0#13

Merged
martinmarroyo merged 1 commit intomainfrom
dev/feat/v0.2.0a0
Dec 22, 2025
Merged

feat: Migrated to support LangGraph + LangChain v 1.0#13
martinmarroyo merged 1 commit intomainfrom
dev/feat/v0.2.0a0

Conversation

@martinmarroyo
Copy link
Collaborator

This PR completes the migration from supporting LangGraph + LangChain < 1.0 to LangGraph + LangChain >= 1.0. It fully supports the latest stable release of these frameworks and adds some new features:

  • Users no longer need to wrap their LLM invocations in their nodes with the execute method. Instead, our graph overloads the invoke, ainvoke, stream, and astream methods to capture token usage. This enables a more seamless experience where users now only have to focus on instrumenting the graph itself
  • We emit an additional span that identifies the overall graph

These features have been tested locally and confirmed to work.

@martinmarroyo martinmarroyo merged commit 496bb65 into main Dec 22, 2025
0 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant