# Project AGENTS ## Scope - Build an internal-only network topology and live device presence tool for DevOps. - Keep setup simple for local laptop test and later VM deployment. ## Stack - Backend: FastAPI (Python 3.11+) - Storage: in-memory for MVP (optional Redis/Postgres later) - Frontend: lightweight static UI served by backend ## Local Rules - Do not expose this app publicly. - Prefer host networking in Linux when testing discovery against local LAN. - Keep MikroTik and switch credentials out of git; use `.env`.