Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Claw-AI-Lab/Claw-AI-Lab
/ push
Method
push
backend/services/agent_bridge.py:616–618 ·
view source on GitHub ↗
(self, task: Task)
Source
from the content-addressed store, hash-verified
614
615
def
save(self):
616
_write_json(self.path, [t.to_dict()
for
t in self.tasks])
617
618
def
push(self, task: Task):
619
self.tasks.append(task)
620
self.save()
621
Callers
10
createMockMessageGenerator
Function · 0.80
App
Function · 0.80
groupByStage
Function · 0.80
DataShelf.tsx
File · 0.80
submit_new_project
Function · 0.80
on_agent_done
Function · 0.80
resume_project
Function · 0.80
quick_submit_project
Function · 0.80
_on_idea_factory_done
Function · 0.80
_on_discussion_s8_done
Function · 0.80
Calls
2
save
Method · 0.95
append
Method · 0.45
Tested by
no test coverage detected