Fix Local Agent Execution And Auth Checks
- Gate server requests on available credentials - Run local child agents directly without a parent run ID - Include command IDs in Bedrock context and recognize transfer tools
This commit is contained in:
+1
-1
@@ -22,7 +22,6 @@ pub mod bedrock;
|
||||
pub(crate) mod bedrock_credentials;
|
||||
pub(crate) mod block_context;
|
||||
pub(crate) mod blocklist;
|
||||
pub(crate) mod crosscheck;
|
||||
#[cfg(any(feature = "local_fs", not(target_family = "wasm")))]
|
||||
pub(crate) mod codebase_auto_indexing;
|
||||
pub mod control_code_parser;
|
||||
@@ -31,6 +30,7 @@ pub(crate) mod conversation_navigation;
|
||||
pub(crate) mod conversation_rename;
|
||||
pub(crate) mod conversation_status_ui;
|
||||
pub(crate) mod conversation_utils;
|
||||
pub(crate) mod crosscheck;
|
||||
pub(crate) mod custom_model_router_editor;
|
||||
pub(crate) mod custom_model_routers;
|
||||
pub(crate) mod document;
|
||||
|
||||
Reference in New Issue
Block a user