Optim. Repo Structure

This commit is contained in:
2024-10-30 15:32:08 +01:00
parent 414c18ef08
commit 53bc4ac219
14 changed files with 31 additions and 22 deletions

View File

@ -1,26 +1,33 @@
> [!NOTE]
> In diesem Repository befinden sich die Implementierung des Management und der Agenten-Plattform. Sowie Skripte zur Erstellung der Docker-Images.
> [!WARNING]
> Um die Plattform zu benutzen, bitte das [Agent-Template](https://git.chai.uni-hamburg.de/UMS-Agenten/Agent-Template) benutzen!
# Agenten-Plattform
## Management
- `./docker-mgmt/`
- `./ums/management/`
- `./web/`
- `./build-mgmt.sh`
Verzeichnisse insb.:
- `./utils/mgmt/` Docker container configs
- `./ums/management/` Python source
- `./web/` Jinja templates and web root
- `./build-mgmt.sh` Container build script
## Basic Agent
- `./docker-agent/`
- `./ums/agent/`
- `./build-agent.sh`
Verzeichnisse insb.:
- `./utils/agent/` Docker container configs
- `./ums/agent/` Python source
- `./build-agent.sh` Container build script
## Development
### Run via Docker
- `docker compose up`
### VS Code Autocomplete ...
### VS Code Autocomplete
(In VS Code)
- `python3 -m venv .` (only once)
- `source ./bin/activate`
- `pip install requests fastapi pdoc` (only once)