Hacker News new | ask | show | jobs
For anyone who thinks LangChain is too bloated (github.com)
2 points by hez2000 475 days ago
1 comments

This Typescript framework is only 179 lines and captures the most important core abstraction of most LLM frameworks: A Nested Directed Graph that breaks down tasks into multiple (LLM) steps, with branching and recursion for agent-like decision-making.