mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-09 17:08:29 +00:00
better session running messages
This commit is contained in:
parent
1bd461042c
commit
670120fc5f
5 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
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.
|
||||
|
|
@ -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.
|
||||
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.
|
||||
|
|
@ -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.
|
||||
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.
|
||||
|
|
@ -1 +1 @@
|
|||
Terminal session {{session}} is still running. Decide to wait for more 'output', 'reset', or use another session number based on situation.
|
||||
Terminal session {{session}} might be still running. Check previous outputs and decide whether to reset and continue or wait for more output is needed.
|
||||
Loading…
Add table
Add a link
Reference in a new issue