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

WIP: add langgraph deploy #501

Closed
wants to merge 0 commits into from
Closed

Conversation

hwchase17
Copy link
Collaborator

You can now deploy this with:

pip install -U langgraph-cli
langgraph up -c langgraph.json

See here for instructions on how to use once up: https://github.com/langchain-ai/langgraph-example

Is WIP because is lacking good instructions, and also I don't love how task is passed in, once at init and another at run time

@@ -2,7 +2,6 @@
import urllib
import uuid
import mistune
from md2pdf.core import md2pdf
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hwchase17 what's the reason for this?

@@ -0,0 +1,16 @@
from agents import ChiefEditorAgent
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hwchase17 wouldn't it be better to open the task.json file here?

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

Successfully merging this pull request may close these issues.

None yet

2 participants