feat: Added support for sub-agents to escalate user interaction requests from any depth to the parent agents for user interactions

This commit is contained in:
2026-02-18 11:06:15 -07:00
parent 5d95acba53
commit 59690d045e
8 changed files with 204 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
pub mod escalation;
pub mod mailbox;
pub mod taskqueue;