diff --git a/docker/run/Dockerfile b/docker/run/Dockerfile index 8941daf8c..b1e7e4007 100644 --- a/docker/run/Dockerfile +++ b/docker/run/Dockerfile @@ -1,6 +1,6 @@ # Use the pre-built base image for A0 -# FROM agent-zero-base:local -FROM agent0ai/agent-zero-base:latest +FROM agent-zero-base:local +# FROM agent0ai/agent-zero-base:latest # Check if the argument is provided, else throw an error ARG BRANCH diff --git a/prompts/fw.code.max_time.md b/prompts/fw.code.max_time.md index 253bdc55b..2864f71a6 100644 --- a/prompts/fw.code.max_time.md +++ b/prompts/fw.code.max_time.md @@ -1 +1 @@ -Returning control to agent after {{timeout}} seconds of execution. Process is still running. Decide whether to wait for more output or reset based on context. \ No newline at end of file +Returning control to agent after {{timeout}} seconds of execution. Process might be still running. Check previous outputs and decide whether to reset and continue or wait for more output is needed. \ No newline at end of file diff --git a/prompts/fw.code.no_out_time.md b/prompts/fw.code.no_out_time.md index 3eb91e628..f259eeef7 100644 --- a/prompts/fw.code.no_out_time.md +++ b/prompts/fw.code.no_out_time.md @@ -1 +1 @@ -Returning control to agent after {{timeout}} seconds with no output. Process is still running. Decide whether to wait for more output or reset based on context. \ No newline at end of file +Returning control to agent after {{timeout}} seconds with no output. Process might be still running. Check previous outputs and decide whether to reset and continue or wait for more output is needed. \ No newline at end of file diff --git a/prompts/fw.code.pause_time.md b/prompts/fw.code.pause_time.md index addf1d96a..c94c43178 100644 --- a/prompts/fw.code.pause_time.md +++ b/prompts/fw.code.pause_time.md @@ -1 +1 @@ -Returning control to agent after {{timeout}} seconds since last output update. Process is still running. Decide whether to wait for more output or reset based on context. \ No newline at end of file +Returning control to agent after {{timeout}} seconds since last output update. Process might be still running. Check previous outputs and decide whether to reset and continue or wait for more output is needed. \ No newline at end of file diff --git a/prompts/fw.code.running.md b/prompts/fw.code.running.md index 94a8e93ec..d61efd035 100644 --- a/prompts/fw.code.running.md +++ b/prompts/fw.code.running.md @@ -1 +1 @@ -Terminal session {{session}} is still running. Decide to wait for more 'output', 'reset', or use another session number based on situation. \ No newline at end of file +Terminal session {{session}} might be still running. Check previous outputs and decide whether to reset and continue or wait for more output is needed. \ No newline at end of file