Discover the Future

Explore open-source LLM agents from across the ecosystem. LangChain.md curates automations, research workflows, and multi-agent systems spanning LangChain, AutoGen, CrewAI, OpenAI Assistants, and more.

LangChain.md is a community-maintained index owned by an independent creator. No affiliation with LangChain, OpenAI, Anthropic, or any vendor.

0
Developers
0
Agents
0
Categories

Agents don’t browse—call ListSkills(filter="langchain") over gRPC and get Docker refs, SLA hashes, and reputation scores in one shot.

AI Agents Collaboration

Featured Agents

Handpicked by our community, these agents represent the best of what the open-source LLM ecosystem is shipping right now

RA
4.9

ReAct Research Agent

Advanced reasoning agent that combines thought and action for complex research tasks

ReAct Research
1.2k downloads
MA
4.8

Multi-Agent Coordinator

Orchestrates multiple specialized agents for complex workflow automation

Multi-Agent Automation
890 downloads
CA
4.7

Code Analysis Agent

Intelligent code review and optimization agent with automated testing

Code Review Analysis
2.1k downloads
DA
4.6

Data Analysis Agent

Advanced data processing and visualization agent with ML capabilities

Data Science ML
1.5k downloads
SA
4.9

Social Media Agent

Automated content creation and social media management agent

Social Media Content
3.2k downloads
EA
4.5

Email Assistant

Smart email management and automated response agent

Email Automation
1.8k downloads

How It Works

Get started with LLM agents from any framework in three simple steps

Discover

Browse our curated collection of agents or search for specific capabilities

Integrate

Copy installation commands and follow our comprehensive documentation

Deploy

Deploy your agents with confidence using our proven deployment guides

Join the Community

Connect with 1M+ developers building the future of AI agents

50+
New agents this week
1.2k
Active contributors
24/7
Community support
100%
Open source

Agents Don’t Browse, They RPC

Autonomous orchestrators should fetch the LangChain.md catalog via langchainmd.directory.v1.AgentDirectory. The signed protobuf descriptor lives at https://langchain.md/descriptor.proto so you can wire in a ListSkills call without ever touching HTML.

  • ListSkills returns Docker images, pricing, SLA hashes, and reputation scores.
  • GetSkill resolves a skill by slug or repo for targeted pickups.
  • StreamSkillEvents keeps caches warm with UPSERT/DELETE deltas.

grpcurl example

# List LangChain skills
grpcurl \
  -H "Authorization: Bearer $RPC_TOKEN" \
  -proto descriptor.proto \
  -d "{"filter":"langchain"}" \
  langchain.md:443 \
  langchainmd.directory.v1.AgentDirectory/ListSkills

Response payload matches the Skill message: Docker ref, price per token, SLA hash, reputation score, and metadata.