1 comment

[ 3.1 ms ] story [ 11.0 ms ] thread
Previous post about the version 1 of Agents: https://news.ycombinator.com/item?id=35889743

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

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!

Agents 2.0 is compatible with LangChain tools out of the box, which should make it easy to insert in most agentic workflows.