[PR #6] [MERGED] chore: Fixes before release #51

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/6
Author: @bracesproul
Created: 8/5/2025
Status: Merged
Merged: 8/5/2025
Merged by: @bracesproul

Base: mainHead: brace/fixes


📝 Commits (7)

📊 Changes

22 files changed (+1735 additions, -570 deletions)

View changed files

.codespellignore (+0 -0)
.github/workflows/ci.yml (+108 -0)
.github/workflows/pr_lint.yml (+34 -0)
.github/workflows/unit-tests.yml (+40 -0)
📝 .gitignore (+2 -0)
LICENSE (+21 -0)
📝 README.md (+16 -13)
📝 eslint.config.js (+13 -27)
examples.tsconfig.json (+27 -0)
examples/research-agent.ts (+92 -0)
examples/researchAgent.ts (+0 -87)
📝 examples/test-example.ts (+14 -13)
📝 package.json (+25 -24)
📝 src/graph.ts (+16 -17)
📝 src/index.ts (+0 -10)
📝 src/model.ts (+2 -1)
📝 src/state.ts (+15 -13)
📝 src/subAgent.ts (+21 -15)
📝 src/tools.ts (+5 -5)
📝 src/types.ts (+25 -61)

...and 2 more files

📄 Description

Changes:

  • Adds CI
  • Improves formatter/linter scripts
  • Adds separate build for examples so its not included in released code
  • changed version to 0.0.0 in preparation for launch
  • added MIT license

🔄 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/6 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 8/5/2025 **Status:** ✅ Merged **Merged:** 8/5/2025 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/fixes` --- ### 📝 Commits (7) - [`f32c790`](https://github.com/langchain-ai/deepagentsjs/commit/f32c79036fdedc9faaab7dc9f09983f50d6d0417) chore: Fixes before release - [`2ee230c`](https://github.com/langchain-ai/deepagentsjs/commit/2ee230c75da532ec7303f3fcf709552615b9eec8) cr - [`dd2203c`](https://github.com/langchain-ai/deepagentsjs/commit/dd2203c3707ed70d64ac14d52c758eff2ce886e8) cr - [`cbe433c`](https://github.com/langchain-ai/deepagentsjs/commit/cbe433c74953493911cf94586136b78c39c9c604) cr - [`4ce24e7`](https://github.com/langchain-ai/deepagentsjs/commit/4ce24e75af5b5f054711180375805945a9826580) cr - [`9fbdfa7`](https://github.com/langchain-ai/deepagentsjs/commit/9fbdfa752f364f590ce86d4751a0c4c2f1701b3a) fix tavily and readme - [`4b95b8f`](https://github.com/langchain-ai/deepagentsjs/commit/4b95b8f892df00a4e29fc22699d2f6a316bbf1da) cr ### 📊 Changes **22 files changed** (+1735 additions, -570 deletions) <details> <summary>View changed files</summary> ➕ `.codespellignore` (+0 -0) ➕ `.github/workflows/ci.yml` (+108 -0) ➕ `.github/workflows/pr_lint.yml` (+34 -0) ➕ `.github/workflows/unit-tests.yml` (+40 -0) 📝 `.gitignore` (+2 -0) ➕ `LICENSE` (+21 -0) 📝 `README.md` (+16 -13) 📝 `eslint.config.js` (+13 -27) ➕ `examples.tsconfig.json` (+27 -0) ➕ `examples/research-agent.ts` (+92 -0) ➖ `examples/researchAgent.ts` (+0 -87) 📝 `examples/test-example.ts` (+14 -13) 📝 `package.json` (+25 -24) 📝 `src/graph.ts` (+16 -17) 📝 `src/index.ts` (+0 -10) 📝 `src/model.ts` (+2 -1) 📝 `src/state.ts` (+15 -13) 📝 `src/subAgent.ts` (+21 -15) 📝 `src/tools.ts` (+5 -5) 📝 `src/types.ts` (+25 -61) _...and 2 more files_ </details> ### 📄 Description Changes: - Adds CI - Improves formatter/linter scripts - Adds separate build for examples so its not included in released code - changed version to `0.0.0` in preparation for launch - added MIT license --- <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:02 -05:00
yindo closed this issue 2026-02-16 06:17:02 -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#51