nate nowack
nate nowack
@jlowin should we add an `anthropic` extra? or just let langchain's validation error raise? ```python ValidationError: 1 validation error for ChatAnthropic __root__ Could not import anthropic python package. Please it...
hey @bennnym - do you still have the same problems on latest marvin / prefect? we've made some changes to the compat as of late
hi @justquick - are you fine with us closing this issue?
hi @teedrupp - thanks for the issue. this is true, we should either update the language or the behavior. i've got a draft PR (#618) to make the classmethods work,...
hi @pietz > taking complex or long models apart in multiple smaller and simpler models I have also found a lot of success with this strategy this is an interesting...
i like this idea! I have a rough sense of how we can do this and I can explore some implementations soon
we are open to all types of contributions - feel free to open a draft PR that achieves what you want to see and then we can chat on that!
@cyai it would also be great if you could run `pre-commit install` and make sure `ruff-format` gets a chance to run so we pass static analysis
hi @ADR-007 - anthropic support was removed with the release of marvin 2.x and would need to be implemented according to new tool use paradigms in the anthropic APIs -...
hi @jeffometer - to clarify, by > local function calling you mean an LLM calls a python function you wrote when appropriate? easiest way to do that is with assistants...