mirror of
https://github.com/langchain-ai/langgraph-bigtool.git
synced 2026-07-21 08:35:23 -04:00
How can I inject custom state schema or config schema? #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abrace-tech on GitHub (Jul 5, 2025).
I'm trying to use bigtool with tools that require access to the state and config, e.g., with signatures like:
I don't currently see a way to inject the state schema or config schema into the
create_agentfunction, like is possible increate_react_agentand for langgraph-supervisorcreate_supervisor. Is this feature planned? Any advice on how it could be implemented? Thanks!