[PR #98] [MERGED] chore: migrate to libs #117

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/98
Author: @christian-bromann
Created: 1/9/2026
Status: Merged
Merged: 1/9/2026
Merged by: @christian-bromann

Base: mainHead: cb/move-to-libs


📝 Commits (10+)

📊 Changes

52 files changed (+1158 additions, -1076 deletions)

View changed files

📝 .changeset/config.json (+7 -2)
.changeset/small-lizards-dance.md (+5 -0)
📝 .github/workflows/ci.yml (+1 -1)
📝 .github/workflows/release.yml (+3 -0)
📝 eslint.config.js (+7 -5)
📝 examples/package.json (+13 -2)
📝 libs/deepagents/CHANGELOG.md (+2 -2)
libs/deepagents/package.json (+83 -0)
📝 libs/deepagents/src/agent.int.test.ts (+0 -0)
📝 libs/deepagents/src/agent.ts (+17 -11)
📝 libs/deepagents/src/backends/composite.test.ts (+6 -3)
📝 libs/deepagents/src/backends/composite.ts (+0 -0)
📝 libs/deepagents/src/backends/filesystem.test.ts (+0 -0)
📝 libs/deepagents/src/backends/filesystem.ts (+0 -0)
📝 libs/deepagents/src/backends/index.ts (+0 -0)
📝 libs/deepagents/src/backends/protocol.test.ts (+0 -0)
📝 libs/deepagents/src/backends/protocol.ts (+0 -0)
📝 libs/deepagents/src/backends/sandbox.test.ts (+0 -0)
📝 libs/deepagents/src/backends/sandbox.ts (+0 -0)
📝 libs/deepagents/src/backends/state.test.ts (+0 -0)

...and 32 more files

📄 Description

So we can create new workspace packages, e.g. for CLI and other things.


🔄 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/98 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 1/9/2026 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/move-to-libs` --- ### 📝 Commits (10+) - [`60f3799`](https://github.com/langchain-ai/deepagentsjs/commit/60f3799078ab181c3f225e51afef7ce9b4b5fbd4) internal: migrate to libs - [`f4b4a1a`](https://github.com/langchain-ai/deepagentsjs/commit/f4b4a1ae72215a6f075fcfbc92506f2af263e9f2) format - [`465121b`](https://github.com/langchain-ai/deepagentsjs/commit/465121b31e8de8ff6c48f36dfd413d7a8b6752d2) update - [`16a9168`](https://github.com/langchain-ai/deepagentsjs/commit/16a9168a0b8b495df27889e5115de77d9b11b774) format - [`fb72662`](https://github.com/langchain-ai/deepagentsjs/commit/fb72662cbc3656c5578b2afcbdce87dcfc54fe77) codespell - [`0f7128c`](https://github.com/langchain-ai/deepagentsjs/commit/0f7128c35a1f4e158b0db663ea5acfa636263901) release process - [`12fe52d`](https://github.com/langchain-ai/deepagentsjs/commit/12fe52deb409fdb18ef32036bd780a7590c84047) format - [`3bea745`](https://github.com/langchain-ai/deepagentsjs/commit/3bea74524594329839e9b426e42f0e7a1d744535) update deps - [`078654e`](https://github.com/langchain-ai/deepagentsjs/commit/078654e39bd93337e1e59db304475e3e2e93cdb5) no need of npm tokens - [`d376f8c`](https://github.com/langchain-ai/deepagentsjs/commit/d376f8cccef523a8c4baa4512478634d8637248e) fix lock file ### 📊 Changes **52 files changed** (+1158 additions, -1076 deletions) <details> <summary>View changed files</summary> 📝 `.changeset/config.json` (+7 -2) ➕ `.changeset/small-lizards-dance.md` (+5 -0) 📝 `.github/workflows/ci.yml` (+1 -1) 📝 `.github/workflows/release.yml` (+3 -0) 📝 `eslint.config.js` (+7 -5) 📝 `examples/package.json` (+13 -2) 📝 `libs/deepagents/CHANGELOG.md` (+2 -2) ➕ `libs/deepagents/package.json` (+83 -0) 📝 `libs/deepagents/src/agent.int.test.ts` (+0 -0) 📝 `libs/deepagents/src/agent.ts` (+17 -11) 📝 `libs/deepagents/src/backends/composite.test.ts` (+6 -3) 📝 `libs/deepagents/src/backends/composite.ts` (+0 -0) 📝 `libs/deepagents/src/backends/filesystem.test.ts` (+0 -0) 📝 `libs/deepagents/src/backends/filesystem.ts` (+0 -0) 📝 `libs/deepagents/src/backends/index.ts` (+0 -0) 📝 `libs/deepagents/src/backends/protocol.test.ts` (+0 -0) 📝 `libs/deepagents/src/backends/protocol.ts` (+0 -0) 📝 `libs/deepagents/src/backends/sandbox.test.ts` (+0 -0) 📝 `libs/deepagents/src/backends/sandbox.ts` (+0 -0) 📝 `libs/deepagents/src/backends/state.test.ts` (+0 -0) _...and 32 more files_ </details> ### 📄 Description So we can create new workspace packages, e.g. for CLI and other things. --- <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:12 -05:00
yindo closed this issue 2026-02-16 06:17:12 -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#117