AgroPlan AI CLI
JSON →AgroPlan AI CLI (v1.0.48) is a command-line tool for running the AgroPlan AI agricultural planning system locally. It uses genetic algorithms to optimize crop planting and provides a local FastAPI backend for faster performance (~0.1s vs ~0.3s+ on Render). The CLI is written in TypeScript and requires Bun ≥ 1.0 and Python ≥ 3.8. It copies the backend to ~/.agroplan, creates a Python virtual environment, and manages the local server (start/stop/status/logs). The frontend auto-detects local vs Render API. Designed for daily development with hybrid architecture.