Langgraph 101 Ts
Description
Welcome to the LangGraph Workshops for TypeScript!
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
LangGraph Workshops - TypeScript
Welcome to the LangGraph Workshops for TypeScript!
Introduction
This repository contains hands-on TypeScript workshops for learning to build agents with LangChain and LangGraph, organized into independent learning tracks:
- 101 - Fundamentals: Build agents from scratch with LangChain v1 and LangGraph v1 -- tools, state, multi-agent supervisors, human-in-the-loop, memory, and evaluations.
- Deep Agents: Advanced patterns including deep agents, AGENTS.md, skills, long-term memory, and production workflows.
This is a condensed version of [LangChain Academy](https://academy.langchain.com/), intended to be run in a session with a LangChain engineer. If you're interested in going deeper or working through tutorials on your own, check out LangChain Academy -- it has helpful pre-recorded videos from our engineers.
**Note**: This is the **TypeScript** version. The Python version is at [langchain-ai/langgraph-101](https://github.com/langchain-ai/langgraph-101).
What's Inside
| Workshop | Path | Status | Description |
|---|---|---|---|
| 101 - Fundamentals | `workshops/101/` | Available | 6 progressive agents covering tools, state graphs, multi-agent supervisors, human-in-the-loop, and memory. Includes 4 evaluation scripts. |
| Deep Agents | `workshops/deepagents/` | Available | 14 progressive agents covering the Deep Agents harness, backends, subagents, middleware, HITL, memory, and skills. |
Each workshop is self-contained with its own `package.json`, `langgraph.json`, `.env.example`, and `README.md` with detailed setup and usage instructions.
Context
At LangChain, we aim to make it easy to build LLM applications. One type of LLM application you can build is an agent. There's a lot of excitement around building agents because they can automate a wide range of tasks that were previously impossible.
In practice though, it is incredib
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11