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
17 changes: 0 additions & 17 deletions .changeset/pre.json

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/scope-model-call-counts-to-their-own-agent.md

This file was deleted.

2 changes: 2 additions & 0 deletions examples/async-subagents/parallel-research/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
## null

## null

## null
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

### Patch Changes

- Updated dependencies [[`eb859e8`](https://github.com/langchain-ai/deepagentsjs/commit/eb859e8b8e2ae533826c6857a2b0745fdd5e357b)]:
- deepagents@1.13.4

## 0.0.29-rc.0

### 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.29-rc.0",
"version": "0.0.29",
"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

### Patch Changes

- Updated dependencies [[`eb859e8`](https://github.com/langchain-ai/deepagentsjs/commit/eb859e8b8e2ae533826c6857a2b0745fdd5e357b)]:
- deepagents@1.13.4

## 0.1.30-rc.0

### 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.30-rc.0",
"version": "0.1.30",
"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

### Patch Changes

- [#842](https://github.com/langchain-ai/deepagentsjs/pull/842) [`eb859e8`](https://github.com/langchain-ai/deepagentsjs/commit/eb859e8b8e2ae533826c6857a2b0745fdd5e357b) Thanks [@byhow](https://github.com/byhow)! - fix(subagents): stop forwarding call-count bookkeeping across the subagent boundary

Counters owned by `modelCallLimitMiddleware` and `toolCallLimitMiddleware` used to cross the subagent boundary in both directions, so parallel delegation failed with `InvalidUpdateError` and serial delegation let a subagent's reset rewind the parent's budget, defeating `runLimit`. Each agent now counts only its own calls, and deliberately shared state such as `files` is unaffected. Middleware outside those two can still collide, most notably a `mode: "fork"` subagent combined with parent-side custom middleware.

## 1.13.4-rc.0

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

## 0.2.3

## 0.2.3-rc.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.3-rc.0",
"version": "0.2.3",
"description": "Daytona Sandbox backend for deepagents",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions libs/providers/deno/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @langchain/deno

## 0.2.4

## 0.2.4-rc.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4-rc.0",
"version": "0.2.4",
"description": "Deno Sandbox backend for deepagents",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions libs/providers/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @langchain/modal

## 0.1.7

## 0.1.7-rc.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.7-rc.0",
"version": "0.1.7",
"description": "Modal Sandbox backend for deepagents",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions libs/providers/node-vfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @langchain/node-vfs

## 0.2.4

## 0.2.4-rc.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4-rc.0",
"version": "0.2.4",
"description": "Virtual File System sandbox backend for deepagents",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
2 changes: 2 additions & 0 deletions libs/providers/quickjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @langchain/quickjs

## 0.6.3

## 0.6.3-rc.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.3-rc.0",
"version": "0.6.3",
"description": "Sandboxed JavaScript REPL for deepagents using QuickJS (WASM)",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions libs/standard-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @langchain/sandbox-standard-tests

## 2.0.1

## 2.0.1-rc.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1-rc.0",
"version": "2.0.1",
"description": "Standard integration tests for deepagents sandbox providers",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down