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

langchain-skills

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

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

이 저장소의 skills

deepagents-cli
소프트웨어 개발자

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

2026-02-14
deepagents-overview
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-02-14
deepagents-cli
소프트웨어 개발자

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

2026-02-11
deepagents-filesystem
소프트웨어 개발자

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

2026-02-11
deepagents-filesystem
소프트웨어 개발자

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

2026-02-11
deepagents-hitl
소프트웨어 개발자

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

2026-02-11
deepagents-hitl
소프트웨어 개발자

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

2026-02-11
deepagents-memory
소프트웨어 개발자

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

2026-02-11
deepagents-memory
소프트웨어 개발자

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

2026-02-11
deepagents-overview
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-02-11
deepagents-subagents
소프트웨어 개발자

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

2026-02-11
deepagents-subagents
소프트웨어 개발자

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

2026-02-11
deepagents-todolist
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-02-11
langchain-agents
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-02-11
langchain-chat-models
소프트웨어 개발자

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

2026-02-11
langchain-chat-models
데이터 과학자

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

2026-02-11
langchain-document-loaders
소프트웨어 개발자

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

2026-02-11
langchain-document-loaders
소프트웨어 개발자

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

2026-02-11
langchain-embeddings
소프트웨어 개발자

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

2026-02-11
langchain-embeddings
데이터 과학자

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

2026-02-11
langchain-text-splitters
소프트웨어 개발자

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

2026-02-11
langchain-text-splitters
데이터 과학자

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

2026-02-11
langchain-tools
소프트웨어 개발자

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

2026-02-11
langchain-tools
소프트웨어 개발자

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

2026-02-11
langchain-vector-stores
소프트웨어 개발자

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

2026-02-11
langchain-vector-stores
데이터 과학자

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

2026-02-11
langchain-models
소프트웨어 개발자

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

2026-02-11
langchain-models
데이터 과학자

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

2026-02-11
langchain-multimodal
데이터 과학자

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

2026-02-11
langchain-multimodal
소프트웨어 개발자

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

2026-02-11
langchain-rag
데이터 과학자

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

2026-02-11
langchain-rag
데이터 과학자

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

2026-02-11
langchain-streaming
소프트웨어 개발자

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

2026-02-11
langchain-streaming
소프트웨어 개발자

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

2026-02-11
이 저장소에서 수집된 skills 62개 중 상위 40개를 표시합니다.