1 comments

  • jlongo78 4 hours ago ago

    nice work. orchestration libs are genuinely useful until your workflow gets weird enough that the abstraction fights you harder than raw code would.

    one thing ive found matters more than the lib itself: how you handle session continuity when agents crash mid-task. most tools treat it as an edge case. its actually the whole game. if you cant resume state cleanly, you end up babysitting retries insead of shipping.

    what does OpenClawHub do on that front?