Closed shelltea closed 1 month ago
To run this project, you'll need LangGraph Studio. There are three ways to do this:
To run this project, you'll need LangGraph Studio. There are three ways to do this:
- Run LangGraph Studio locally (available only on macOS).
- Use a LangSmith plus plan (the free plan won’t work, but if you already have a plus plan, you can use that).
- Create your own API using a framework like FastAPI, Django, or similar. (Haven't tried this not sure if it will really work or not.)
Thank you for your support. I believe the issue is related to LangGraph. I am using a Windows computer and do not have a LangSmith plus plan.
@snifhex - Thanks for your comment here. I'm still coming up to speed on all of the LangChain/LangGraph tooling. Is there a reason why LangGraph Studio itself is necessary? From what I read here, it looks like its an "IDE" of sorts for LangGraph. Why doesn't it just require LangGraph itself (which, I'm thinking, is the "runtime")?
Am I completely off base here?
Cheers!
@bedney LangGraph studio is a desktop app, but the app will spin up a full API server & database you can connect to on localhost to interact with your app. So yes, it acts as an IDE, but also exposes a server to interact with your app programmatically, the same way LangGraph Cloud exposes a full API server to interact with (with Cloud being intended for production/connections outside of your local machine, and Studio being for local).
@shelltea for now, the only way to run this is either by using LangGraph Studio on Mac, or upgrading your LangSmith plan to get access to Cloud. We are however working on making it easier to run on Windows/Linux locally, but this won't be ready for a couple weeks.
@bedney LangGraph studio is a desktop app, but the app will spin up a full API server & database you can connect to on localhost to interact with your app. So yes, it acts as an IDE, but also exposes a server to interact with your app programmatically, the same way LangGraph Cloud exposes a full API server to interact with (with Cloud being intended for production/connections outside of your local machine, and Studio being for local).
Brace -
Thanks for your quick answer!
Is there an intent at some point to have (let's call it) "LangGraph Server" separate from the IDE so that we can run it on our own server in our own cloud without running the IDE there, which would be useless in a production environment?
Sorry, I won't hijack this bug anymore with basic questions ;-).
@bedney this already exists via LangGraph Cloud! (as for running on your own servers, we offer self hosting on your cloud for enterprise customers)
Thanks for the update, @bracesproul! I'll wait for the Windows version and close this issue for now. Looking forward to giving it a try in a few weeks!
I am using a Windows computer for local deployment. Is the error due to configuration?