Wrapping up bedrock implementation

This commit is contained in:
Ryan Ward
2026-05-13 10:04:59 -05:00
parent ed53aa99eb
commit cee61e2af0
1144 changed files with 2954 additions and 2660 deletions
+6 -6
View File
@@ -8,6 +8,12 @@ use async_compat::{Compat, CompatExt};
use async_stream::stream;
use bytes::Bytes;
use futures::{Stream, StreamExt};
use galaxy_core::{
channel::{Channel, ChannelState},
execution_mode,
operating_system_info::OperatingSystemInfo,
report_error,
};
use http::HeaderValue;
use http::header::HeaderName;
pub use http::{HeaderMap, StatusCode, header::AUTHORIZATION};
@@ -15,12 +21,6 @@ use reqwest::IntoUrl;
use reqwest_eventsource::RequestBuilderExt;
use serde::Serialize;
use serde::de::DeserializeOwned;
use galaxy_core::{
channel::{Channel, ChannelState},
execution_mode,
operating_system_info::OperatingSystemInfo,
report_error,
};
pub mod headers {
/// Custom Warp header indicating the version of the Warp app.