MCPcopy Create free account
hub / github.com/Noumena-Network/code / getRemoteAgentMetadataPath

Function getRemoteAgentMetadataPath

src/utils/sessionStorage.ts:355–357  ·  view source on GitHub ↗
(taskId: string)

Source from the content-addressed store, hash-verified

353}
354
355function getRemoteAgentMetadataPath(taskId: string): string {
356 return join(getRemoteAgentsDir(), `remote-agent-${taskId}.meta.json`)
357}
358
359/**
360 * Persist metadata for a remote-agent task so it can be restored on session

Callers 3

writeRemoteAgentMetadataFunction · 0.85
readRemoteAgentMetadataFunction · 0.85

Calls 1

getRemoteAgentsDirFunction · 0.85

Tested by

no test coverage detected