Skip to content

Commit c166a4d

Browse files
chore: version packages (#46)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5fc8eb1 commit c166a4d

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

.changeset/bright-spoons-sneeze.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# deepagents
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- bd0d712: Bring deepagentsjs up to date with latest 1.0.0 versions of LangChain and LangGraph. Add pluggable backends as well.
8+
9+
DeepagentsJS now relies on middleware intead of built in tools.
10+
createDeepAgent's signature has been brought in line with createAgent's signature from LangChain 1.0.
11+
12+
createDeepAgent now accepts a `backend` field in which users can specify custom backends for the deep agent filesystem.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deepagents",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0",
44
"description": "Deep Agents - a library for building controllable AI agents with LangGraph",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)