MCPcopy Create free account
hub / github.com/freecodexyz/free-code / createMemorySavedMessage

Function createMemorySavedMessage

src/utils/messages.ts:4460–4471  ·  view source on GitHub ↗
(
  writtenPaths: string[],
)

Source from the content-addressed store, hash-verified

4458}
4459
4460export function createMemorySavedMessage(
4461 writtenPaths: string[],
4462): SystemMemorySavedMessage {
4463 return {
4464 type: 'system',
4465 subtype: 'memory_saved',
4466 writtenPaths,
4467 timestamp: new Date().toISOString(),
4468 uuid: randomUUID(),
4469 isMeta: false,
4470 }
4471}
4472
4473export function createAgentsKilledMessage(): SystemAgentsKilledMessage {
4474 return {

Callers 2

initAutoDreamFunction · 0.85
runExtractionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected