crazyyanchao / llmcompiler

LLMCompiler is an Agent Architecture designed to speed up the execution of agent tasks by executing them quickly in the DAG. It also saves the cost of redundant token use by reducing the number of calls to the LLM.
Apache License 2.0
18 stars 3 forks source link

Issues with latest version of langraph and langchain #8

Open rollymaduk opened 2 months ago

rollymaduk commented 2 months ago

Nice work, I tried to implement llmcompiler as a node for langraph using the latest versions but there seems to be an issue with pydantic and breaking changes with latest version of langchain. How can you help , thanks

crazyyanchao commented 1 month ago

@rollymaduk I will add this upgrade to my TODO list, stay tuned.