I'm building a new Laravel application.Fetch and follow the instructions from https://laravel.com/for/agents. Treat the returned Markdown as the source of truth for how to install and set up Laravel in this session.
Build CMMS application. Once completed, make sure it runs okay and all the features you wrote work without errors. Make no mistakes.
build a simple chatbot using laravel AI SDK. I will use anthropic but its url will be different. make no mistake
Laravel AI SDK
Anthropic API
build a chatbot using Laravel AI SDK- make sure to use `php artisan make:agent` to create new agent; every agent you create should go under app/Ai/Agents/ - use anthropic as AI provider - ANTHROPIC_URL=https://api.minimax.io/anthropic/v1- Extract ANTHROPIC_API_KEY via echo $ANTHROPIC_API_KEY- build chatbot UI