MCPcopy Index your code
hub / github.com/agent0ai/agent-zero / after_execution

Method after_execution

tools/response.py:14–19  ·  view source on GitHub ↗
(self, response, **kwargs)

Source from the content-addressed store, hash-verified

12 pass
13
14 async def after_execution(self, response, **kwargs):
15 # do not add anything to the history or output
16
17 if self.loop_data and "log_item_response" in self.loop_data.params_temporary:
18 log = self.loop_data.params_temporary["log_item_response"]
19 log.update(finished=True) # mark the message as finished

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected