mirror of
https://github.com/langchain-ai/langgraph-fullstack-python.git
synced 2026-08-27 02:21:17 -04:00
http config not valid if outside the agents directory #4
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 @laurauzcategui on GitHub (Mar 2, 2025).
I'm working on building an agent but also I have a FastAPI endpoint to process certain data related to Threads, my directory structure is:
It turns out if I run : langgraph dev --no-browser , the server startup correctly but doesn't detect the custom routes from tools, even though they are defined in the langgraph.json
Is the HttpConfig restricted to the agent?
@laurauzcategui commented on GitHub (Mar 2, 2025):
Closing, as It was my mistake, I was using the wrong version of langchain :)