This question evaluates practical competencies in Python development environment setup, reproducible dependency management with lockfiles, virtual environment and interpreter management, secrets handling via environment variables, project structuring, and basic API integration.
You are to set up a clean, fully reproducible local Python environment to develop a small Mistral-based agent and verify it with a real API call.
Assume a Unix-like shell (macOS/Linux). If you're on Windows, use WSL or the Windows equivalents.
Login required