Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
```{
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"id": "085d0330-78b5-4bb4-8f16-27ba41d1b30f",
"name": "When clicking ‘Execute workflow’"
},
{
"parameters": {
"url": "https://hnrss.org/newest?points=100",
"options": {}
},
"type": "n8n-nodes-base.rssFeedRead",
"typeVersion": 1.2,
"position": [
176,
0
],
"id": "7363f273-abc7-449f-b728-28d776edef94",
"name": "RSS Read"
},
{
"parameters": {},
"type": "n8n-nodes-base.limit",
"typeVersion": 1,
"position": [
384,
0
],
"id": "b73f53ad-9691-44f7-a934-317ecb2d93e0",
"name": "Limit"
},
{
"parameters": {
"resource": "Default",
"operation": "Scrape A Url And Get Its Content",
"url": "={{ $json.link }}",
"requestOptions": {}
},
"type": "n8n-nodes-firecrawl.fireCrawl",
"typeVersion": 1,
"position": [
592,
0
],
"id": "56f5d43f-925d-4c76-8bb8-d0f02636cf62",
"name": "Scrape A Url And Get Its Content",
"credentials": {
"fireCrawlApi": {
"id": "GSJmLsDbn28cI4cK",
"name": "FireCrawl account"
}
}
},
{
"parameters": {
"promptType": "define",
"text": "={{ $json.data }}",
"options": {
"systemMessage": "You are a news assistant, helping me organize the data I crawled from the website into a news briefing"
}
},
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 2.1,
"position": [
800,
0
],
"id": "127db1ce-6016-433f-a182-c6c62959d326",
"name": "AI Agent"
},
{
"parameters": {
"model": {
"__rl": true,
"value": "deepseek-chat",
"mode": "id"
},
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"typeVersion": 1.2,
"position": [
672,
208
],
"id": "839020f8-b9dd-488e-8731-22a6ae02bef1",
"name": "OpenAI Chat Model",
"credentials": {
"openAiApi": {
"id": "Ds4d80pqCN3idkhY",
"name": "OpenAi account"
}
}
}
],
"connections": {
"When clicking ‘Execute workflow’": {
"main": [
[
{
"node": "RSS Read",
"type": "main",
"index": 0
}
]
]
},
"RSS Read": {
"main": [
[
{
"node": "Limit",
"type": "main",
"index": 0
}
]
]
},
"Limit": {
"main": [
[
{
"node": "Scrape A Url And Get Its Content",
"type": "main",
"index": 0
}
]
]
},
"Scrape A Url And Get Its Content": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
}
},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "4d9d5293b04b71e8d9ad13b6eed816f30e2b49cb5172625bf728aacef6f6ee46"
}
}
## Share the output returned by the last node
<!-- If you need help with data transformations, please also share your expected output. -->
## Information on your n8n setup
- **n8n version:**
- **Database (default: SQLite):**
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**
- **Running n8n via (Docker, npm, n8n cloud, desktop app):**
- **Operating system:**