[PR #26] [CLOSED] WIP (DO NOT MERGE): Started porting selected files #344

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/26
Author: @eyurtsev
Created: 6/5/2025
Status: Closed

Base: mainHead: eugene/port_langgraph_attempt_1


📝 Commits (10+)

📊 Changes

152 files changed (+36395 additions, -171 deletions)

View changed files

link_changes.jsonl (+3 -0)
mkdocs.yml (+420 -0)
📝 src/docs.yml (+167 -167)
src/images/basic-chatbot.png (+0 -0)
src/images/chatbot-with-tools.png (+0 -0)
src/langgraph/guides/concepts/.meta.yml (+4 -0)
src/langgraph/guides/concepts/agentic_concepts.md (+124 -0)
src/langgraph/guides/concepts/application_structure.md (+150 -0)
src/langgraph/guides/concepts/assistants.md (+29 -0)
src/langgraph/guides/concepts/auth.md (+437 -0)
src/langgraph/guides/concepts/breakpoints.md (+14 -0)
src/langgraph/guides/concepts/deployment_options.md (+89 -0)
src/langgraph/guides/concepts/double_texting.md (+47 -0)
src/langgraph/guides/concepts/durable_execution.md (+157 -0)
src/langgraph/guides/concepts/faq.md (+66 -0)
src/langgraph/guides/concepts/functional_api.md (+667 -0)
src/langgraph/guides/concepts/human_in_the_loop.md (+31 -0)
src/langgraph/guides/concepts/img/agent_types.png (+0 -0)
src/langgraph/guides/concepts/img/agent_workflow.png (+0 -0)
src/langgraph/guides/concepts/img/assistants.png (+0 -0)

...and 80 more files

📄 Description

  • update navigation
  • minimal
  • Check in existing docs
  • x
  • qx
  • x
  • x
  • x
  • x
  • x
  • x

🔄 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/docs/pull/26 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 6/5/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `eugene/port_langgraph_attempt_1` --- ### 📝 Commits (10+) - [`19e3599`](https://github.com/langchain-ai/docs/commit/19e359901736341d44313ff0443dd7ce41c4ebb2) update navigation - [`e8cf7b4`](https://github.com/langchain-ai/docs/commit/e8cf7b462fef47b1b45aa0f873afc43f6b06cf82) minimal - [`b395132`](https://github.com/langchain-ai/docs/commit/b395132a1698c3fac369ddbe2b06b2e552236c8e) Check in existing docs - [`fd46c7b`](https://github.com/langchain-ai/docs/commit/fd46c7b056b719bd71163d400b79394ca3820f51) x - [`fb420da`](https://github.com/langchain-ai/docs/commit/fb420da9275ae5ee6849430c72e7d41bf932657f) qx - [`848396d`](https://github.com/langchain-ai/docs/commit/848396d45ef1122d91c7460e7ef34c855eb0443f) x - [`53593d7`](https://github.com/langchain-ai/docs/commit/53593d7ccf97cfde26683383f373b7b29c15ca7b) x - [`d795278`](https://github.com/langchain-ai/docs/commit/d7952780b8647e925b6b9abd68d652c0ff7eb9b5) x - [`10a75b9`](https://github.com/langchain-ai/docs/commit/10a75b908a0f07ee26c314f9e4c983374145cc09) x - [`e9d08b3`](https://github.com/langchain-ai/docs/commit/e9d08b37422719f5df7c2e99b594485abc4963d7) x ### 📊 Changes **152 files changed** (+36395 additions, -171 deletions) <details> <summary>View changed files</summary> ➕ `link_changes.jsonl` (+3 -0) ➕ `mkdocs.yml` (+420 -0) 📝 `src/docs.yml` (+167 -167) ➕ `src/images/basic-chatbot.png` (+0 -0) ➕ `src/images/chatbot-with-tools.png` (+0 -0) ➕ `src/langgraph/guides/concepts/.meta.yml` (+4 -0) ➕ `src/langgraph/guides/concepts/agentic_concepts.md` (+124 -0) ➕ `src/langgraph/guides/concepts/application_structure.md` (+150 -0) ➕ `src/langgraph/guides/concepts/assistants.md` (+29 -0) ➕ `src/langgraph/guides/concepts/auth.md` (+437 -0) ➕ `src/langgraph/guides/concepts/breakpoints.md` (+14 -0) ➕ `src/langgraph/guides/concepts/deployment_options.md` (+89 -0) ➕ `src/langgraph/guides/concepts/double_texting.md` (+47 -0) ➕ `src/langgraph/guides/concepts/durable_execution.md` (+157 -0) ➕ `src/langgraph/guides/concepts/faq.md` (+66 -0) ➕ `src/langgraph/guides/concepts/functional_api.md` (+667 -0) ➕ `src/langgraph/guides/concepts/human_in_the_loop.md` (+31 -0) ➕ `src/langgraph/guides/concepts/img/agent_types.png` (+0 -0) ➕ `src/langgraph/guides/concepts/img/agent_workflow.png` (+0 -0) ➕ `src/langgraph/guides/concepts/img/assistants.png` (+0 -0) _...and 80 more files_ </details> ### 📄 Description - update navigation - minimal - Check in existing docs - x - qx - x - x - x - x - x - x --- <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-17 17:20:09 -05:00
yindo closed this issue 2026-02-17 17:20:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#344