Warning
This is a pre-release version. Install with: pip install deepagents==0.7.0a1
This first 0.7.0 alpha starts the filesystem-backend changes for destructive file operations and explicit empty-result handling. It is intended for validating the 0.7 line before these behavior changes are promoted to a GA release.
Features
- Add backend
delete/adeleteprotocol support and expose a filesystem delete tool for agents. Unsupported backends return user-facing unsupported-delete errors instead of failing opaquely (a592f28).
Bug Fixes
- Return an explicit
No files foundsentinel fromlsandglobwhen no paths match, instead of exposing the stringified empty list[](#3709) (81e61ee).
Breaking Changes
lsandglobempty-result output changes from[]toNo files found. Callers that parse or compare empty-result output should update those checks.
Internal maintainers: @imnishitha