{
"dependencies": ["."],
"graphs": {
"agent": "./src/react_agent/graph.py:graph"
},
"http": {
"app": "./src/react_agent/webapp/app.py:app"
},
"auth": {
"path": "./src/react_agent/auth/auth.py:auth"
},
"env": ".env"
}
When running the server locally, auth is respected. When deploying to platform, I see the auth type still gets set to “langsmith” and only accepts x-api-key authentication scheme. Interestingly, the custom webapp gets picked up correctly.
Any thoughts here?