InternLM/lagent
A lightweight framework for building LLM-based agents, inspired by PyTorch's design philosophy for modular agent construction.

Velocity · 7d
+2.2
★ / day
Trend
→steady
star history
Lagent provides a modular framework for constructing LLM-powered agents with support for various LLM backends including vLLM. It offers abstractions for agent communication using AgentMessage and enables building multi-agent applications through a layered architecture similar to neural network modules. The framework emphasizes Pythonic design and message passing between components.