http config not valid if outside the agents directory #4

Closed
opened 2026-02-16 08:16:54 -05:00 by yindo · 1 comment
Owner

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:

/src
  agents
  tools/api/app.py 
langgraph.json 

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?

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: ``` /src agents tools/api/app.py langgraph.json ``` 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?
yindo closed this issue 2026-02-16 08:16:54 -05:00
Author
Owner

@laurauzcategui commented on GitHub (Mar 2, 2025):

Closing, as It was my mistake, I was using the wrong version of langchain :)

@laurauzcategui commented on GitHub (Mar 2, 2025): Closing, as It was my mistake, I was using the wrong version of langchain :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph-fullstack-python#4