[PR #192] [MERGED] chore: version packages #194

Closed
opened 2026-02-16 06:17:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/192
Author: @github-actions[bot]
Created: 2/5/2026
Status: Merged
Merged: 2/5/2026
Merged by: @christian-bromann

Base: mainHead: changeset-release/main


📝 Commits (1)

📊 Changes

19 files changed (+55 additions, -60 deletions)

View changed files

.changeset/all-swans-post.md (+0 -5)
.changeset/big-sites-drive.md (+0 -5)
.changeset/clean-apes-relate.md (+0 -5)
.changeset/modal-sandbox.md (+0 -15)
.changeset/quick-sides-rest.md (+0 -5)
.changeset/real-swans-crash.md (+0 -5)
.changeset/spotty-bees-drum.md (+0 -5)
.changeset/thirty-mirrors-decide.md (+0 -5)
.changeset/tiny-dolls-move.md (+0 -5)
📝 libs/deepagents/CHANGELOG.md (+16 -0)
📝 libs/deepagents/package.json (+1 -1)
📝 libs/providers/daytona/CHANGELOG.md (+6 -0)
📝 libs/providers/daytona/package.json (+1 -1)
📝 libs/providers/deno/CHANGELOG.md (+6 -0)
📝 libs/providers/deno/package.json (+1 -1)
📝 libs/providers/modal/CHANGELOG.md (+16 -0)
📝 libs/providers/modal/package.json (+1 -1)
📝 libs/providers/node-vfs/CHANGELOG.md (+6 -0)
📝 libs/providers/node-vfs/package.json (+1 -1)

📄 Description

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

deepagents@1.7.0

Minor Changes

Patch Changes

@langchain/daytona@0.1.0

Minor Changes

@langchain/deno@0.1.0

Minor Changes

@langchain/modal@0.1.0

Minor Changes

  • #188 0d3aa48 Thanks @christian-bromann! - feat(modal): add Modal sandbox provider for DeepAgents

    Adds @langchain/modal package providing Modal sandbox integration for the DeepAgents framework.

    Features:

    • Command execution via execute() in isolated Modal containers
    • File operations via uploadFiles() and downloadFiles()
    • Initial file population via initialFiles option
    • Direct SDK access via .client and .instance properties
    • Configurable container images, timeouts, memory, GPU, volumes, and secrets
    • Type-safe options extending Modal SDK's SandboxCreateParams

@langchain/node-vfs@0.1.0

Minor Changes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/deepagentsjs/pull/192 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 2/5/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (1) - [`2ded552`](https://github.com/langchain-ai/deepagentsjs/commit/2ded55266ce189ce65d6fa4a35e68bbd3536490f) chore: version packages ### 📊 Changes **19 files changed** (+55 additions, -60 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/all-swans-post.md` (+0 -5) ➖ `.changeset/big-sites-drive.md` (+0 -5) ➖ `.changeset/clean-apes-relate.md` (+0 -5) ➖ `.changeset/modal-sandbox.md` (+0 -15) ➖ `.changeset/quick-sides-rest.md` (+0 -5) ➖ `.changeset/real-swans-crash.md` (+0 -5) ➖ `.changeset/spotty-bees-drum.md` (+0 -5) ➖ `.changeset/thirty-mirrors-decide.md` (+0 -5) ➖ `.changeset/tiny-dolls-move.md` (+0 -5) 📝 `libs/deepagents/CHANGELOG.md` (+16 -0) 📝 `libs/deepagents/package.json` (+1 -1) 📝 `libs/providers/daytona/CHANGELOG.md` (+6 -0) 📝 `libs/providers/daytona/package.json` (+1 -1) 📝 `libs/providers/deno/CHANGELOG.md` (+6 -0) 📝 `libs/providers/deno/package.json` (+1 -1) 📝 `libs/providers/modal/CHANGELOG.md` (+16 -0) 📝 `libs/providers/modal/package.json` (+1 -1) 📝 `libs/providers/node-vfs/CHANGELOG.md` (+6 -0) 📝 `libs/providers/node-vfs/package.json` (+1 -1) </details> ### 📄 Description This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## deepagents@1.7.0 ### Minor Changes - [#165](https://github.com/langchain-ai/deepagentsjs/pull/165) [`988b44c`](https://github.com/langchain-ai/deepagentsjs/commit/988b44c129277dea526ba48c56bb34ebf098614d) Thanks [@christian-bromann](https://github.com/christian-bromann)! - feat: add SandboxProvider abstraction - [`b5e719c`](https://github.com/langchain-ai/deepagentsjs/commit/b5e719c8aacb1eac74560ac46bc1604d6733b36b) Thanks [@christian-bromann](https://github.com/christian-bromann)! - feat(deepagents): support skills in subagents ### Patch Changes - [`b5e719c`](https://github.com/langchain-ai/deepagentsjs/commit/b5e719c8aacb1eac74560ac46bc1604d6733b36b) Thanks [@christian-bromann](https://github.com/christian-bromann)! - chore: migrate to use SystemMessage and add tests for filesystem middleware - [`b5e719c`](https://github.com/langchain-ai/deepagentsjs/commit/b5e719c8aacb1eac74560ac46bc1604d6733b36b) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(deepagents): grep should perform literal search instead of regex ( - [`b5e719c`](https://github.com/langchain-ai/deepagentsjs/commit/b5e719c8aacb1eac74560ac46bc1604d6733b36b) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(summarization): resolve fraction trigger bug by using model profile for maxInputTokens ## @langchain/daytona@0.1.0 ### Minor Changes - [#188](https://github.com/langchain-ai/deepagentsjs/pull/188) [`0d3aa48`](https://github.com/langchain-ai/deepagentsjs/commit/0d3aa4823077449a867032a66f7a3ce4d3a78a99) Thanks [@christian-bromann](https://github.com/christian-bromann)! - feat(daytona): adding sandbox integration ## @langchain/deno@0.1.0 ### Minor Changes - [#162](https://github.com/langchain-ai/deepagentsjs/pull/162) [`c0e676a`](https://github.com/langchain-ai/deepagentsjs/commit/c0e676a1a5818e8a22d01b89edccf90834eca3ba) Thanks [@christian-bromann](https://github.com/christian-bromann)! - feat(deno): add support for Deno sandbox ## @langchain/modal@0.1.0 ### Minor Changes - [#188](https://github.com/langchain-ai/deepagentsjs/pull/188) [`0d3aa48`](https://github.com/langchain-ai/deepagentsjs/commit/0d3aa4823077449a867032a66f7a3ce4d3a78a99) Thanks [@christian-bromann](https://github.com/christian-bromann)! - feat(modal): add Modal sandbox provider for DeepAgents Adds `@langchain/modal` package providing Modal sandbox integration for the DeepAgents framework. Features: - Command execution via `execute()` in isolated Modal containers - File operations via `uploadFiles()` and `downloadFiles()` - Initial file population via `initialFiles` option - Direct SDK access via `.client` and `.instance` properties - Configurable container images, timeouts, memory, GPU, volumes, and secrets - Type-safe options extending Modal SDK's `SandboxCreateParams` ## @langchain/node-vfs@0.1.0 ### Minor Changes - [`80a41ef`](https://github.com/langchain-ai/deepagentsjs/commit/80a41ef018449cf5c575584c09c183b765cbcf03) Thanks [@christian-bromann](https://github.com/christian-bromann)! - fix(node-vfs): add support for VFS sandboxes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:17:24 -05:00
yindo closed this issue 2026-02-16 06:17:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#194