Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AgentsMédio

Initial run — hits interrupt and pauses

porlangchain-ai·langchain-ai· v1.0.0 · atualizado em 2026-04-10
77
Score

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.

langgraphhuman-in-the-loopinterruptresumeapproval-workflowvalidation-looperror-handling
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdlanggraph-human-in-the-loop/workflow
1. Define a node in the LangGraph that requires human intervention.
2. Use `interrupt(value)` to pause the graph's execution and surface the `value` to the caller.
3. Implement a mechanism to capture the human's response.
4. Resume the graph's execution using `Command(resume=value)`, providing the human's response as input.
5. Handle the resumed execution, ensuring that side effects before the interrupt are idempotent.
6. Process the human's input and update the graph's state accordingly.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Compõe comWRONG: List will be OVERWRITTEN
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Compõe com ←framework-selection
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aClawDirect
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
77
Similar aClawDirect-Dev
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aAnti-Detect Browser SDK
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

Initial run — hits interrupt and pauses
langgraph-human-in-the-loop
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers7
implement human-in-the-loop in LangGraphpause LangGraph execution for approvalhandle errors in LangGraph with human interventionuse interrupt() in LangGraphresume LangGraph execution with Commandcreate an approval workflow in LangGraphbuild a validation loop with human input in LangGraph

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download langgraph-human-in-the-loop
$ synaptic skills detail langgraph-human-in-the-loop
$ synaptic skills live langgraph-human-in-the-loop

Dependências

langgraphtyping-extensions

Links

GitHub Repository