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

Doesn't open in Langgraph Studio #12

Open
FellowTraveler opened this issue Aug 4, 2024 · 1 comment
Open

Doesn't open in Langgraph Studio #12

FellowTraveler opened this issue Aug 4, 2024 · 1 comment

Comments

@FellowTraveler
Copy link

image

studio_log.txt

@FellowTraveler
Copy link
Author

Here's the langgraph.json file and the requirements.txt
NOTE: I had to remove the version numbers from requirements.txt to get it as far as it did. Otherwise it craps out sooner.

(meta_expert_env) meta_expert % cat langgraph.json 
{
  "python_version": "3.11",
  "dockerfile_lines": [],
  "dependencies": [
    "."
  ],
  "graphs": {
      "jar3d": "./agents/jar3d.py:workflow"
  },
  "env": ".env"
}
(meta_expert_env) meta_expert % cat requirements.txt 
langchain-core
langgraph
langchain-community
langchain-openai
beautifulsoup4
termcolor
chainlit
colorlog
fake-useragent
playwright
pypdf
llmsherpa
fastembed
faiss-cpu
FlashRank
(meta_expert_env) meta_expert % 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant