//! Glob-importable prelude.
//!
//! Re-exports the types most users touch when wiring an agent worker, plus a
//! handful of AutoAgents traits ([`ToolT`], [`LLMProvider`], [`ToolRuntime`],
//! [`ToolCallError`]) that show up in user code via trait bounds and tool
//! `execute` signatures. These re-exports are intentional public surface — a
//! breaking change to them is a breaking change to this crate.
//!
//! ```ignore
//! use temporal_agent_rs::prelude::*;
//! ```
pub use crateAgentActivities;
pub use crateAgentWorkerBuilder;
pub use crateAgentError;
pub use crate;
pub use crate;
pub use crateAgentWorkflow;
pub use ;
pub use LLMProvider;