From b0099615912baf84f0c1e53ce67ea3f2dda14e02 Mon Sep 17 00:00:00 2001 From: arkml Date: Sat, 23 Aug 2025 20:23:42 +0530 Subject: [PATCH] add internal message prefix to pipeline agent --- .../src/application/lib/agents-runtime/agent_instructions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rowboat/src/application/lib/agents-runtime/agent_instructions.ts b/apps/rowboat/src/application/lib/agents-runtime/agent_instructions.ts index 7fc49443..56a752a6 100644 --- a/apps/rowboat/src/application/lib/agents-runtime/agent_instructions.ts +++ b/apps/rowboat/src/application/lib/agents-runtime/agent_instructions.ts @@ -140,7 +140,7 @@ export const PIPELINE_TYPE_INSTRUCTIONS = (): string => ` - Provide clear, actionable output that the next pipeline step can easily understand and work with. - Do NOT attempt to handle tasks outside your specific pipeline role. - Do NOT mention other agents or the pipeline structure to users. -- Your response should be self-contained and ready to be consumed by the next pipeline step. +- Your response should be self-contained and ready to be consumed by the next pipeline step. Add a prefix 'Internal message' to your response. - Reading the message history will show you the pipeline execution flow up to your step. - These are high level instructions only. The user will provide more specific instructions which will be below. `;