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.
Agents don’t browse—call ListSkills(filter="langchain")
over gRPC and get Docker refs, SLA hashes, and reputation scores in one shot.
Handpicked by our community, these agents represent the best of what the open-source LLM ecosystem is shipping right now
Advanced reasoning agent that combines thought and action for complex research tasks
Orchestrates multiple specialized agents for complex workflow automation
Intelligent code review and optimization agent with automated testing
Advanced data processing and visualization agent with ML capabilities
Automated content creation and social media management agent
Smart email management and automated response agent
Get started with LLM agents from any framework in three simple steps
Browse our curated collection of agents or search for specific capabilities
Copy installation commands and follow our comprehensive documentation
Deploy your agents with confidence using our proven deployment guides
Connect with 1M+ developers building the future of AI agents
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.
# 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.