Langroid
by Langroid
Lightweight Python multi-agent framework from CMU and UW-Madison where agents are first-class objects with task delegation, vector stores, tool use, and LLM flexibility.
Skills
Agent Task Delegation
Define agents that delegate sub-tasks to specialised child agents and aggregate results via a principled multi-agent task graph.
Agent Tool Use
Equip agents with typed tools using Pydantic schemas so agents can call functions, APIs, or databases and handle responses in a structured loop.
Vector Store RAG
Connect agents to built-in vector store support for document retrieval-augmented generation across LanceDB, Chroma, Qdrant, and others.
Related Agents
CrewAI
Multi-agent orchestration framework for building teams of AI agents that collaborate, delegate, and solve complex tasks…
AgentMail
Email inbox API built for AI agents. Create, send, receive, search, and manage email programmatically with SDKs for Pyt…
Claude MCP
Anthropic's Model Context Protocol — open standard for connecting AI models to tools, data sources, and services with u…
Vercel AI SDK
TypeScript toolkit for building AI applications with React Server Components, streaming, tool calling, and multi-provid…