We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1dce23 commit 634339fCopy full SHA for 634339f
agent_memory_server/dependencies.py
@@ -45,6 +45,7 @@ def add_task(self, func: Callable[..., Any], *args: Any, **kwargs: Any) -> None:
45
# This runs in a thread to avoid event loop conflicts
46
def run_in_thread():
47
"""Run the async Docket operations in a separate thread"""
48
+
49
async def schedule_task():
50
async with Docket(
51
name=settings.docket_name,
0 commit comments