A quick web search revealed at least 4 other agent orchestration frameworks written in Rust [1][2][3][4]. Just being curious: did you decide against contributing to existing ones for some reason?
Thanks for the comment!
Yes, the idea was to create something much leaner and simpler that is not tightly coupled to any framework, yet provides robust graph execution capabilities. In fact, for this reason, GraphFlow can server as a graph execution framework for Rust application that are not AI oriented at all.
Great initiative!
A quick web search revealed at least 4 other agent orchestration frameworks written in Rust [1][2][3][4]. Just being curious: did you decide against contributing to existing ones for some reason?
[1] https://github.com/kevin-rs/autogpt
[2] https://github.com/The-Swarm-Corporation/swarms-rs
[3] https://github.com/M4n5ter/rigs
[4] https://crates.io/crates/kowalski (for some reason GitHub link gives 404 and seems to be Ollama-only anyways)
Thanks for the comment! Yes, the idea was to create something much leaner and simpler that is not tightly coupled to any framework, yet provides robust graph execution capabilities. In fact, for this reason, GraphFlow can server as a graph execution framework for Rust application that are not AI oriented at all.