performance improvement and dedicated system workspace with no counter#4114
Closed
moneya wants to merge 0 commit intoOpenAgentsInc:mainfrom
Closed
performance improvement and dedicated system workspace with no counter#4114moneya wants to merge 0 commit intoOpenAgentsInc:mainfrom
moneya wants to merge 0 commit intoOpenAgentsInc:mainfrom
Conversation
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.
Implement managed chat subscription synchronization and deduplication
ManagedChatSubscriptionSyncRequestto encapsulate subscription parameters.Nip28ChatLaneWorkerto store the last subscription sync request and prevent redundant commands.sync_managed_chat_subscriptionsmethod to only send commands when subscription parameters change.Add system channel ID handling and update environment configuration
system_channel_idtoAutopilotChatStatefor managing system channels. - Updated methods to filter out system channels from active managed chat channels.OA_NIP28_TEAM_CHANNEL_IDin.env.example.rebuild_managed_chat_projectionto exclude system channels from unread and mention counts.Refactor NIP-28 chat lane subscription handling
since_created_atfiltering inTestNip28RelayFilterto manage event subscriptions based on creation time.TestNip28SubscriptionFrameto track subscription requests and closures, enhancing state management.Nip28ChatLaneStateto includerequested_backfill_since_created_atandsubscribed_backfill_since_created_atfor better backfill handling.subscription_since_created_attoreconnect_backfill_since_created_atfor clarity in theManagedChatProjectionStateand related functions.