Previous post about the version 1 of Agents: <a href="https://news.ycombinator.com/item?id=35889743">https://news.ycombinator.com/item?id=35889743</a><p>We've done a complete revamp of the package since then, with two goals in mind:
- clarity through simplicity: as few abstractions as possible, accessible prompts
- modularity: let you free to use any building block you want<p>We also added very performant ReAct agents, which allows to get a good rank on the GAIA Leaderboard, and even to beat GPT-4 based agents with a Llama-3-70B agent!<p>Agents 2.0 is compatible with LangChain tools out of the box, which should make it easy to insert in most agentic workflows.