
AI AGENTS
by Langroid
Python framework for multi-agent LLM programming with Agent and Task abstractions, tool/function calling, RAG, and orchestration.
Langroid is a Python framework for building LLM-powered applications, described in its official sources as intuitive, lightweight, and extensible. It focuses on multi-agent LLM programming with first-class Agent and Task abstractions. The documentation includes quick-start material for a simple chat agent and a multi-agent task delegation guide, where ChatAgent and Task abstractions are used to decompose applications into tasks with different skills, tools, vector stores, or LLM access.
Build Python LLM applications that need explicit Agent and Task abstractions. Decompose an application into multiple collaborating tasks with different skills, tools, vector stores, or LLM access. Prototype chat-agent workflows using the official quick-start examples.
Last updated Jun 12, 2026