GitHub - guywaldman/orch: Rust framework for LLM orchestration
orch
orch is a library for building language model powered applications and agents for the Rust programming language.
It was primarily built for usage in magic-cli, but can be used in other contexts as well.
Note
If the project gains traction, this can be compiled as an addon to other languages such as Python or a standalone WebAssembly module.
Installation
cargo add orch
cago add orch_response
Alternatively, add orch as a dependency to your Cargo.toml` file:
[dependencies]
orch = "*" # Substitu...
Read more at github.com