Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/agent0ai/agent-zero
/ save
Method
save
tests/test_office_desktop_state.py:173–174 ·
view source on GitHub ↗
(self, target)
Source
from the content-addressed store, hash-verified
171
return
False
172
173
def
save(self, target):
174
Path(target).write_bytes(b
"png"
)
175
176
image_module.open =
lambda
_path: FakeImage()
177
pil_module = types.ModuleType(
"PIL"
)
Callers
2
delete_task
Method · 0.45
update_task
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected