#config schema

1 messages · Page 1 of 1 (latest)

whole mirage
#

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

wheat kettle
#

Hi @whole mirage, apologies for the late response here.

#

I know we have a ticket for this but let me check on the status for you

whole mirage
#

thank you Nathan. I would love to follow up more on this