William FH
William FH
Would be happy to review a PR by anyone who makes a reliable example of LATS with ollama or transformers or another OSS model provider!
What size model are you able to run locally? There still isn't _excellent_ multi-turn tool calling out of the box for most OSS models, though mixtral seems to be the...
Hi @linpan , tl;dr, each node can return a dictionary. If a key in the dictionary matches a key in the state, a state update will be performed. Other keys...
re: https://github.com/langchain-ai/langgraph/issues/78#issuecomment-1994836108 The reason explicit config passing is needed in python versions < 3.11 is that asyncio didn't add context support until 3.11
Permitting the LLM to install arbitrary packages is something I probably wouldn't include by default in an example, but which you can add. Maybe as a TODO we could include...
Gonna mark this as closed. You can extend the notebook to let it install packages if you want (note: all these code execution things are somewhat unsafe)
Are you making sure the "recursion_limit" field is being passed in the `config` arg rather than the primary `input` arg?
@roboticsocialism can do something liek `sys.maxsize` for a big. number
@mail2mhossain could you elaborate? You can track the number of steps in the state and stop preemptively, if that's your question
close since this is solved