feat(agents): resume deferred work through private reminders - #7441
Open
a-arad wants to merge 3 commits into
Open
feat(agents): resume deferred work through private reminders#7441a-arad wants to merge 3 commits into
a-arad wants to merge 3 commits into
Conversation
added 3 commits
September 6, 2026 22:50
Signed-off-by: a-arad <aradcoding@gmail.com>
Signed-off-by: a-arad <aradcoding@gmail.com>
Signed-off-by: a-arad <aradcoding@gmail.com>
🔐 Codex Security Review
|
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.
Agents can keep notes about work that becomes useful later, but the CLI and ACP harness could not return a private NIP-ER reminder to an agent's attention. Add the encrypted reminder lifecycle to the SDK and CLI, and recover due reminders through the existing ACP private session and agent pool.
buzz reminderssupports create, list/get, snooze, complete, and cancel, with relative or timezone-qualified due times and optional original-message links. ACP queries current author-owned heads without a creation-time lower bound, rechecks a version before dispatch, backs off failed turns, and retains private delivery receipts across restart. A normal turn records delivery; the agent retains ownership of completion, cancellation, or revised timing. Reminders do not emit public acknowledgments, interrupt active work, or add a task workflow.Validation:
CARGO_INCREMENTAL=0 just cipasses on current main (Rust/relay/Tauri/desktop/mobile tests and desktop/web builds). The first attempt exhausted local disk in an unrelated relay build; only this task's disposable incremental caches were cleared before the successful run.Delivery is at least once across a crash before its receipt is durable; agents are directed to inspect retained artifacts before repeating actions. This adds no relay or desktop protocol changes. The production relay already advertises NIP-ER and NIP-42.