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

agent_cli_langchain

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

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

이 저장소의 skills

langchain-agents-deepagents-code
소프트웨어 개발자

Use when editing a DeepAgents project — adding tools, sub-agents, modifying the system prompt, choosing a filesystem backend, or composing extra middlewares (retries, fallbacks, HITL) on top.

2026-04-28
langchain-agents-scaffold
소프트웨어 개발자

Use when creating a new LangChain / LangGraph / DeepAgents project from scratch. Picks the right scaffolder for graphs vs. DeepAgents vs. LCEL chains.

2026-04-28
langchain-agents-workflow
소프트웨어 개발자

Use when starting work on any LangChain / LangGraph / DeepAgents project. Entry point for the develop -> middleware -> evaluate -> deploy lifecycle, mapping each step to the right official tool.

2026-04-28
langchain-agents-deploy
소프트웨어 개발자

Use when productionising or deploying a LangChain / LangGraph / DeepAgents agent. Covers durable execution (checkpointers, thread_id), the production middleware stack, three deploy targets (LangSmith Cloud, Cloud Run, Docker), secrets, scaling, and post-deploy verification.

2026-04-28
langchain-agents-langchain-code
소프트웨어 개발자

Use when editing a non-agentic LCEL pipeline — composing Runnables, retrievers, embeddings, chat models, parsers, or building a RAG chain. For agents (LLM + tools loop), use the middleware skill instead.

2026-04-28
langchain-agents-langgraph-code
소프트웨어 개발자

Use when building a custom-graph LangGraph agent — when `create_agent(...)` + middleware isn't enough and you need explicit StateGraph control (multi-graph workflows, custom routing, non-standard state schemas, parallel branches). For the common case, use `create_agent` first (see middleware skill).

2026-04-28
langchain-agents-langsmith-evals
소프트웨어 품질 보증 분석가·테스터

Use when authoring eval datasets, writing evaluators, running evals against a LangChain / LangGraph / DeepAgents project, comparing eval results between runs, or writing unit/integration tests for an agent.

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

Use when building or productionising any agent — adding retries, fallbacks, summarization, human-in-the-loop, PII redaction, call limits, or custom hooks. Middleware is THE composition primitive for modern LangChain agents (v1+); covers built-ins plus the custom middleware authoring API.

2026-04-28
langchain-agents-observability
소프트웨어 개발자

Use when debugging an agent's behaviour, reading LangSmith traces, setting up tracing in production (LangSmith + OpenTelemetry), wiring distributed tracing across services, or diagnosing common failure modes.

2026-04-28
agent_cli_langchain GitHub Agent Skills | SkillsMP