From 784488e05bf106f88e0a3101decc53c028f6069f Mon Sep 17 00:00:00 2001 From: KIMB-technologies Date: Wed, 30 Oct 2024 21:11:36 +0100 Subject: [PATCH] Add single task --- Readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)