[PR #2] [MERGED] Polish code, add lint #1

Closed
opened 2026-02-16 05:19:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/react-agent-js/pull/2
Author: @jacoblee93
Created: 9/18/2024
Status: Merged
Merged: 9/18/2024
Merged by: @hinthornw

Base: mainHead: jacob/updates


📝 Commits (5)

📊 Changes

15 files changed (+1624 additions, -313 deletions)

View changed files

📝 .env.example (+3 -1)
.eslintrc.cjs (+61 -0)
📝 README.md (+5 -5)
📝 jest.config.js (+3 -0)
📝 package.json (+19 -12)
📝 src/react_agent/configuration.ts (+14 -10)
📝 src/react_agent/graph.ts (+20 -23)
src/react_agent/index.ts (+0 -0)
📝 src/react_agent/prompts.ts (+1 -1)
src/react_agent/state.ts (+0 -48)
📝 src/react_agent/tools.ts (+1 -2)
src/react_agent/utils.ts (+0 -14)
📝 tests/integration/graph.int.test.ts (+18 -3)
📝 tests/unit/graph.test.ts (+3 -4)
📝 yarn.lock (+1476 -190)

📄 Description

No description provided


🔄 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/react-agent-js/pull/2 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 9/18/2024 **Status:** ✅ Merged **Merged:** 9/18/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `jacob/updates` --- ### 📝 Commits (5) - [`ec4edd4`](https://github.com/langchain-ai/react-agent-js/commit/ec4edd4fc306d7e88c619cd70e868dc2432d6515) Update template - [`8246108`](https://github.com/langchain-ai/react-agent-js/commit/824610841d58412abdf346bd05dbd129c439722b) Polish code - [`dbe6e93`](https://github.com/langchain-ai/react-agent-js/commit/dbe6e932380c5f68758e5e4eab287a4cb9ffaad4) Fix tests, example env - [`40e5d59`](https://github.com/langchain-ai/react-agent-js/commit/40e5d590a93084982018e7bb199d55a50eedb382) nits - [`bd311d3`](https://github.com/langchain-ai/react-agent-js/commit/bd311d3369b26e215825b002c467beffb15b6537) Merge branch 'main' into jacob/updates ### 📊 Changes **15 files changed** (+1624 additions, -313 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+3 -1) ➕ `.eslintrc.cjs` (+61 -0) 📝 `README.md` (+5 -5) 📝 `jest.config.js` (+3 -0) 📝 `package.json` (+19 -12) 📝 `src/react_agent/configuration.ts` (+14 -10) 📝 `src/react_agent/graph.ts` (+20 -23) ➖ `src/react_agent/index.ts` (+0 -0) 📝 `src/react_agent/prompts.ts` (+1 -1) ➖ `src/react_agent/state.ts` (+0 -48) 📝 `src/react_agent/tools.ts` (+1 -2) ➖ `src/react_agent/utils.ts` (+0 -14) 📝 `tests/integration/graph.int.test.ts` (+18 -3) 📝 `tests/unit/graph.test.ts` (+3 -4) 📝 `yarn.lock` (+1476 -190) </details> ### 📄 Description _No description provided_ --- <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 05:19:15 -05:00
yindo closed this issue 2026-02-16 05:19:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/react-agent-js#1