Git Admin
12d8520307
Add Node 7 troubleshooting guide for retry_count error
2025-12-01 18:57:14 +00:00
Git Admin
02b61b30e2
Add Node 5 troubleshooting guide for FAILED status issue
2025-12-01 18:50:37 +00:00
Git Admin
1e5a179c34
Add production webhook response behavior documentation
2025-12-01 18:41:01 +00:00
Git Admin
3d3ba744f9
Trigger
2025-12-01 18:27:13 +00:00
Git Admin
859888a52a
Add webhook monitoring guide for production vs test URLs
2025-12-01 18:26:00 +00:00
Git Admin
d332b44a4c
Test enhanced CI/CD workflow with production webhook
2025-12-01 18:25:41 +00:00
Git Admin
1792d4c808
Test enhanced CI/CD workflow
2025-12-01 18:23:29 +00:00
Git Admin
9dff2b17ce
Test enhanced CI/CD workflow
2025-12-01 18:21:51 +00:00
Git Admin
233e6511ed
TEST
2025-12-01 17:56:38 +00:00
Git Admin
321c9564a5
✅ Active workflow test: Now testing with active webhook
2025-12-01 17:51:30 +00:00
Git Admin
2de7fedfa2
🔄 Second test: Variable substitution verification test
2025-12-01 17:47:31 +00:00
Git Admin
5bdc274eee
🔧 Test variable fix: Verify repo/branch substitution works
2025-12-01 17:42:55 +00:00
Git Admin
170c2dcea8
📚 Add comprehensive Gitea-n8n-OpenHands integration guide
...
- Complete workflow documentation
- Step-by-step integration guide
- Troubleshooting section
- Variable substitution fix for SSH nodes
- Final working workflow JSON
✅ Integration Status: WORKING
- Git push → Gitea webhook → n8n → OpenHands SDK
- Test URL: https://n8n.oky.sh/webhook-test/openhands-sdk
- Last successful test: commit 290b79c
2025-12-01 17:34:29 +00:00
Git Admin
290b79cd1e
E2E test: Final integration test - workflow v2 with variable substitution
2025-12-01 17:23:32 +00:00
Git Admin
6cf70ef36d
Test webhook: Creating test5.txt to trigger Gitea webhook
2025-12-01 17:18:07 +00:00
Git Admin
669f334a79
Add test5.txt - Testing webhook
2025-12-01 17:02:38 +00:00
Git Admin
84e719d33e
Test OpenHands SDK webhook integration
2025-12-01 16:49:30 +00:00
Git Admin
5ba35289eb
Test OpenHands SDK webhook integration
2025-12-01 16:45:56 +00:00
Git Admin
651d364153
Test OpenHands SDK webhook integration
2025-12-01 16:44:24 +00:00
Git Admin
b77903dc73
Test webhook integration
2025-12-01 16:30:03 +00:00
Git Admin
188f1426a8
Clean repository - keep only essential files for webhook integration
...
- openhands-sdk-wrapper-sh.sh: SDK wrapper script
- openhands-gitea-webhook-workflow.json: Webhook workflow
- openhands-sdk-n8n-CLEAN.json: Clean SDK workflow
- openhands.env: API keys (MiniMax, DeepSeek, OpenAI)
- CLAUDE.md: Project documentation
- OPENHANDS_SDK_SETUP.md: SDK setup guide
- gitea-webhook-setup-guide.md: Webhook integration guide
- n8n-workflow-setup-guide.md: n8n configuration guide
2025-12-01 15:29:29 +00:00
Git Admin
319523a33d
before cleaning
2025-12-01 12:59:02 +00:00
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