-
Notifications
You must be signed in to change notification settings - Fork 858
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
Add support for custom graphs via langgraph-cli #333
base: main
Are you sure you want to change the base?
Conversation
7097d71
to
3ed53ff
Compare
compose.override.yml
Outdated
build: | ||
context: backend | ||
ports: | ||
- "8100:8000" # Backend is accessible on localhost:8100 | ||
depends_on: | ||
langserve: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is the langserve
container defined?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its provided by the langgraph cli
backend/pyproject.toml
Outdated
pyjwt = {extras = ["crypto"], version = "^2.8.0"} | ||
langchain-anthropic = "^0.1.8" | ||
langgraph-sdk = "^0.1.1" | ||
langgraph-cli = "^0.1.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The packages https://pypi.org/project/langgraph-sdk/ and https://pypi.org/project/langgraph-cli/ are missing metadata (the license information etc.).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
7d7894c
to
210f8e3
Compare
…checkpoint metadata score (#338) * Update functionality of thumbs up/down buttons in UI to update thread checkpoint metadata score. * Fix bugs with calling PATCH threads/<tid>/state API. * Update frontend to expose Self-Learning Assistant. * cr * Fix bug in backend to make sure that agent graph returns dict graph state. Update frontend so that agent API call send dict. * Call tool node should return dict. * Update API call for updating tool messages. * Restore functionality for sending feedback to LangSmith. * Remove Self-Learning assistant. * Small updates. --------- Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
855fca1
to
41c87b6
Compare
Hi @nfcampos thanks greatly for your work on this branch with the new version of langgraph-cli. Just wonder if there is any plan to merge this new architecture into master for us to allow us better use or adapt to new backend? Thanks and happy to know any possible future plans for opengpts project! |
Use any arbitrary state graph or message graph with opengpts through the API server created by langchain-cli.
langgraph.json
and point it to your custom graph, adding any needed dependencies