Loading...
Loading...
Resume the most recent agent session for the current working directory. Use when the user says "where were we", "resume", "handoff", "pick up where I left off", or starts a session with no fresh context.
npx skill4agent add rohitg00/agentmemory handoff$ARGUMENTSpath.resolve(process.cwd(), $ARGUMENTS)memory_sessionscwdsession.cwd.startsWith(projectPath + path.sep)projectPath.startsWith(session.cwd + path.sep)/repo-a/repo-a-stagingcompletedabandonedsummaryconversationnarrative?memory_recallGET $AGENTMEMORY_URL/agentmemory/sessionsPOST $AGENTMEMORY_URL/agentmemory/recallAuthorization: Bearer $AGENTMEMORY_SECRET