assafelovic / gpt-researcher

GPT based autonomous agent that does online comprehensive research on any given topic
https://gptr.dev
MIT License
13.06k stars 1.61k forks source link

WIP: add langgraph deploy #501

Closed hwchase17 closed 1 month ago

hwchase17 commented 1 month ago

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