Optim. Repo Structure
This commit is contained in:
29
Readme.md
29
Readme.md
@ -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)
|
||||
|
Reference in New Issue
Block a user