Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

langchain-skills

langchain-skills contient 62 skills collectées depuis christian-bromann, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
62
Stars
3
mis à jour
2026-02-14
Forks
1
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

deepagents-cli
Développeurs de logiciels

Using the Deep Agents CLI - terminal interface, persistent memory with AGENTS.md, project conventions, skills directories, and CLI commands.

2026-02-14
deepagents-overview
Développeurs de logiciels

Understanding Deep Agents framework - what they are, how to create them with createDeepAgent, and the agent harness architecture with built-in middleware for planning, filesystems, and subagents.

2026-02-14
deepagents-skills
Développeurs de logiciels

Creating and using custom skills with progressive disclosure, SKILL.md format, and the Agent Skills protocol in Deep Agents.

2026-02-14
deepagents-cli
Développeurs de logiciels

Using the Deep Agents CLI - terminal interface, persistent memory with AGENTS.md, project conventions, skills directories, and CLI commands.

2026-02-11
deepagents-filesystem
Développeurs de logiciels

Using FilesystemMiddleware with virtual filesystems, backends (State, Store, Filesystem, Composite), and context management for Deep Agents.

2026-02-11
deepagents-filesystem
Développeurs de logiciels

Using FilesystemMiddleware with virtual filesystems, backends (State, Store, Filesystem, Composite), and context management for Deep Agents.

2026-02-11
deepagents-hitl
Développeurs de logiciels

Implementing human-in-the-loop approval workflows with interruptOn parameter for sensitive tool operations in Deep Agents.

2026-02-11
deepagents-hitl
Développeurs de logiciels

Implementing human-in-the-loop approval workflows with interrupt_on parameter for sensitive tool operations in Deep Agents.

2026-02-11
deepagents-memory
Développeurs de logiciels

Implementing long-term memory in Deep Agents with cross-session storage using StoreBackend, CompositeBackend, and InMemoryStore for persistent data.

2026-02-11
deepagents-memory
Développeurs de logiciels

Implementing long-term memory in Deep Agents with cross-session storage using StoreBackend, CompositeBackend, and InMemoryStore for persistent data.

2026-02-11
deepagents-overview
Développeurs de logiciels

Understanding Deep Agents framework - what they are, how to create them with create_deep_agent/createDeepAgent, and the agent harness architecture with built-in middleware for planning, filesystems, and subagents.

2026-02-11
deepagents-skills
Développeurs de logiciels

Creating and using custom skills with progressive disclosure, SKILL.md format, and the Agent Skills protocol in Deep Agents.

2026-02-11
deepagents-subagents
Développeurs de logiciels

Using SubAgentMiddleware to spawn subagents for task delegation, context isolation, and specialized work in Deep Agents.

2026-02-11
deepagents-subagents
Développeurs de logiciels

Using SubAgentMiddleware to spawn subagents for task delegation, context isolation, and specialized work in Deep Agents.

2026-02-11
deepagents-todolist
Développeurs de logiciels

Using TodoListMiddleware for task planning and tracking progress with the write_todos tool in Deep Agents for complex multi-step workflows.

2026-02-11
deepagents-todolist
Développeurs de logiciels

Using TodoListMiddleware for task planning and tracking progress with the write_todos tool in Deep Agents for complex multi-step workflows.

2026-02-11
langchain-agents
Développeurs de logiciels

Create and use LangChain agents with createAgent - includes agent loops, ReAct pattern, tool execution, and state management

2026-02-11
langchain-agents
Développeurs de logiciels

Create and use LangChain agents with create_agent - includes agent loops, ReAct pattern, tool execution, and state management

2026-02-11
langchain-human-in-the-loop
Développeurs de logiciels

Add human oversight to LangChain agents using HITL middleware - includes interrupts, approval workflows, edit/reject decisions, and checkpoints

2026-02-11
langchain-human-in-the-loop
Développeurs de logiciels

Add human oversight to LangChain agents using HITL middleware - includes interrupts, approval workflows, edit/reject decisions, and checkpoints

2026-02-11
langchain-chat-models
Développeurs de logiciels

Guide to using chat model integrations in LangChain including OpenAI, Anthropic, Google, Azure, and Bedrock

2026-02-11
langchain-chat-models
Scientifiques des données

Guide to using chat model integrations in LangChain including OpenAI, Anthropic, Google, Azure, and Bedrock

2026-02-11
langchain-document-loaders
Développeurs de logiciels

Guide to using document loader integrations in LangChain for PDFs, web pages, text files, and APIs

2026-02-11
langchain-document-loaders
Développeurs de logiciels

Guide to using document loader integrations in LangChain for PDFs, web pages, text files, and APIs

2026-02-11
langchain-embeddings
Développeurs de logiciels

Guide to using embedding model integrations in LangChain including OpenAI, Azure, and local embeddings

2026-02-11
langchain-embeddings
Scientifiques des données

Guide to using embedding model integrations in LangChain including OpenAI, Azure, and local embeddings

2026-02-11
langchain-text-splitters
Développeurs de logiciels

Guide to using text splitter integrations in LangChain including recursive, character, and semantic splitters

2026-02-11
langchain-text-splitters
Scientifiques des données

Guide to using text splitter integrations in LangChain including recursive, character, and semantic splitters

2026-02-11
langchain-tools
Développeurs de logiciels

Guide to using tool integrations in LangChain including pre-built toolkits, Tavily, Wikipedia, and custom tools

2026-02-11
langchain-tools
Développeurs de logiciels

Guide to using tool integrations in LangChain including pre-built toolkits, Tavily, Wikipedia, and custom tools

2026-02-11
langchain-vector-stores
Développeurs de logiciels

Guide to using vector store integrations in LangChain including Chroma, Pinecone, FAISS, and memory vector stores

2026-02-11
langchain-vector-stores
Scientifiques des données

Guide to using vector store integrations in LangChain including Chroma, Pinecone, FAISS, and memory vector stores

2026-02-11
langchain-models
Développeurs de logiciels

Initialize and use LangChain chat models - includes provider selection (OpenAI, Anthropic, Google), model configuration, and invocation patterns

2026-02-11
langchain-models
Scientifiques des données

Initialize and use LangChain chat models - includes provider selection (OpenAI, Anthropic, Google), model configuration, and invocation patterns

2026-02-11
langchain-multimodal
Scientifiques des données

Work with multimodal inputs/outputs in LangChain - includes images, audio, video, content blocks, and vision capabilities

2026-02-11
langchain-multimodal
Développeurs de logiciels

Work with multimodal inputs/outputs in LangChain - includes images, audio, video, content blocks, and vision capabilities

2026-02-11
langchain-rag
Scientifiques des données

Build Retrieval Augmented Generation (RAG) systems with LangChain - includes embeddings, vector stores, retrievers, document loaders, and text splitting

2026-02-11
langchain-rag
Scientifiques des données

Build Retrieval Augmented Generation (RAG) systems with LangChain - includes embeddings, vector stores, retrievers, document loaders, and text splitting

2026-02-11
langchain-streaming
Développeurs de logiciels

Stream outputs from LangChain agents and models - includes stream modes, token streaming, progress updates, and real-time feedback

2026-02-11
langchain-streaming
Développeurs de logiciels

Stream outputs from LangChain agents and models - includes stream modes, token streaming, progress updates, and real-time feedback

2026-02-11
Affichage des 40 principaux skills collectés sur 62 dans ce dépôt.