feat: Initial models for agent parallelization

This commit is contained in:
2026-02-17 11:27:55 -07:00
parent 1f127ee990
commit af933bbb29
5 changed files with 486 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ mod repl;
mod utils;
mod mcp;
mod parsers;
mod supervisor;
mod vault;
#[macro_use]