Skip to content

Lagent Release v0.1.1

Compare
Choose a tag to compare
@Harold-lkk Harold-lkk released this 22 Aug 03:46
· 88 commits to main since this release
3ba9abf

Main Features

  • Support multiple kinds of agents out of the box. Lagent now supports ReAct, AutoGPT, and ReWOO, which can drive the large language models(LLMs) for multiple trials of reasoning and function calling.
  • Extremely simple and easy to extend. The framework is quite simple with a clear structure. With only 20 lines of code, you are able to construct your own agent. It also supports three typical tools: Python interpreter, API call, and Google search.
  • Support various large language models. We support different LLMs, including API-based (GPT-3.5/4) and open-source (LLaMA 2, InternLM) models.