run real time tests generates test_log.txt manual test control
βββ app.py
βββ agents/
β βββ __init__.py
β βββ agent1.py
β βββ agent2.py
β βββ agent3.py
βββ static/
β βββ main.js
βββ templates/
β βββ index.html
βββ README.md
python generate_live_test_app.py
pip install flask requests-(root-folder)
python app.pyThen visit http://localhost:5000
Logs saved to test_log.txt with timestamps.