This repository has no description

Add flag_archival_memory_for_deletion tool for memory cleanup master

Implements a new tool that allows the agent to flag archival memories for deletion based on exact text matching. The tool works as a no-op that signals the bot loop to perform deletions at the end of the turn. Changes: - Created tools/flag_memory_deletion.py with the tool definition - Updated register_tools.py to include the new tool - Modified bsky.py to handle flagged memory deletion: - Tracks flagged memories during message processing - Searches for exact text matches using passages.list() - Deletes all matching passages using passages.delete() - Executes after message processing but before reply handling - Automatically skipped if halt_activity is called (due to immediate exit) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>