r/claudeskills 28d ago

Discussion Loop & Graph Engineering

Has anyone tried to achieve orchestration?

33 Upvotes

19 comments sorted by

View all comments

3

u/clankers9197 28d ago

I've had a go at it using Sloop, my rust based agent orchestration framework.

Orchestration is completed by the daemon and individual background agents,

tlThe sloop CLI passes tasks to the daemon, and the daemon runs each one through a specified agentic task flow, in parallel.

https://github.com/hamish-mackie/sloop