Hi guys, I want to follow up on a previous request about configschema.
In LangGraph it is possible to define configSchema, which is different from stateSchema as configSchema is immutable at run time.
I feel like without configschema there are potentially too many issues where user can modify state that they should not (doing sql injection, among other things)
I have already implemented CoAgents in my frontend, everything is ready to go when we actually can pass configSchema (such as bearer token for api cal, user_id and email) but without it CoAgents will remain an MVP example for us and not production ready