langgraph/tutorials/llm-compiler/LLMCompiler/ #742
Replies: 4 comments 1 reply
-
Thanks for the nice project! Could you please help me? |
Beta Was this translation helpful? Give feedback.
-
Hey! I am trying to use PlayWright browser tools with this LLMCompiler implementation. However,
Can you please help me? |
Beta Was this translation helpful? Give feedback.
-
This is a complete implementation of LLMCompiler, which has been verified for use in enterprise applications, welcome to use it and raise an issue! |
Beta Was this translation helpful? Give feedback.
-
Is this example up to date with the latest Chat Models from langchain? for task in planner.stream([HumanMessage(content=example_question)]):
print(task["tool"], task["args"])
print("---") ValueError: System message must be at beginning of message list. |
Beta Was this translation helpful? Give feedback.
-
langgraph/tutorials/llm-compiler/LLMCompiler/
Build language agents as graphs
https://langchain-ai.github.io/langgraph/tutorials/llm-compiler/LLMCompiler/
Beta Was this translation helpful? Give feedback.
All reactions