Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though

This commit is contained in:
Ryan Ward
2026-05-07 11:29:34 -05:00
parent f4e2475c60
commit a41cbd8cc7
2433 changed files with 14208 additions and 9409 deletions
+2 -2
View File
@@ -6,13 +6,13 @@ use chrono::{DateTime, Local, NaiveDateTime};
use itertools::Itertools as _;
use serde::{Deserialize, Serialize};
use uuid::Uuid;
use warp_core::features::FeatureFlag;
use galaxy_core::features::FeatureFlag;
use warp_multi_agent_api::response_event::stream_finished::ConversationUsageMetadata;
use warp_multi_agent_api::{
client_action::{Action, StartNewConversation},
response_event::stream_finished::TokenUsage,
};
use warpui::{AppContext, Entity, EntityId, ModelContext, SingletonEntity};
use galaxyui::{AppContext, Entity, EntityId, ModelContext, SingletonEntity};
#[cfg(feature = "local_fs")]
use std::sync::{Arc, Mutex};