[PR #1] [MERGED] Restructure README #2

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/1
Author: @hinthornw
Created: 9/16/2024
Status: Merged
Merged: 9/16/2024
Merged by: @hinthornw

Base: mainHead: wfh/restructure


📝 Commits (3)

📊 Changes

13 files changed (+557 additions, -74 deletions)

View changed files

📝 .env.example (+11 -0)
📝 README.md (+509 -23)
📝 langgraph.json (+1 -1)
📝 package.json (+1 -1)
react_agent/settings.ts (+0 -0)
📝 src/react_agent/configuration.ts (+15 -3)
📝 src/react_agent/graph.ts (+4 -4)
📝 src/react_agent/index.ts (+0 -0)
src/react_agent/prompts.ts (+7 -0)
📝 src/react_agent/state.ts (+0 -0)
📝 src/react_agent/tools.ts (+9 -42)
📝 src/react_agent/utils.ts (+0 -0)
static/studio_ui.png (+0 -0)

📄 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/1 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 9/16/2024 **Status:** ✅ Merged **Merged:** 9/16/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/restructure` --- ### 📝 Commits (3) - [`12c7203`](https://github.com/langchain-ai/react-agent-js/commit/12c7203e7964a2243790461b55ee79f6ee797ec7) Move to src - [`1b6fc5c`](https://github.com/langchain-ai/react-agent-js/commit/1b6fc5c81f3f10c31b08b6317ed633eb9d02917a) move out of utils - [`6bc5c8d`](https://github.com/langchain-ai/react-agent-js/commit/6bc5c8db266fd9e5e8cd62ab24b6b6cf2273c6f5) merge ### 📊 Changes **13 files changed** (+557 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+11 -0) 📝 `README.md` (+509 -23) 📝 `langgraph.json` (+1 -1) 📝 `package.json` (+1 -1) ➖ `react_agent/settings.ts` (+0 -0) 📝 `src/react_agent/configuration.ts` (+15 -3) 📝 `src/react_agent/graph.ts` (+4 -4) 📝 `src/react_agent/index.ts` (+0 -0) ➕ `src/react_agent/prompts.ts` (+7 -0) 📝 `src/react_agent/state.ts` (+0 -0) 📝 `src/react_agent/tools.ts` (+9 -42) 📝 `src/react_agent/utils.ts` (+0 -0) ➕ `static/studio_ui.png` (+0 -0) </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#2