adding logging, cleaning up configs

This commit is contained in:
2026-08-12 06:38:02 -05:00
parent 84945cd9be
commit 1ad2ab4010
24 changed files with 2504 additions and 208 deletions
+2
View File
@@ -55,6 +55,8 @@ pub mod provider;
#[cfg(all(not(target_family = "wasm"), feature = "local_fs"))]
pub(crate) mod remote_agent_context;
pub(crate) mod remote_context_files;
#[cfg(not(target_family = "wasm"))]
pub(crate) mod remote_logging;
pub mod request_usage_model;
pub(crate) mod restored_conversations;
pub(crate) mod runtime;