[PR #408] [CLOSED] Dev #1452

Closed
opened 2026-02-20 17:44:45 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/408
Author: @Rai220
Created: 5/7/2024
Status: Closed

Base: mainHead: dev


📝 Commits (10+)

  • 60af6ef Renaming to gigagraph
  • 75fa1a2 Working high-level example
  • 79722d6 Перевёл ридми
  • c52eccb Merge pull request #1 from Lytkini/ivlytkin-gigagraph-readme-adaptation
  • eb5ce4c Merge pull request #2 from ai-forever/dev
  • 4bf1212 Upgrade to new version
  • 7ea5b9c Migrate to new version
  • 50a8c0d Readme merge
  • a510b8c Merge branch 'main' into dev
  • c411b11 Storm algorithm translation

📊 Changes

29 files changed (+4252 additions, -1507 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug-report.yml (+77 -62)
📝 .github/ISSUE_TEMPLATE/config.yml (+7 -10)
📝 .github/ISSUE_TEMPLATE/documentation.yml (+22 -10)
.github/ISSUE_TEMPLATE/privileged.yml (+0 -25)
📝 .gitignore (+1 -0)
📝 README.md (+243 -228)
📝 docs/docs/index.md (+1 -1)
📝 examples/chat_agent_executor_with_function_calling/high-level.ipynb (+129 -4)
📝 examples/multi_agent/agent_supervisor.ipynb (+67 -80)
📝 examples/rag/langgraph_agentic_rag.ipynb (+73 -13)
examples/rag/langgraph_agentic_rag_giga.ipynb (+648 -0)
📝 examples/reflection/reflection.ipynb (+78 -176)
examples/reflexion_giga/__init__.py (+0 -0)
examples/reflexion_giga/img/reflexion.png (+0 -0)
examples/reflexion_giga/reflexion.ipynb (+693 -0)
examples/reflexion_giga/search_tools.py (+89 -0)
examples/reflexion_giga2/__init__.py (+0 -0)
examples/reflexion_giga2/async_html.py (+229 -0)
examples/reflexion_giga2/prompts.py (+31 -0)
examples/reflexion_giga2/reflexion.ipynb (+1096 -0)

...and 9 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/langgraph/pull/408 **Author:** [@Rai220](https://github.com/Rai220) **Created:** 5/7/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`60af6ef`](https://github.com/langchain-ai/langgraph/commit/60af6effb764b66879a59c523bac172d95d3b10b) Renaming to gigagraph - [`75fa1a2`](https://github.com/langchain-ai/langgraph/commit/75fa1a252dbe2a3491e44dd00d765f0854ee4c5a) Working high-level example - [`79722d6`](https://github.com/langchain-ai/langgraph/commit/79722d6a8e6f27d36bfa0be81a881c9c03c4dc19) Перевёл ридми - [`c52eccb`](https://github.com/langchain-ai/langgraph/commit/c52eccbe5fdbe0c55fef50b9e5ed1e6517f68ec0) Merge pull request #1 from Lytkini/ivlytkin-gigagraph-readme-adaptation - [`eb5ce4c`](https://github.com/langchain-ai/langgraph/commit/eb5ce4c349622bbe9c21042f8ddcf63e909f7b2d) Merge pull request #2 from ai-forever/dev - [`4bf1212`](https://github.com/langchain-ai/langgraph/commit/4bf1212c549db835caa3dd1a7f152b3573ce857a) Upgrade to new version - [`7ea5b9c`](https://github.com/langchain-ai/langgraph/commit/7ea5b9c2fc5d20b9405a7082d7f114ad172c9221) Migrate to new version - [`50a8c0d`](https://github.com/langchain-ai/langgraph/commit/50a8c0d1db7e954a0e579be6c3e43cd4dc4c8193) Readme merge - [`a510b8c`](https://github.com/langchain-ai/langgraph/commit/a510b8c5394cf51ea3b133d521f99bf850c77978) Merge branch 'main' into dev - [`c411b11`](https://github.com/langchain-ai/langgraph/commit/c411b11f6cd1bba3524283a632f09fdfffa419ff) Storm algorithm translation ### 📊 Changes **29 files changed** (+4252 additions, -1507 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug-report.yml` (+77 -62) 📝 `.github/ISSUE_TEMPLATE/config.yml` (+7 -10) 📝 `.github/ISSUE_TEMPLATE/documentation.yml` (+22 -10) ➖ `.github/ISSUE_TEMPLATE/privileged.yml` (+0 -25) 📝 `.gitignore` (+1 -0) 📝 `README.md` (+243 -228) 📝 `docs/docs/index.md` (+1 -1) 📝 `examples/chat_agent_executor_with_function_calling/high-level.ipynb` (+129 -4) 📝 `examples/multi_agent/agent_supervisor.ipynb` (+67 -80) 📝 `examples/rag/langgraph_agentic_rag.ipynb` (+73 -13) ➕ `examples/rag/langgraph_agentic_rag_giga.ipynb` (+648 -0) 📝 `examples/reflection/reflection.ipynb` (+78 -176) ➕ `examples/reflexion_giga/__init__.py` (+0 -0) ➕ `examples/reflexion_giga/img/reflexion.png` (+0 -0) ➕ `examples/reflexion_giga/reflexion.ipynb` (+693 -0) ➕ `examples/reflexion_giga/search_tools.py` (+89 -0) ➕ `examples/reflexion_giga2/__init__.py` (+0 -0) ➕ `examples/reflexion_giga2/async_html.py` (+229 -0) ➕ `examples/reflexion_giga2/prompts.py` (+31 -0) ➕ `examples/reflexion_giga2/reflexion.ipynb` (+1096 -0) _...and 9 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-20 17:44:45 -05:00
yindo closed this issue 2026-02-20 17:44:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1452