[PR #13] [CLOSED] Fede/initial router #23

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/react-agent/pull/13
Author: @federicoBetti
Created: 3/8/2025
Status: Closed

Base: mainHead: fede/initial-router


📝 Commits (10+)

📊 Changes

65 files changed (+3190 additions, -2850 deletions)

View changed files

.devcontainer/devcontainer.json (+28 -0)
📝 .env.example (+10 -8)
.github/workflows/integration-tests.yml (+0 -44)
.github/workflows/unit-tests.yml (+0 -57)
📝 .gitignore (+9 -0)
.vscode/launch.json (+42 -0)
LICENSE (+0 -21)
Makefile (+0 -64)
📝 README.md (+109 -207)
go.sh (+23 -0)
📝 langgraph.json (+1 -1)
pyproject.toml (+0 -67)
requirements.dev.txt (+2 -0)
requirements.txt (+14 -0)
sample-prompts/sample1.md (+22 -0)
src/react_agent/__init__.py (+0 -9)
src/react_agent/configuration.py (+0 -48)
src/react_agent/graph.py (+0 -123)
src/react_agent/prompts.py (+0 -5)
src/react_agent/state.py (+0 -60)

...and 45 more files

📄 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/pull/13 **Author:** [@federicoBetti](https://github.com/federicoBetti) **Created:** 3/8/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fede/initial-router` --- ### 📝 Commits (10+) - [`1a8729a`](https://github.com/langchain-ai/react-agent/commit/1a8729a228d569bcab7b9a73d14e8c74b4a5370a) Remove license - [`c516b02`](https://github.com/langchain-ai/react-agent/commit/c516b02dcd5506e5864e35daebea75cfadd70781) Cursor generated supervisor agent - [`aef7e2f`](https://github.com/langchain-ai/react-agent/commit/aef7e2fa17255fb1c7f440ad77e5c9c17d7164f0) Add API and state persistence - [`615f353`](https://github.com/langchain-ai/react-agent/commit/615f353d3158d67a19d2e8ee4702762b9a5567d7) Further development - [`36fdf8a`](https://github.com/langchain-ai/react-agent/commit/36fdf8a3de84c1688f3e463fe3a35700a057aa3a) Added test of orchestrator - [`be3dad5`](https://github.com/langchain-ai/react-agent/commit/be3dad57969fa08faedb9c4cd4a5461f348a710a) Use MessagesState to fix issues - [`f2deb0e`](https://github.com/langchain-ai/react-agent/commit/f2deb0ea9827ad9a467a81c01c518d2312b5d7da) updated langgraph.json - [`59c17b3`](https://github.com/langchain-ai/react-agent/commit/59c17b3da3b4060b6d0aa0e03a721ad36dd90d72) Import fixes - [`ab249ae`](https://github.com/langchain-ai/react-agent/commit/ab249ae7a3fe77c775c2d8118bc72f27e3b70f0c) updated langgraph.json - [`719b994`](https://github.com/langchain-ai/react-agent/commit/719b994df01419ecaad665bc260a9fbc521ea573) updated langgraph.json ### 📊 Changes **65 files changed** (+3190 additions, -2850 deletions) <details> <summary>View changed files</summary> ➕ `.devcontainer/devcontainer.json` (+28 -0) 📝 `.env.example` (+10 -8) ➖ `.github/workflows/integration-tests.yml` (+0 -44) ➖ `.github/workflows/unit-tests.yml` (+0 -57) 📝 `.gitignore` (+9 -0) ➕ `.vscode/launch.json` (+42 -0) ➖ `LICENSE` (+0 -21) ➖ `Makefile` (+0 -64) 📝 `README.md` (+109 -207) ➕ `go.sh` (+23 -0) 📝 `langgraph.json` (+1 -1) ➖ `pyproject.toml` (+0 -67) ➕ `requirements.dev.txt` (+2 -0) ➕ `requirements.txt` (+14 -0) ➕ `sample-prompts/sample1.md` (+22 -0) ➖ `src/react_agent/__init__.py` (+0 -9) ➖ `src/react_agent/configuration.py` (+0 -48) ➖ `src/react_agent/graph.py` (+0 -123) ➖ `src/react_agent/prompts.py` (+0 -5) ➖ `src/react_agent/state.py` (+0 -60) _...and 45 more files_ </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:07 -05:00
yindo closed this issue 2026-02-16 05:19:07 -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#23