Files
network-topology-wrapper/AGENTS.md
T
2026-05-19 14:53:36 +02:00

16 lines
525 B
Markdown

# 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`.