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

Agent remembers: "Your name is Alice"

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

Create LangChain agents with create_agent, define tools, and use middleware for human-in-the-loop and error handling.

langchainagent-frameworkai-agentstool-definitionmiddlewarestructured-outputagent-configuration
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdlangchain-fundamentals/workflow
1. Define the necessary tools using the `@tool` decorator or `tool()` function, providing clear descriptions and schemas.
2. Configure the agent using `create_agent()`, specifying the model, tools, and system prompt.
3. Implement middleware for custom flows, such as human approval or error handling, using `HumanInTheLoopMiddleware` or `@wrap_tool_call`.
4. Add a checkpointer for state persistence, such as `MemorySaver()`, and configure a `thread_id` to maintain conversation history.
5. Set a `recursion_limit` in the invoke config to prevent infinite loops.
6. Invoke the agent with the user's message and any necessary configuration options.
7. Process the agent's response, extracting the relevant information or structured output.

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

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

Agent remembers: "Your name is Alice"
langchain-fundamentals
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers8
create a LangChain agentdefine tools for a LangChain agentuse middleware in a LangChain agentbuild an agent with create_agentadd human-in-the-loop to an agenthandle errors in an agentimplement structured output for an agentconfigure an agent's model

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 langchain-fundamentals
$ synaptic skills detail langchain-fundamentals
$ synaptic skills live langchain-fundamentals

Dependências

langchainlangchain-corelangchain-openailanggraph@langchain/core/tools@langchain/openai@langchain/langgraphzod

Links

GitHub Repository