Platform Tool for Scheduler: Allow Goose to Manage Its Own Schedule (#2944)

This commit is contained in:
tlongwell-block
2025-06-19 10:04:31 -04:00
committed by GitHub
parent 46a8b9218a
commit f0b627c96a
10 changed files with 2023 additions and 5 deletions
+2
View File
@@ -8,6 +8,8 @@ pub mod prompt_manager;
mod reply_parts;
mod router_tool_selector;
mod router_tools;
mod schedule_tool;
mod tool_execution;
mod tool_router_index_manager;
pub(crate) mod tool_vectordb;