Complete local-first Rig provider migration

This commit is contained in:
2026-08-06 11:37:28 -05:00
parent f850bae77c
commit 634ce7ba00
38 changed files with 3837 additions and 1616 deletions
+2
View File
@@ -1,9 +1,11 @@
//! Rig-backed implementations of Galaxy's provider-neutral agent runtime.
mod bedrock;
mod chatgpt;
mod openai_compatible;
mod request;
mod stream;
pub use bedrock::*;
pub use chatgpt::*;
pub use openai_compatible::*;