This workflow follows the Agent → Ollama Chat recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "FinalProofV5",
"nodes": [
{
"parameters": {
"path": "finalproofv5",
"options": {}
},
"id": "webhook",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
0,
300
]
},
{
"parameters": {
"agent": "conversational",
"promptSystem": "You are a validator agent. Carefully analyze and validate the accuracy, truthfulness, and factual correctness of any information presented. Use the search tool to verify claims and cross-check information against reliable sources.",
"options": {}
},
"id": "finalproofv5",
"name": "FinalProofV5",
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 1.7,
"position": [
250,
300
]
},
{
"parameters": {
"model": "qwen3:8b",
"options": {}
},
"id": "ollama_model",
"name": "Ollama Model",
"type": "@n8n/n8n-nodes-langchain.lmChatOllama",
"typeVersion": 1,
"position": [
100,
500
]
},
{
"parameters": {},
"id": "search_tool_0",
"name": "Search Tool 0",
"type": "@n8n/n8n-nodes-langchain.toolSerpApi",
"typeVersion": 1,
"position": [
400,
500
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "FinalProofV5",
"type": "main",
"index": 0
}
]
]
},
"Ollama Model": {
"ai_languageModel": [
[
{
"node": "FinalProofV5",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Search Tool 0": {
"ai_tool": [
[
{
"node": "FinalProofV5",
"type": "ai_tool",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
FinalProofV5. Uses agent, lmChatOllama, toolSerpApi. Webhook trigger; 4 nodes.
Source: https://github.com/Acehfhd/nexus-command/blob/main/backend/workflows/architect_generated/finalproofv5_clean.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
FinalProofV5. Uses agent, lmChatOllama, toolSerpApi. Webhook trigger; 4 nodes.
SuccessProofV6. Uses agent, lmChatOllama, toolSerpApi. Webhook trigger; 4 nodes.
Ai Summarizer. Uses agent, lmChatGoogleGemini, lmChatOllama, httpRequestTool. Webhook trigger; 11 nodes.
Firecrawl_WebScraping. Uses agent, lmChatOllama, chatTrigger, @mendable/n8n-nodes-firecrawl. Webhook trigger; 7 nodes.
opengate. Uses agent, lmChatOllama, telegram. Webhook trigger; 5 nodes.