//! Built-in framework-level tools
//!//! These are core to the agent execution loop. Domain-specific tools
//! (git, browser, data, media, etc.) live in the `echo_tools` crate.
#[cfg(feature ="subagent")]pub(crate)modagent_dispatch;pub(crate)modanswer;#[cfg(feature ="human-loop")]pub(crate)modhuman_in_loop;pub(crate)modmemory;#[cfg(feature ="tasks")]pub(crate)modplan;#[cfg(feature ="tasks")]pub(crate)modtask;/// Think tool for reasoning and reflection.
pubmodthink;