The Architect is a web application software the manages agents and users in one collaborative environment.
git clone <url>
cd TheArchitect
docker compose up -d --build
See the file config.py for the initial administrator password and email.
Update any other system settings in the system via the Admin panel once the software is running.
Access by default is on "http:://localhost:3000
docker compose logs web -f |& tee test-logs.txt