Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FIND-Lab/AgentWard
/ generateRequestId
Function
generateRequestId
worker/model-worker-manager.ts:217–219 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
215
}
216
217
export
function
generateRequestId(): string {
218
return
`${Date.now()}-${process.pid}-${requestCounter++}`;
219
}
220
221
export
function
restartWorker(
222
options: {
Callers
1
callLLMSync
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected