[PR #809] [MERGED] docs: Update docs for functional API #1031

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/809
Author: @jacoblee93
Created: 1/27/2025
Status: Merged
Merged: 1/27/2025
Merged by: @jacoblee93

Base: mainHead: jacob/docs


📝 Commits (3)

📊 Changes

37 files changed (+7834 additions, -1850 deletions)

View changed files

📝 docs/_scripts/notebook_hooks.py (+80 -3)
docs/docs/concepts/functional_api.md (+798 -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 (+1283 -0)
📝 docs/mkdocs.yml (+174 -152)
📝 docs/overrides/main.html (+11 -11)
examples/how-tos/cross-thread-persistence-functional.ipynb (+528 -0)
examples/how-tos/multi-agent-multi-turn-convo-functional.ipynb (+465 -0)
examples/how-tos/multi-agent-network-functional.ipynb (+518 -0)

...and 17 more files

📄 Description

Splitting out ahead of functional API code changes

CC @ccurme @benjamincburns


🔄 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/809 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 1/27/2025 **Status:** ✅ Merged **Merged:** 1/27/2025 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/docs` --- ### 📝 Commits (3) - [`3d4ce43`](https://github.com/langchain-ai/langgraphjs/commit/3d4ce43801ac31b5e28c73aeec5e662fda494a7e) Update docs for functional API - [`2490463`](https://github.com/langchain-ai/langgraphjs/commit/2490463f7a35daa095e18f60fae81e26d1756618) Fix notebook lint - [`716cd99`](https://github.com/langchain-ai/langgraphjs/commit/716cd9980d6d3d6675a270c31216ef089d6f8edd) Compat warnings ### 📊 Changes **37 files changed** (+7834 additions, -1850 deletions) <details> <summary>View changed files</summary> 📝 `docs/_scripts/notebook_hooks.py` (+80 -3) ➕ `docs/docs/concepts/functional_api.md` (+798 -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` (+1283 -0) 📝 `docs/mkdocs.yml` (+174 -152) 📝 `docs/overrides/main.html` (+11 -11) ➕ `examples/how-tos/cross-thread-persistence-functional.ipynb` (+528 -0) ➕ `examples/how-tos/multi-agent-multi-turn-convo-functional.ipynb` (+465 -0) ➕ `examples/how-tos/multi-agent-network-functional.ipynb` (+518 -0) _...and 17 more files_ </details> ### 📄 Description Splitting out ahead of functional API code changes CC @ccurme @benjamincburns --- <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:52 -05:00
yindo closed this issue 2026-02-15 19:16:52 -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#1031