Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

langchain-skills

langchain-skills contiene 14 skills recopiladas de langchain-ai, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
14
Stars
867
actualizado
2026-07-07
Forks
77
Cobertura ocupacional
2 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

managed-deep-agents
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Otras ocupaciones informáticas

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
Otras ocupaciones informáticas

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
Otras ocupaciones informáticas

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
Desarrolladores de software

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
Desarrolladores de software

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

2026-04-29
langchain-middleware
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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