Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

langchain-skills

يحتوي langchain-skills على 14 من skills المجمعة من langchain-ai، مع تغطية مهنية على مستوى المستودع وصفحات 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