[PR #801] [CLOSED] docs: functional API #1020

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/801
Author: @ccurme
Created: 1/24/2025
Status: Closed

Base: ben/functional-apiHead: cc/docs_layout


📝 Commits (10+)

📊 Changes

46 files changed (+8333 additions, -2164 deletions)

View changed files

📝 .github/workflows/ci.yml (+1 -1)
📝 README.md (+237 -154)
📝 docs/_scripts/notebook_hooks.py (+80 -3)
docs/docs/concepts/functional_api.md (+794 -0)
docs/docs/concepts/img/agent_workflow.png (+0 -0)
📝 docs/docs/concepts/index.md (+1 -2)
📝 docs/docs/how-tos/index.md (+23 -2)
📝 docs/docs/index.md (+0 -2)
📝 docs/docs/tutorials/index.md (+1 -2)
docs/docs/tutorials/workflows/img/agent.png (+0 -0)
docs/docs/tutorials/workflows/img/augmented_llm.png (+0 -0)
docs/docs/tutorials/workflows/img/evaluator_optimizer.png (+0 -0)
docs/docs/tutorials/workflows/img/parallelization.png (+0 -0)
docs/docs/tutorials/workflows/img/prompt_chain.png (+0 -0)
docs/docs/tutorials/workflows/img/routing.png (+0 -0)
docs/docs/tutorials/workflows/img/worker.png (+0 -0)
docs/docs/tutorials/workflows/index.md (+1279 -0)
📝 docs/mkdocs.yml (+174 -152)
📝 docs/overrides/main.html (+11 -11)
examples/how-tos/cross-thread-persistence-functional.ipynb (+528 -0)

...and 26 more files

📄 Description

Will coordinate with other docs changes to avoid merge conflicts.


🔄 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/801 **Author:** [@ccurme](https://github.com/ccurme) **Created:** 1/24/2025 **Status:** ❌ Closed **Base:** `ben/functional-api` ← **Head:** `cc/docs_layout` --- ### 📝 Commits (10+) - [`8814b46`](https://github.com/langchain-ai/langgraphjs/commit/8814b46d533c8d2e0c67a31807d29abaa1d199e0) unhide navigation - [`a65da6d`](https://github.com/langchain-ai/langgraphjs/commit/a65da6d6b7cf5a2bd476e9d3a57df0ca9a578d9b) update mkdocs - [`a9bdd6e`](https://github.com/langchain-ai/langgraphjs/commit/a9bdd6ea514b01131c606da64b539511ced88783) update overrides - [`b0aa6f4`](https://github.com/langchain-ai/langgraphjs/commit/b0aa6f47aaae904291776fec829d42cdd6fb5e3e) fix link - [`6ce6779`](https://github.com/langchain-ai/langgraphjs/commit/6ce6779058a6e32d3a834b30fead2822267dcba3) update readme - [`260264c`](https://github.com/langchain-ai/langgraphjs/commit/260264cb1892345211de547f2b6f496a5b799496) Revert "update readme" - [`91afd1f`](https://github.com/langchain-ai/langgraphjs/commit/91afd1f9677e32afed1cb973da294b3974a3c971) update readme - [`3742ab0`](https://github.com/langchain-ai/langgraphjs/commit/3742ab01f684c495e27fd18bc08ff49625affba6) docs: update readme and landing page (#802) - [`fb9a49a`](https://github.com/langchain-ai/langgraphjs/commit/fb9a49a95331afddf97e3f12e957f662d6d17e32) add concepts (not ported to ts yet) - [`55613f1`](https://github.com/langchain-ai/langgraphjs/commit/55613f13664d22e43c2a2fc7f1d6970940aa303b) Merge branch 'ben/functional-api' of github.com:langchain-ai/langgraphjs into cc/docs_layout ### 📊 Changes **46 files changed** (+8333 additions, -2164 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+1 -1) 📝 `README.md` (+237 -154) 📝 `docs/_scripts/notebook_hooks.py` (+80 -3) ➕ `docs/docs/concepts/functional_api.md` (+794 -0) ➕ `docs/docs/concepts/img/agent_workflow.png` (+0 -0) 📝 `docs/docs/concepts/index.md` (+1 -2) 📝 `docs/docs/how-tos/index.md` (+23 -2) 📝 `docs/docs/index.md` (+0 -2) 📝 `docs/docs/tutorials/index.md` (+1 -2) ➕ `docs/docs/tutorials/workflows/img/agent.png` (+0 -0) ➕ `docs/docs/tutorials/workflows/img/augmented_llm.png` (+0 -0) ➕ `docs/docs/tutorials/workflows/img/evaluator_optimizer.png` (+0 -0) ➕ `docs/docs/tutorials/workflows/img/parallelization.png` (+0 -0) ➕ `docs/docs/tutorials/workflows/img/prompt_chain.png` (+0 -0) ➕ `docs/docs/tutorials/workflows/img/routing.png` (+0 -0) ➕ `docs/docs/tutorials/workflows/img/worker.png` (+0 -0) ➕ `docs/docs/tutorials/workflows/index.md` (+1279 -0) 📝 `docs/mkdocs.yml` (+174 -152) 📝 `docs/overrides/main.html` (+11 -11) ➕ `examples/how-tos/cross-thread-persistence-functional.ipynb` (+528 -0) _...and 26 more files_ </details> ### 📄 Description Will coordinate with other docs changes to avoid merge conflicts. --- <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 19:16:49 -05:00
yindo closed this issue 2026-02-15 19:16:49 -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#1020