feat: Added an agent configuration property that allows auto-injecting sub-agent spawning instructions (when using the built-in sub-agent spawning system)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
pub mod mailbox;
|
||||
pub mod taskqueue;
|
||||
|
||||
use fmt::{Debug, Formatter};
|
||||
use crate::utils::AbortSignal;
|
||||
use fmt::{Debug, Formatter};
|
||||
use mailbox::Inbox;
|
||||
use taskqueue::TaskQueue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user