Commit Graph

6 Commits

Author SHA1 Message Date
Git Admin 7a2b4a222c Replace SSH node with Execute Command node
- Removed SSH dependency (was failing with 'Not connected to server')
- Now uses Execute Command node to check file directly on host
- Updated Final Verification to parse executeCommand output
- Command checks for file and displays content or 'File not found'
2025-11-30 08:50:56 +00:00
Git Admin 04a47dc0ce Fix staticData error in workflow
- Remove dependency on $workflow.staticData which can be undefined
- Pass retry_count through workflow data instead
- Initialize retry_count in first node
- Retry Counter now reads from input data
2025-11-30 08:44:10 +00:00
Git Admin 91b278c937 Add workflow with file verification
- Added Initialize Workflow node to fix staticData.retries error
- Added SSH verification to check if hello.txt exists
- Added Final Verification node with clear success/failure message
- Workflow now verifies file creation end-to-end
2025-11-30 08:41:15 +00:00
Git Admin d74c1a4726 Add fixed workflow with explicit agent start step
The original workflow was missing POST /api/conversations/{id}/start
which caused conversations to hang in STARTING state forever.

This fixed version:
- Explicitly starts the agent loop after creation
- Better retry logic (15 retries = 4 min timeout)
- Clearer node names with numbering
- Improved result analysis
2025-11-29 20:40:48 +00:00
Git Admin e58778a4bb Add n8n workflow JSON files
- openhands-workflow.json: Manual test workflow
- openhands-gitea-webhook-workflow.json: Production CI/CD workflow

Both ready to import directly into n8n
2025-11-29 20:14:44 +00:00
Git Admin fdabda64b2 Initial commit: MVP Factory setup documentation
- OpenHands API integration complete
- n8n workflows (test + webhook)
- Gitea webhook integration guide
- Complete documentation and setup guides
- API reference and troubleshooting

Phase 2 complete - ready for testing
2025-11-29 20:03:09 +00:00