mirror of
https://github.com/langchain-ai/react-agent.git
synced 2026-08-24 11:52:49 -04:00
[PR #13] [CLOSED] Fede/initial router #23
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/pull/13
Author: @federicoBetti
Created: 3/8/2025
Status: ❌ Closed
Base:
main← Head:fede/initial-router📝 Commits (10+)
1a8729aRemove licensec516b02Cursor generated supervisor agentaef7e2fAdd API and state persistence615f353Further development36fdf8aAdded test of orchestratorbe3dad5Use MessagesState to fix issuesf2deb0eupdated langgraph.json59c17b3Import fixesab249aeupdated langgraph.json719b994updated langgraph.json📊 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.