Built an open Agentic AI system in Rust with customizable agent loops (TigrimOSR)
I’ve been working on TigrimOSR, a native Rust desktop application for building and running multi-agent AI workflows. Instead of hardcoding the orchestration logic, the entire agentic loop is configurable through YAML. You can customize: Agent loo…