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:
2026-02-17 15:49:40 -07:00
parent b86f76ddb9
commit 39d9b25e47
4 changed files with 106 additions and 13 deletions
+1
View File
@@ -4,6 +4,7 @@ mod macros;
mod role;
mod session;
pub(crate) mod todo;
mod prompts;
pub use self::agent::{Agent, AgentVariables, complete_agent_variables, list_agents};
pub use self::input::Input;