From 784cf8296907d73ca702da58cbee2e15773ebd8f Mon Sep 17 00:00:00 2001 From: janpeter visser Date: Fri, 1 May 2026 14:44:35 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20refine=20Batch-loop=20intro=20=E2=80=94?= =?UTF-8?q?=20add=20'Hier=20is=20de=20flow:'=20per=20implementation=20plan?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec4a31f..047b98e 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ After starting the server on the feature branch: ## Batch-loop -De agent draait in een lus tot de queue leeg is: +De agent draait in een lus tot de queue leeg is. Hier is de flow: 1. Roep `wait_for_job` aan. 2. Voer de job uit conform het meegegeven `implementation_plan`.