Skip to content

feat: add shubsense mod#59

Open
just-cameron wants to merge 1 commit into
mainfrom
overlord/shubsense-mod
Open

feat: add shubsense mod#59
just-cameron wants to merge 1 commit into
mainfrom
overlord/shubsense-mod

Conversation

@just-cameron

Copy link
Copy Markdown
Contributor

Summary

Adds @letta-ai/shubsense, a small opt-in mod that uses turn_end { continue } to occasionally inject a follow-up user turn saying doesn't make sense.

This is primarily a test/demo mod for mod-driven continuation turns. It exercises the public turn_end event API and the runtime's mod_continue user-message path without calling the REST messages API directly.

Behavior

  • Runs on turn_end
  • Ignores non-end_turn stop reasons
  • 5% chance to return { continue: "doesn't make sense" }
  • Follow-up goes through the normal Letta Code turn pipeline

Validation

  • npm run validate
  • Local harness test with the same mod shape at 90% confirmed turn_end { continue } fires repeatedly
  • Filed Desktop rendering follow-up for hidden continuation user messages: LET-9807

Letta Code (agent-c2adbf5c-8419-4211-8cd8-3740db164974)

Adds an opt-in turn_end continuation test mod with a 5% probability of injecting "doesn't make sense" through the normal mod_continue user-turn path.

👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta Code <noreply@letta.com>
@kianjones9

Copy link
Copy Markdown
Member

🔥 we been needing this!!

@kianjones9

Copy link
Copy Markdown
Member

will be hugely impactful for the developer community!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants