webup/langgraph-in-action
《LangGraph 实战》配套实验示例代码
This project provides interactive Jupyter Notebooks to help AI developers learn how to build advanced AI agents using the LangGraph framework. It guides you through creating sophisticated applications that can make autonomous decisions, taking your understanding of large language models (LLMs) to the next level. If you're an AI developer, you'll use these notebooks to experiment with concepts and implement practical AI agent solutions.
144 stars. No commits in the last 6 months.
Use this if you are an AI developer looking to master the LangGraph framework to build complex, autonomous AI agent applications.
Not ideal if you are a non-developer or are looking for a pre-built AI tool rather than a learning resource for framework implementation.
Stars
144
Forks
23
Language
Jupyter Notebook
License
—
Category
Last pushed
Sep 29, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/webup/langgraph-in-action"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tryAGI/LangChain
C# implementation of LangChain. We try to be as close to the original as possible in terms of...
UiPath/uipath-langchain-python
Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform
msoedov/langcorn
⛓️ Serving LangChain LLM apps and agents automagically with FastApi. LLMops
BrandPeng/Langchain1.0-Langgraph1.0-Learning
这是一个 LangChain 1.0 和 LangGraph 1.0 的学习仓库,学习如何进行agent开发,涵盖从基础概念到实战项目的完整学习路径。
leonyangdev/lc-studylab
LC-StudyLab 是一个完整演示 LangChain v1.0 全家桶能力的开源项目,整合了 LangGraph、DeepAgents、RAG 检索增强生成、Guardrails...