use praisonai::AutoAgent;
let agent = AutoAgent::generate(
"A customer support agent that can look up orders and process refunds"
).await?;
// Agent is ready with appropriate tools and instructions
agent.chat("I need to check my order status").await?;