tryAGI/LangChain
C# implementation of LangChain. We try to be as close to the original as possible in terms of abstractions, but are open to new entities.
Provides modular abstractions for vector databases, document loaders (PDF, web), and LLM chains with composable operations—enabling RAG pipelines that integrate OpenAI and local model providers. Built as a pluggable ecosystem supporting SQLite vector storage, text splitting, and prompt templating, prioritizing flexibility over Microsoft-only dependencies like SemanticKernel.
992 stars. Actively maintained with 41 commits in the last 30 days.
Stars
992
Forks
135
Language
C#
License
MIT
Category
Last pushed
Mar 09, 2026
Commits (30d)
41
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/tryAGI/LangChain"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
UiPath/uipath-langchain-python
Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform
sardanaaman/langgraph-compass
Intelligent follow-up question generation for conversational LangGraph agents
BrandPeng/Langchain1.0-Langgraph1.0-Learning
这是一个 LangChain 1.0 和 LangGraph 1.0 的学习仓库,学习如何进行agent开发,涵盖从基础概念到实战项目的完整学习路径。
Shikenso-Analytics/langchain-taiga
Python toolkit that lets your LangChain agents automate Taiga: create, search, edit & comment on...
leonyangdev/lc-studylab
LC-StudyLab 是一个完整演示 LangChain v1.0 全家桶能力的开源项目,整合了 LangGraph、DeepAgents、RAG 检索增强生成、Guardrails...