[PR #140] [CLOSED] Use edges in lieu of addEntryPoint #521

Closed
opened 2026-02-15 18:17:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/140
Author: @hinthornw
Created: 5/14/2024
Status: Closed

Base: mainHead: wfh/edgy


📝 Commits (5)

📊 Changes

17 files changed (+72 additions, -73 deletions)

View changed files

📝 README.md (+22 -19)
📝 docs/docs/concepts/index.md (+15 -15)
📝 docs/docs/index.md (+1 -1)
📝 examples/agent_executor/base.ipynb (+1 -1)
📝 examples/chat_agent_executor_with_function_calling/base.ipynb (+1 -1)
📝 examples/chatbots/customer_support_mistral.ipynb (+1 -1)
📝 examples/multi_agent/agent_supervisor.ipynb (+1 -1)
📝 examples/multi_agent/hierarchical_agent_teams.ipynb (+3 -3)
📝 examples/multi_agent/multi_agent_collaboration.ipynb (+1 -1)
📝 examples/plan-and-execute/plan-and-execute.ipynb (+1 -1)
📝 examples/rag/langgraph_agentic_rag.ipynb (+1 -1)
📝 examples/rag/langgraph_crag.ipynb (+1 -1)
📝 examples/rag/langgraph_crag_mistral.ipynb (+1 -1)
📝 examples/rag/langgraph_self_rag.ipynb (+1 -1)
📝 examples/reflection/reflection.ipynb (+1 -1)
📝 examples/rewoo/rewoo.ipynb (+1 -1)
📝 langgraph/README.md (+19 -23)

📄 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/langgraphjs/pull/140 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/14/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `wfh/edgy` --- ### 📝 Commits (5) - [`f38a019`](https://github.com/langchain-ai/langgraphjs/commit/f38a0191781339e115a92f73ed04531d7e321735) Update readme - [`dfe1f07`](https://github.com/langchain-ai/langgraphjs/commit/dfe1f074d83d823da94cb65e1229ff093ca4e876) cp - [`fda3a4a`](https://github.com/langchain-ai/langgraphjs/commit/fda3a4a96523a2d9ee8a171d8cbdd26bcbf5b16f) Update to use edges - [`64ea2c0`](https://github.com/langchain-ai/langgraphjs/commit/64ea2c05201e01582c516e8cce83e0e847de98cd) conditional - [`81a20a0`](https://github.com/langchain-ai/langgraphjs/commit/81a20a0532d5708b744107d829715032e1927aad) format ### 📊 Changes **17 files changed** (+72 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+22 -19) 📝 `docs/docs/concepts/index.md` (+15 -15) 📝 `docs/docs/index.md` (+1 -1) 📝 `examples/agent_executor/base.ipynb` (+1 -1) 📝 `examples/chat_agent_executor_with_function_calling/base.ipynb` (+1 -1) 📝 `examples/chatbots/customer_support_mistral.ipynb` (+1 -1) 📝 `examples/multi_agent/agent_supervisor.ipynb` (+1 -1) 📝 `examples/multi_agent/hierarchical_agent_teams.ipynb` (+3 -3) 📝 `examples/multi_agent/multi_agent_collaboration.ipynb` (+1 -1) 📝 `examples/plan-and-execute/plan-and-execute.ipynb` (+1 -1) 📝 `examples/rag/langgraph_agentic_rag.ipynb` (+1 -1) 📝 `examples/rag/langgraph_crag.ipynb` (+1 -1) 📝 `examples/rag/langgraph_crag_mistral.ipynb` (+1 -1) 📝 `examples/rag/langgraph_self_rag.ipynb` (+1 -1) 📝 `examples/reflection/reflection.ipynb` (+1 -1) 📝 `examples/rewoo/rewoo.ipynb` (+1 -1) 📝 `langgraph/README.md` (+19 -23) </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-15 18:17:15 -05:00
yindo closed this issue 2026-02-15 18:17: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/langgraphjs#521