refactor: implement nested streaming for frontend & regular tool approval requests (#2184)

Co-authored-by: Kalvin Chau <kalvin@block.xyz>
This commit is contained in:
Salman Mohammed
2025-04-14 13:53:08 -04:00
committed by GitHub
parent 46b761079b
commit 97bdf32be6
6 changed files with 320 additions and 154 deletions
+1
View File
@@ -4,6 +4,7 @@ pub mod extension_manager;
pub mod platform_tools;
pub mod prompt_manager;
mod reply_parts;
mod tool_execution;
mod types;
pub use agent::Agent;