From 4c3fa50bb32073c0fc5b66d6d4ab509260aa1d57 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Tue, 17 Mar 2026 18:24:27 +0100 Subject: [PATCH] Add run instructions to creator agent prompt Tell the creator agent to instruct users to run their generated agent with 'docker agent run ', preventing hallucinated commands like 'docker agent start'. Assisted-By: docker-agent --- pkg/creator/instructions.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkg/creator/instructions.txt b/pkg/creator/instructions.txt index abf0d97dc..be7574e1b 100644 --- a/pkg/creator/instructions.txt +++ b/pkg/creator/instructions.txt @@ -183,3 +183,11 @@ agents: toolsets: - type: filesystem ``` + +## Running the Generated Agent + +After writing the YAML file, tell the user to run their agent with: + +```console +docker agent run +```