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

Function getAutoModeSparseInstructions

src/utils/messages.ts:3545–3551  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3543}
3544
3545function getAutoModeSparseInstructions(): UserMessage[] {
3546 const content = `Auto mode still active (see full instructions earlier in conversation). Execute autonomously, minimize interruptions, prefer action over planning.`
3547
3548 return wrapMessagesInSystemReminder([
3549 createUserMessage({ content, isMeta: true }),
3550 ])
3551}
3552
3553export function normalizeAttachmentForAPI(
3554 attachment: Attachment,

Callers 1

getAutoModeInstructionsFunction · 0.85

Calls 2

createUserMessageFunction · 0.70

Tested by

no test coverage detected