aicoolies logo
Langroid logo
Langroid logo

Langroid

Multi-agent programming framework inspired by the Actor model

open sourceupdated Jul 8, 2026

Langroid is a lightweight Python framework from CMU and UW-Madison researchers for building LLM applications using a multi-agent programming paradigm inspired by the Actor Framework. Agents are first-class citizens that encapsulate LLM state, vector stores, and tools, then collaborate via message passing through hierarchical task delegation. With 3,900+ GitHub stars, Langroid works with any LLM provider and does not depend on LangChain or other frameworks.

Langroid was created by researchers from Carnegie Mellon University and the University of Wisconsin-Madison as a principled, intuitive approach to LLM application development. The core insight is that agents should be message transformers — each agent wraps an LLM conversation state along with optional vector store access and tool capabilities, and agents solve problems by exchanging messages in a structured way. The Task class manages iteration over an agent's responder methods (LLM, Agent, User) and orchestrates multi-agent interactions through hierarchical, recursive task delegation where sub-tasks present the same string-to-string interface as native responders.

The framework provides specialized agents out of the box including DocChatAgent for RAG over local files and URLs, SQLChatAgent for natural language to SQL translation, Neo4jChatAgent for knowledge graph queries, and TableChatAgent for pandas-based data analysis. Tool support uses Pydantic for schema definition, avoiding manual JSON specification writing and automatically handling malformed LLM output by sending Pydantic validation errors back to the model for self-correction. Recent releases added FastMCP client support with persistent connections for efficient tool calling, Portkey integration for unified access to 200+ LLM providers, Chainlit callback support for web UIs, and a Claude Code plugin for accelerated development.

Langroid is used in production by companies like Nullify for AI-powered security vulnerability detection, where the team reported getting to results in minutes compared to weeks with CrewAI and AutoGen. A published paper in ML for Healthcare 2024 demonstrates a Langroid-based multi-agent RAG system for pharmacovigilance. The framework supports OpenAI, Anthropic, Google Gemini, Ollama for local models, Groq, and many other providers. Installation is via pip, and the langroid-examples repository provides dozens of working examples covering document QA, SQL chat, web search, multi-agent computation, and code generation. The project is MIT licensed with active development through 2026.

Pricing

Free and open-source under MIT license

Platforms

Python, pip, Docker, works with any LLM provider

Categories

Tags

Use Cases

Browser Use logo

Browser Use

AI agent framework for web browser automation

Browser Use is an open-source AI agent framework with 99K+ GitHub stars enabling LLMs to control web browsers via natural language. Y Combinator-backed, it lets agents navigate sites, fill forms, extract data, and complete multi-step tasks autonomously. Built on Playwright with vision-based element detection, multi-tab management, cookie persistence, and self-correcting actions. Supports OpenAI, Anthropic, and local models with a simple Python API for building custom browser agents.

Open Source
Agno logo

Agno

Lightweight multi-modal agent framework

Fast, lightweight Python framework for building multi-modal AI agents, formerly known as Phidata. Includes built-in memory, knowledge bases, tools, and reasoning capabilities with 40K+ GitHub stars. Designed for developers who want to build production-ready agents quickly with minimal boilerplate, supporting structured outputs and multi-agent coordination out of the box.

Open Source
Claude-Flow logo

Claude-Flow

Multi-agent orchestration platform for Claude Code

Claude-Flow is an open-source multi-agent orchestration platform that deploys dozens of concurrent Claude Code agents with shared memory and coordinated workflows. It enables parallel task execution, hierarchical agent coordination, and persistent context across sessions. Run via npx with zero setup. Described as the leading agent orchestration platform for Claude by industry analysts, it has 9,100+ GitHub stars and is used for complex codebase-wide refactoring and multi-file development tasks.

Open Source

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Agent Skills logo

Agent Skills

Open standard for portable skills across AI agents

Agent Skills is the open SKILL.md folder specification for packaging reusable instructions, scripts, references, and assets that compatible AI agents load through progressive disclosure. Originally developed by Anthropic and released as an open standard, it defines the portable format itself—not an example library, marketplace, or hosted agent product.

Open Source
hyperagent

HyperAgent

Open-source natural-language browser automation framework for AI agents

An AGPL-3.0 TypeScript framework that drives a real browser from natural-language tasks — the self-hostable OSS framework from Hyperbrowser, distinct from the vendor's paid cloud browser product.

freeOpen Source
KaibanJS logo

KaibanJS

JavaScript framework for building and visualizing multi-agent workflows on a Kanban board

KaibanJS is an MIT-licensed JavaScript framework for defining AI agents, tasks, tools, and teams, then orchestrating their work through a Kanban-inspired runtime and visual board. It can run inside Node.js, React, or Next.js projects, supports custom UIs and headless workflows, and provides real-time task-state visibility for multi-agent applications.

Open SourceTelemetry
Sakana Fugu logo

Sakana Fugu

Multi-agent model API that orchestrates frontier models behind one OpenAI-compatible endpoint

Sakana Fugu is a hosted model-provider API that exposes a learned multi-agent system as one OpenAI-compatible model. It dynamically routes coding, code review, research, and reasoning tasks across a frontier-model pool, with Fugu for lower-latency work and Fugu Ultra for harder workloads where answer quality matters more than cost or speed.

paidTelemetry
LangChain logo

OpenWiki

LangChain CLI for maintaining agent-friendly codebase documentation

OpenWiki is LangChain’s open-source CLI for generating and maintaining an agent-focused wiki inside a codebase. It can create an openwiki/ documentation folder, update it from repository changes, add guidance to AGENTS.md or CLAUDE.md, and run via an interactive CLI or daily GitHub Action so coding agents have durable context without stuffing every detail into prompts.

Open SourceTelemetry
Accomplish Coworker logo

Accomplish Coworker

Open-source desktop AI coworker for browsing and code execution.

Accomplish Coworker is an MIT-licensed open-source AI coworker that runs on the desktop, combining computer-use style browsing with code execution so agents can research, implement, run, and debug workflows in one local environment.

Open SourceTelemetry

FAQ

What is Langroid?

Langroid is a lightweight Python framework from CMU and UW-Madison researchers for building LLM applications using a multi-agent programming paradigm inspired by the Actor Framework. Agents are first-class citizens that encapsulate LLM state, vector stores, and tools, then collaborate via message passing through hierarchical task delegation. With 3,900+ GitHub stars, Langroid works with any LLM provider and does not depend on LangChain or other frameworks.

Is Langroid free?

Yes — Langroid is open source and free to use. Free and open-source under MIT license

Is Langroid open source?

Yes — Langroid is open source.

What are the best Langroid alternatives?

The top editor-verified Langroid alternatives are Browser Use, Agno, Claude-Flow.