feat: add recipes, a custom goose agent configuration (#2115)

This commit is contained in:
Kalvin C
2025-04-09 18:57:24 -07:00
committed by GitHub
parent d84787f144
commit d1c124c28d
17 changed files with 884 additions and 145 deletions
+1
View File
@@ -6,6 +6,7 @@ pub mod model;
pub mod permission;
pub mod prompt_template;
pub mod providers;
pub mod recipe;
pub mod session;
pub mod token_counter;
pub mod tracing;