mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-30 04:30:36 +00:00
readme update, docker update, small changes
This commit is contained in:
parent
a3ad965545
commit
76fe115aeb
10 changed files with 20 additions and 7 deletions
|
|
@ -79,7 +79,7 @@ class CodeExecution(Tool):
|
|||
def terminal_session(self, command):
|
||||
self.state.shell.send_command(command)
|
||||
|
||||
PrintStyle(background_color="white",font_color="#85C1E9",bold=True).print(f"{self.agent.agent_name} code execution output:")
|
||||
PrintStyle(background_color="white",font_color="#1B4F72",bold=True).print(f"{self.agent.agent_name} code execution output:")
|
||||
return self.get_terminal_output()
|
||||
|
||||
def get_terminal_output(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue