Hacker News new | ask | show | jobs
by walpurginacht 182 days ago
i'm enjoying langgraph the most, it's got nice integration with langfuse for observability and langchain (despite its shortcomings) with its plethora of integrations makes things easier to do, and the way to define the graph and transitions is pretty intuitive

currently trying out pydantic's own graph based approach to use together with dspy

1 comments

I did use langchain in the very early days and was a contributor as well, but I just found myself needing to constantly have to change it for my needs...so that's why I moved away.

Do you get into situations like that where the framework just can't serve your needs? if yes, would you please list up a couple.