I want to embed a minimax-driven AI agent into my existing web application so it can take over day-to-day Development – Website Management duties. Rather than the usual rule-based scripts, the bot should evaluate alternative actions with a minimax search and choose the best move for the site at any given moment. Below are the specific website management areas the agent must cover: • Content updates • User interactions (comments, queries, basic moderation) • Performance monitoring (speed, uptime, error trends) • Routine website updates and patches You’ll design the decision logic, implement the agent (Python, Node, or another modern stack is fine), connect it to my CMS/backend APIs, and deploy it to production on the same hosting stack that serves the site. Clean, well-commented code, setup instructions, and a short demo video will complete the hand-off.