Commit Graph

15 Commits

Author SHA1 Message Date
Git Admin ded4cd061a some more sdk worflows 2025-12-01 08:53:35 +00:00
Git Admin 093ede2219 sdk fixed 2025-12-01 00:21:46 +00:00
Git Admin ed1cacaab6 sdk approach 2025-11-30 23:55:22 +00:00
Git Admin 1727b1df54 headless mode approach todo list 2025-11-30 22:58:42 +00:00
Git Admin c7e2c7ab0b openhands cli aproach 2025-11-30 22:23:24 +00:00
Git Admin 3db5b22c59 Add iptables fix instructions for n8n-OpenHands connectivity
Final configuration:
- OpenHands: --network=host (can reach runtime containers)
- n8n: bridge network
- Solution: iptables rule to allow bridge→host on port 3000
2025-11-30 18:50:25 +00:00
Git Admin f419194aa0 Revert to host networking + update workflow to use host IP
- OpenHands uses --network=host for runtime access
- n8n workflow updated to call 10.10.10.11:3000
- Removed complex dual-network approach
2025-11-30 18:47:14 +00:00
Git Admin 862df97341 Add OpenHands startup script with dual-network support 2025-11-30 18:32:40 +00:00
Git Admin 7e7d95d3dc Update workflow to use OpenHands IP 172.18.0.6 2025-11-30 18:24:35 +00:00
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