mirror of
https://github.com/stablyai/orca.git
synced 2026-09-27 16:02:35 +00:00
- Instruct workers to stop and idle or exit immediately after sending `worker_done`, rather than running a 10-minute polling loop. - Distinguish instructions based on worker kind: prompt-returning agents should remain idle for re-engagement, while bare-shell workers should exit. - Prevent infinite polling overhead since the coordinator re-engages workers via fresh terminal input instead of inbox polling.