Hi, just some feedback regarding the 1 million annual node execution limit on the Lite deployment option.
No idea how this is tracked, but as a developer, this makes me immediately want to develop my graphs in such a way that they have as few nodes as possible, rather than in whatever way is the most maintainable and understandable.
If you bill / track per node run, rather than per graph run, this incentivizes the developer to make individual “god nodes” that are suboptimal in almost every way, except for the fact that this lets you cheese the node run limit.
If the limits were changed to be on a per-graph basis, this would make me forget about this problem entirely, and develop my graphs more naturally, according to langgraph best practices.
Just my two cents,
Joe