opensymphony 1.5.0

A Rust implementation of the OpenAI Symphony orchestration design
Documentation
1
2
3
4
#[tokio::main]
async fn main() -> std::process::ExitCode {
    opensymphony::run().await
}