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