Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The graph named default_flow is always visible in the studio even if no graphs are configured with that name #168

Open
bselleslagh opened this issue Oct 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bselleslagh
Copy link

bselleslagh commented Oct 22, 2024

In the LangGraph Studio application, a graph named default_flow is always visible, even if no graphs are configured with that name in the project. In the example below, I have two configured graphs (default_llm_demo and local_slm_demo), but the default_flow graph still appears in the Studio:

{
  "dependencies": ["."],
  "graphs": {
    "default_llm_demo": "./src/my_demo_app/graphs/default_llm_demo.py:default_llm_demo",
    "local_slm_demo": "./src/my_demo_app/graphs/local_slm_demo.py:local_slm_demo"
  },
  "env": ".env"
}

Expected behavior:
Only the explicitly configured graphs should be visible in the Studio.

@dqbd dqbd added the bug Something isn't working label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants