59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "OpenHands SDK Manual Test (sh-wrapper)",
|
|
"meta": {
|
|
"instanceId": "openhands-sdk-manual-test"
|
|
},
|
|
"nodes": [
|
|
{
|
|
"parameters": {},
|
|
"id": "manual-trigger",
|
|
"name": "Manual Trigger",
|
|
"type": "n8n-nodes-base.manualTrigger",
|
|
"typeVersion": 1,
|
|
"position": [240, 300]
|
|
},
|
|
{
|
|
"parameters": {
|
|
"command": "sh /home/bam/openhands-sdk-wrapper-sh.sh \"Create a test file: n8n-manual-test-$(date +%s).txt with content: SUCCESS - Manual trigger test works!\"",
|
|
"sessionId": "manual-test-session"
|
|
},
|
|
"id": "execute-sdk-manual",
|
|
"name": "Execute OpenHands SDK (Manual)",
|
|
"type": "n8n-nodes-base.ssh",
|
|
"typeVersion": 2,
|
|
"position": [460, 300],
|
|
"credentials": {
|
|
"sshPassword": {
|
|
"id": "ai-dev-localhost",
|
|
"name": "ai-dev-localhost"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"connections": {
|
|
"Manual Trigger": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Execute OpenHands SDK (Manual)",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"pinData": {},
|
|
"settings": {
|
|
"executionOrder": "v1"
|
|
},
|
|
"staticData": null,
|
|
"triggerCount": 0,
|
|
"updatedAt": "2025-12-01T11:40:00.000Z",
|
|
"versionId": "1",
|
|
"active": false,
|
|
"meta": {
|
|
"templateCredsSetupCompleted": false
|
|
}
|
|
}
|