Restructuring the Repo to make it clear the difference between classic autogpt and the autogpt platform:
* Move the "classic" projects `autogpt`, `forge`, `frontend`, and `benchmark` into a `classic` folder
* Also rename `autogpt` to `original_autogpt` for absolute clarity
* Rename `rnd/` to `autogpt_platform/`
* `rnd/autogpt_builder` -> `autogpt_platform/frontend`
* `rnd/autogpt_server` -> `autogpt_platform/backend`
* Adjust any paths accordingly
* initial cleanup of github workflows
* only run pr-label workflow on push to master
* move docker ci/release summaries to scripts
* add XS label for PR's under 2 lines
* draft test job for Docker CI
* fix & activate Docker CI test job
* add debug step to docker CI
* fix Docker CI test container env
* Docker CI build matrix
* fixup build summaries
* fix pipes in summary
* optimize Dockerfile for layer caching
* more markdown escaping
* add gha cache scopes
* add Docker CI cache clean workflow