This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

update loop guard

+1 -1
+1 -1
src/runner/loop.ts
··· 44 44 45 45 async function applyLoopGuardNudge(state: LoopState, hooks: LoopHooks, reason: string): Promise<void> { 46 46 const guardMessage = 47 - `[system] hey, you've been going for a while (${reason}). are you stuck and need to tell who you're talking to there's a problem? or is nothing happening and maybe it's time for a rest? remember to tell your important people you are resting if you are going to.` 47 + `[system] hey, you've been going for a while (${reason}). this is just a heads-up in case you're stuck and need help — most likely you're fine and don't need to do anything different, especially if you're actively doing something, in conversation with people, or things are happening RIGHT NOW. just keep going. resting is only a suggestion for if nothing's actually happening and you're genuinely done; if you do rest, remember to tell your important people first.` 48 48 console.warn(`[runner] ${reason}`) 49 49 state.conversation.push({ 50 50 role: "user",