mirror of
https://github.com/langchain-ai/react-agent-js.git
synced 2026-07-21 01:15:25 -04:00
[PR #2] [MERGED] Polish code, add lint #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:jacob/updates📝 Commits (5)
ec4edd4Update template8246108Polish codedbe6e93Fix tests, example env40e5d59nitsbd311d3Merge branch 'main' into jacob/updates📊 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.