Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/afraid-peaches-sort.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/happy-flowers-mix.md

This file was deleted.

9 changes: 9 additions & 0 deletions libs/deepagents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# deepagents

## 1.7.7

### Patch Changes

- [#230](https://github.com/langchain-ai/deepagentsjs/pull/230) [`a762b91`](https://github.com/langchain-ai/deepagentsjs/commit/a762b91e7a304edc0ad3114a12d78e534f701c1d) Thanks [@alvedder](https://github.com/alvedder)! - chore(deepagents): re-export createSummarizationMiddleware

- [#223](https://github.com/langchain-ai/deepagentsjs/pull/223) [`bfa843d`](https://github.com/langchain-ai/deepagentsjs/commit/bfa843d4fe8df5f735307f18ab256098e518c929) Thanks [@maahir30](https://github.com/maahir30)! - fix(deepagents): prevent write_file crash when model omits content
- Default the content parameter to an empty string so a missing argument doesn't crash the entire agent run via Zod validation failure.

## 1.7.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/deepagents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deepagents",
"version": "1.7.6",
"version": "1.7.7",
"description": "Deep Agents - a library for building controllable AI agents with LangGraph",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down