Skip to content

deepagents==0.7.0b2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jul 03:55
f993a5d

Warning

This is a pre-release version. Install with: pip install deepagents==0.7.0b2

Follow-up to 0.7.0b1 with one SDK change.

Features

  • Shorten the LLM-facing descriptions for the task tool and filesystem tools (read_file, grep, edit_file, glob, execute). Worked examples and step-by-step tutorials are removed, while one-line purpose statements and load-bearing constraints remain. Tool behavior is unchanged — description strings only. In offline measurement of default-agent tool schemas, total description tokens drop by about 43%. (#5009)

Internal maintainers: Nick Hollon (@nick-hollon-lc)

Released by: Mason Daugherty (@mdrxy)

Released from beta/deepagents-0-7-0b2 at commit f993a5d

Git log since deepagents==0.7.0b1

This commit history includes changes to this package. Commits are listed newest first.

  • f993a5d hotfix(sdk): beta release 0.7.0b2
  • 761f5f0 feat(sdk): trim built-in tool descriptions (#5009)