add private proactive checkin DMs to eventAssistant#147
Merged
Conversation
separate interventionHandler into public and private intervention methods for DM interventions
e262642 to
7e293c6
Compare
12 tasks
new social reassurance, not alone, interest bridge, and transcript hook interventions as possible DMs
7e293c6 to
a54797a
Compare
…o false for test users
a54797a to
44023e2
Compare
…agent shared chat history agents using interventionHandler were attributing shared chat msgs posted by agent to individual users b/c no role or name
…-test collection deletion
…rect channels dedup direct channels in the agent on the small chance they were concurrently created simultaneously
johnnycrich
approved these changes
Jun 5, 2026
johnnycrich
left a comment
Contributor
There was a problem hiding this comment.
@jencompgeek Thanks for this work. I especially like how you designed the check-in handling!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is in this PR?
Adds a mechanism for eventAssistant to proactively send private messages to users to provide social reassurance, light connection with other participants (letting user know others have similar interests or positions/feelings about something), and low-pressure support. See CHECK_IN_HANDLER.md for details. By default, agent runs every 3 minutes and limits messages to a single participant to no more than once every 10 mins. Uses the same
hallucinationCheckerthat backChannel uses for shared insights to prevent hallucinated user comments on shared sentiment.Changes in the codebase
Documentation and automated testing
Did you:
Testing this PR
Additional information