mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-03 01:30:11 +00:00
cmv
This commit is contained in:
parent
0579fd3bb6
commit
3cf1cab68f
@ -242,7 +242,7 @@ class Agent():
|
||||
if blocks != None:
|
||||
for block in blocks:
|
||||
self.show_block(block)
|
||||
output = tool.execute([block], safety=True)
|
||||
output = tool.execute([block])
|
||||
feedback = tool.interpreter_feedback(output) # tool interpreter feedback
|
||||
success = not tool.execution_failure_check(output)
|
||||
self.blocks_result.append(executorResult(block, feedback, success, name))
|
||||
|
Loading…
x
Reference in New Issue
Block a user