Commit Graph

1 Commits

Author SHA1 Message Date
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