MCPcopy Create free account
hub / github.com/agent0ai/agent-zero / initialize_chats

Function initialize_chats

initialize.py:50–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49@extension.extensible
50def initialize_chats():
51 from helpers import persist_chat
52 async def initialize_chats_async():
53 persist_chat.load_tmp_chats()
54 return defer.DeferredTask().start_task(initialize_chats_async)
55
56@extension.extensible
57def initialize_mcp():

Callers

nothing calls this directly

Calls 1

start_taskMethod · 0.45

Tested by

no test coverage detected