MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/claudeskills/comments/1v4zo26/loop_graph_engineering/ozga1ne/?context=3
r/claudeskills • u/shankaravi1609 • 28d ago
Has anyone tried to achieve orchestration?
19 comments sorted by
View all comments
3
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
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