//! Optional `[agent]` / `[tool]` line prefixes for CLI REPL (`kowalski run`).
use Cell;
thread_local!
/// When enabled, [`super::Agent::chat_with_tools`] labels LLM lines with `[agent]` and tool rounds with `[tool]`.
pub
/// RAII: enable trace for the current thread until dropped.
;