Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"@langchain/quickjs": "0.6.2",
"@langchain/sandbox-standard-tests": "2.0.0"
},
"changesets": []
"changesets": ["omit-middleware-trace-inputs"]
}
7 changes: 7 additions & 0 deletions internal/eval-harness/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @deepagents/evals

## 0.0.29-rc.0

### Patch Changes

- Updated dependencies [[`22cc873`](https://github.com/langchain-ai/deepagentsjs/commit/22cc873c3d7f85cb523c3390c65f4d041557992c)]:
- deepagents@1.13.4-rc.0

## 0.0.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/eval-harness/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepagents/evals",
"version": "0.0.28",
"version": "0.0.29-rc.0",
"private": true,
"description": "Eval harness — runner interface, profile registry, and trajectory matchers",
"main": "./dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions libs/acp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# deepagents-acp

## 0.1.30-rc.0

### Patch Changes

- Updated dependencies [[`22cc873`](https://github.com/langchain-ai/deepagentsjs/commit/22cc873c3d7f85cb523c3390c65f4d041557992c)]:
- deepagents@1.13.4-rc.0

## 0.1.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/acp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deepagents-acp",
"version": "0.1.29",
"version": "0.1.30-rc.0",
"description": "ACP (Agent Client Protocol) server for DeepAgents - enables IDE integration with Zed, JetBrains, and other ACP clients",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions libs/deepagents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# deepagents

## 1.13.4-rc.0

### Patch Changes

- [#837](https://github.com/langchain-ai/deepagentsjs/pull/837) [`22cc873`](https://github.com/langchain-ai/deepagentsjs/commit/22cc873c3d7f85cb523c3390c65f4d041557992c) Thanks [@hntrl](https://github.com/hntrl)! - fix(middleware): omit repeated conversation and state inputs from owned middleware lifecycle traces

Keep middleware spans and outputs, and preserve model/tool tracing and user-supplied middleware policies. Apply the defaults to standalone middleware, subagents, and QuickJS cleanup. Lifecycle chain events also receive the omitted inputs.

## 1.13.3

### 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.13.3",
"version": "1.13.4-rc.0",
"description": "Deep Agents - a library for building controllable AI agents with LangGraph",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions libs/providers/daytona/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @langchain/daytona

## 0.2.3-rc.0

### Patch Changes

- Updated dependencies [[`22cc873`](https://github.com/langchain-ai/deepagentsjs/commit/22cc873c3d7f85cb523c3390c65f4d041557992c)]:
- deepagents@1.13.4-rc.0

## 0.2.2

## 1.0.0-rc.0
Expand Down
4 changes: 2 additions & 2 deletions libs/providers/daytona/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/daytona",
"version": "0.2.2",
"version": "0.2.3-rc.0",
"description": "Daytona Sandbox backend for deepagents",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@daytona/sdk": "^0.202.0"
},
"peerDependencies": {
"deepagents": ">=1.12.0-rc.0"
"deepagents": ">=1.13.4-rc.0"
},
"devDependencies": {
"deepagents": "workspace:*",
Expand Down
7 changes: 7 additions & 0 deletions libs/providers/deno/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @langchain/deno

## 0.2.4-rc.0

### Patch Changes

- Updated dependencies [[`22cc873`](https://github.com/langchain-ai/deepagentsjs/commit/22cc873c3d7f85cb523c3390c65f4d041557992c)]:
- deepagents@1.13.4-rc.0

## 0.2.3

## 1.0.0-rc.0
Expand Down
4 changes: 2 additions & 2 deletions libs/providers/deno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/deno",
"version": "0.2.3",
"version": "0.2.4-rc.0",
"description": "Deno Sandbox backend for deepagents",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@deno/sandbox": "^0.13.2"
},
"peerDependencies": {
"deepagents": ">=1.12.0-rc.0"
"deepagents": ">=1.13.4-rc.0"
},
"devDependencies": {
"deepagents": "workspace:*",
Expand Down
7 changes: 7 additions & 0 deletions libs/providers/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @langchain/modal

## 0.1.7-rc.0

### Patch Changes

- Updated dependencies [[`22cc873`](https://github.com/langchain-ai/deepagentsjs/commit/22cc873c3d7f85cb523c3390c65f4d041557992c)]:
- deepagents@1.13.4-rc.0

## 0.1.6

## 1.0.0-rc.0
Expand Down
4 changes: 2 additions & 2 deletions libs/providers/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/modal",
"version": "0.1.6",
"version": "0.1.7-rc.0",
"description": "Modal Sandbox backend for deepagents",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"modal": "^0.9.0"
},
"peerDependencies": {
"deepagents": ">=1.12.0-rc.0"
"deepagents": ">=1.13.4-rc.0"
},
"devDependencies": {
"deepagents": "workspace:*",
Expand Down
7 changes: 7 additions & 0 deletions libs/providers/node-vfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @langchain/node-vfs

## 0.2.4-rc.0

### Patch Changes

- Updated dependencies [[`22cc873`](https://github.com/langchain-ai/deepagentsjs/commit/22cc873c3d7f85cb523c3390c65f4d041557992c)]:
- deepagents@1.13.4-rc.0

## 0.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/providers/node-vfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/node-vfs",
"version": "0.2.3",
"version": "0.2.4-rc.0",
"description": "Virtual File System sandbox backend for deepagents",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -41,7 +41,7 @@
"node-vfs-polyfill": "github:vercel-labs/node-vfs-polyfill"
},
"peerDependencies": {
"deepagents": ">=1.12.0-rc.0"
"deepagents": ">=1.13.4-rc.0"
},
"devDependencies": {
"deepagents": "workspace:*",
Expand Down
11 changes: 11 additions & 0 deletions libs/providers/quickjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @langchain/quickjs

## 0.6.3-rc.0

### Patch Changes

- [#837](https://github.com/langchain-ai/deepagentsjs/pull/837) [`22cc873`](https://github.com/langchain-ai/deepagentsjs/commit/22cc873c3d7f85cb523c3390c65f4d041557992c) Thanks [@hntrl](https://github.com/hntrl)! - fix(middleware): omit repeated conversation and state inputs from owned middleware lifecycle traces

Keep middleware spans and outputs, and preserve model/tool tracing and user-supplied middleware policies. Apply the defaults to standalone middleware, subagents, and QuickJS cleanup. Lifecycle chain events also receive the omitted inputs.

- Updated dependencies [[`22cc873`](https://github.com/langchain-ai/deepagentsjs/commit/22cc873c3d7f85cb523c3390c65f4d041557992c)]:
- deepagents@1.13.4-rc.0

## 0.6.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/providers/quickjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/quickjs",
"version": "0.6.2",
"version": "0.6.3-rc.0",
"description": "Sandboxed JavaScript REPL for deepagents using QuickJS (WASM)",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"quickjs-emscripten-core": "^0.32.0"
},
"peerDependencies": {
"deepagents": ">=1.12.0-rc.0",
"deepagents": ">=1.13.4-rc.0",
"langchain": "^1.5.11-rc.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions libs/standard-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @langchain/sandbox-standard-tests

## 2.0.1-rc.0

### Patch Changes

- Updated dependencies [[`22cc873`](https://github.com/langchain-ai/deepagentsjs/commit/22cc873c3d7f85cb523c3390c65f4d041557992c)]:
- deepagents@1.13.4-rc.0

## 2.0.0

## 2.0.0-rc.0
Expand Down
4 changes: 2 additions & 2 deletions libs/standard-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/sandbox-standard-tests",
"version": "2.0.0",
"version": "2.0.1-rc.0",
"description": "Standard integration tests for deepagents sandbox providers",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
"dist/**/*"
],
"peerDependencies": {
"deepagents": ">=1.12.0-rc.0",
"deepagents": ">=1.13.4-rc.0",
"vitest": ">=1.0.0"
},
"peerDependenciesMeta": {
Expand Down
Loading