-
Can I use langgraph with non-chat model and tools? I have a current implementation of legacy langchain agent with llm model, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
yes! langgraph is a very low level orchestration framework, so you can do whatever you want inside it. see https://langchain-ai.github.io/langgraph/concepts/faq/ |
Beta Was this translation helpful? Give feedback.
yes! langgraph is a very low level orchestration framework, so you can do whatever you want inside it. see https://langchain-ai.github.io/langgraph/concepts/faq/
It will involve a bit more prompt engineering, and most of the examples are with chat models so there may not be many examples, but you can absolutley use it