mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 20:20:42 +00:00
litellm fixes - message hoarding and missing user message
This commit is contained in:
parent
872ab4ade4
commit
73778cdd34
8 changed files with 48 additions and 28 deletions
|
|
@ -41,7 +41,7 @@ class SSHInteractiveSession:
|
|||
allow_agent=False,
|
||||
look_for_keys=False,
|
||||
)
|
||||
self.shell = self.client.invoke_shell(width=160, height=48)
|
||||
self.shell = self.client.invoke_shell(width=80, height=40)
|
||||
# self.shell.send(f'PS1="{SSHInteractiveSession.ps1_label}"'.encode())
|
||||
# return
|
||||
while True: # wait for end of initial output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue