github langchain-ai/deepagents deepagents==0.7.0a1

pre-releaseone month ago

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/adelete protocol 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 found sentinel from ls and glob when no paths match, instead of exposing the stringified empty list [] (#3709) (81e61ee).

Breaking Changes

  • ls and glob empty-result output changes from [] to No files found. Callers that parse or compare empty-result output should update those checks.

Internal maintainers: @imnishitha

Don't miss a new deepagents release

NewReleases is sending notifications on new releases.