Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 351 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 351 Bytes

LLM-Agents

Implementation of various LLM agents, such as ReAct Agent, RouteLLM, MoA.

Note: most of the code is currently high-level (using high-level APIs) and is copied from tutorials found across the web. Implementations from scratch might be added in the future.

Agents

  • ReAct Agent
  • RouteLLM
  • Mixture of Agents (MOA)