diff --git a/Readme.md b/Readme.md index c7a0aa5..ca85df8 100644 --- a/Readme.md +++ b/Readme.md @@ -26,7 +26,10 @@ Verzeichnisse insb.: - `docker compose up` ### CLI Examples -- `docker compose exec management python -m ums.example` (runs file `ums/example/__main__.py`) +- Requests to management + - `docker compose exec management python -m ums.example` (runs file `ums/example/__main__.py`) +- Run single task in agent + - `docker compose exec agent_all python -m ums.agent -h` ### VS Code Autocomplete (In VS Code)