SIGN IN SIGN UP

feat(deepagents): add delete protocol support (#673)

## Summary

Adds protocol-level delete support for deepagents backends.

## Changes

### deepagents

- Adds `DeleteResult` to the backend protocol exports.
- Adds optional `delete(filePath)` support to v1 and v2 backend
protocols.
- Preserves optional delete implementations when adapting backends to
the v2 protocol.
- Implements `StateBackend.delete()` for zero-argument StateBackend
instances by sending `{ [filePath]: null }` through `__pregel_send`.
- Adds a changeset for the new backend protocol capability.
H
Hunter Lovell committed
eb18c70d8d0871bc72aeb8be6581a98506829c6f
Parent: 4894f65
Committed by GitHub <noreply@github.com> on 7/14/2026, 5:20:08 PM