mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 11:40:47 +00:00
merge prep
This commit is contained in:
parent
45cf742fa1
commit
2fcc8ec885
13 changed files with 296 additions and 74 deletions
|
|
@ -219,7 +219,7 @@ class CodeExecution(Tool):
|
|||
while True:
|
||||
await asyncio.sleep(sleep_time)
|
||||
full_output, partial_output = await self.state.shells[session].read_output(
|
||||
timeout=3, reset_full_output=reset_full_output
|
||||
timeout=1, reset_full_output=reset_full_output
|
||||
)
|
||||
reset_full_output = False # only reset once
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue