Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

langchain-skills

langchain-skills에는 langchain-ai에서 수집한 skills 14개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
14
Stars
867
업데이트
2026-07-07
Forks
77
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

managed-deep-agents
소프트웨어 개발자

INVOKE THIS SKILL when building, testing, or deploying Managed Deep Agents in LangSmith with the mda CLI. Covers the code-first, file-based project layout; define_deep_agent / defineDeepAgent; authored tools and middleware; MCP connectors; cron schedules; skills; sandboxes; mda init/dev/deploy; Context Hub; and human-in-the-loop interrupts in Python and TypeScript.

2026-07-07
ecosystem-primer
소프트웨어 개발자

INVOKE FIRST for any LangChain / LangGraph / Deep Agents agent building project before consulting other skills or writing any agent code. Required starting point for up to date info on framework selection (LangChain vs LangGraph vs Deep Agents vs hybrid composition), agent patterns, install, environment setup, and which skill to load next.

2026-06-07
swarm
소프트웨어 개발자

Dispatches many independent items in parallel: create a table, fan out to subagents, aggregate results. One row = one unit of work.

2026-06-01
langgraph-cli
소프트웨어 개발자

INVOKE THIS SKILL when using the langgraph CLI to scaffold, develop, build, or deploy LangGraph applications. Covers langgraph new, dev, build, up, deploy, and langgraph.json configuration.

2026-05-21
langgraph-persistence
소프트웨어 개발자

INVOKE THIS SKILL when your LangGraph needs to persist state, remember conversations, travel through history, or configure subgraph checkpointer scoping. Covers checkpointers, thread_id, time travel, Store, and subgraph persistence modes.

2026-05-19
deep-agents-core
기타 컴퓨터 관련 직업

INVOKE THIS SKILL when building ANY Deep Agents application. Covers create_deep_agent(), harness architecture, SKILL.md format, and configuration options.

2026-04-29
deep-agents-memory
기타 컴퓨터 관련 직업

INVOKE THIS SKILL when your Deep Agent needs memory, persistence, or filesystem access. Covers StateBackend (ephemeral), StoreBackend (persistent), FilesystemMiddleware, and CompositeBackend for routing.

2026-04-29
deep-agents-orchestration
기타 컴퓨터 관련 직업

INVOKE THIS SKILL when using subagents, task planning, or human approval in Deep Agents. Covers SubAgentMiddleware, TodoList for planning, and HITL interrupts.

2026-04-29
langchain-dependencies
소프트웨어 개발자

INVOKE THIS SKILL when setting up a new project or when asked about package versions, installation, or dependency management for LangChain, LangGraph, LangSmith, or Deep Agents. Covers required packages, minimum versions, environment requirements, versioning best practices, and common community tool packages for both Python and TypeScript.

2026-04-29
langchain-fundamentals
소프트웨어 개발자

Create LangChain agents with create_agent, define tools, and use middleware for human-in-the-loop and error handling.

2026-04-29
langchain-middleware
소프트웨어 개발자

INVOKE THIS SKILL when you need human-in-the-loop approval, custom middleware, or structured output. Covers HumanInTheLoopMiddleware for human approval of dangerous tool calls, creating custom middleware with hooks, Command resume patterns, and structured output with Pydantic/Zod.

2026-04-29
langchain-rag
소프트웨어 개발자

INVOKE THIS SKILL when building ANY retrieval-augmented generation (RAG) system. Covers document loaders, RecursiveCharacterTextSplitter, embeddings (OpenAI), and vector stores (Chroma, FAISS, Pinecone).

2026-04-29
langgraph-fundamentals
소프트웨어 개발자

INVOKE THIS SKILL when writing ANY LangGraph code. Covers StateGraph, state schemas, nodes, edges, Command, Send, invoke, streaming, and error handling.

2026-04-29
langgraph-human-in-the-loop
소프트웨어 개발자

INVOKE THIS SKILL when implementing human-in-the-loop patterns, pausing for approval, or handling errors in LangGraph. Covers interrupt(), Command(resume=...), approval/validation workflows, and the 4-tier error handling strategy.

2026-04-29