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": "Musfira AI - How Much Memory Does Your Agent Actually Need?",
"nodes": [
{
"parameters": {},
"id": "manual-trigger",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"url": "http://localhost:11434/api/generate",
"method": "POST",
"jsonParameters": true,
"options": {},
"bodyParametersJson": "{\"model\": \"llama3\", \"prompt\": \"Summarize: How Much Memory Does Your Agent Actually Need?\", \"stream\": false}"
},
"id": "ollama-call",
"name": "Query Ollama",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
460,
300
]
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Query Ollama",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Musfira AI - How Much Memory Does Your Agent Actually Need?. Uses httpRequest. Event-driven trigger; 2 nodes.
Source: https://github.com/musman550/musfira-ai-how-much-memory-does-your-agent-actually-need/blob/main/workflow.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.
Supercharge Claude 3.7 with full customization & deeper reasoning!
ProceedGate Guard Sub-workflow: Costly API. Uses executeWorkflowTrigger, httpRequest. Event-driven trigger; 5 nodes.
Model Onboarding Flow. Uses start, telegramTrigger, googleSheets, httpRequest. Event-driven trigger; 4 nodes.
Topic Planner (Claude). Uses httpRequest. Event-driven trigger; 4 nodes.
Video Automation Pod Workflow. Uses dropboxTrigger, httpRequest. Event-driven trigger; 4 nodes.