mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-05 02:25:27 +00:00
feat: small show answer display change
This commit is contained in:
parent
a1e71fd0ce
commit
93ebb9468c
@ -20,9 +20,9 @@ class executorResult:
|
||||
self.success = success
|
||||
|
||||
def show(self):
|
||||
pretty_print("-"*100, color="output")
|
||||
pretty_print('▂'*64, color="status")
|
||||
pretty_print(self.block, color="code" if self.success else "failure")
|
||||
pretty_print("-"*100, color="output")
|
||||
pretty_print('▂'*64, color="status")
|
||||
pretty_print(self.feedback, color="success" if self.success else "failure")
|
||||
|
||||
class Agent():
|
||||
|
Loading…
x
Reference in New Issue
Block a user