mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 07:10:44 +00:00
vision prototype, terminal sessions
Vision functionality, vision_load tool History.py re-work to support and optimize attachments token usage Code execution tool support for multiple sessions in parallel
This commit is contained in:
parent
21c2427b61
commit
8a9de4a2ee
20 changed files with 492 additions and 209 deletions
|
|
@ -20,4 +20,4 @@ class Input(Tool):
|
|||
return self.agent.context.log.log(type="code_exe", heading=f"{self.agent.agent_name}: Using tool '{self.name}'", content="", kvps=self.args)
|
||||
|
||||
async def after_execution(self, response, **kwargs):
|
||||
await self.agent.hist_add_tool_result(self.name, response.message)
|
||||
self.agent.hist_add_tool_result(self.name, response.message)
|
||||
Loading…
Add table
Add a link
Reference in a new issue