Add unified models UI and Rig Bedrock runtime

This commit is contained in:
2026-08-04 17:25:19 -05:00
parent a3c68e9c30
commit b0ad07f6f2
41 changed files with 2122 additions and 564 deletions
+4
View File
@@ -1,5 +1,9 @@
//! Rig-backed implementations of Galaxy's provider-neutral agent runtime.
mod bedrock;
mod openai_compatible;
mod request;
mod stream;
pub use bedrock::*;
pub use openai_compatible::*;