[PR #773] [MERGED] docs: Add Python SDK reference page #1666

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/773
Author: @andrewnguonly
Created: 6/23/2024
Status: Merged
Merged: 6/23/2024
Merged by: @andrewnguonly

Base: mainHead: an/23jun/sdk-docs


📝 Commits (2)

  • 98b4fb0 Add Python SDK client.
  • 1d18699 Update dependencies for docs group.

📊 Changes

3 files changed (+199 additions, -3 deletions)

View changed files

📝 docs/docs/cloud/reference/sdk/python_sdk_ref.md (+78 -1)
📝 poetry.lock (+120 -2)
📝 pyproject.toml (+1 -0)

📄 Description

Summary

Adding the Python SDK reference page.

Future

  1. It might be nice to update the docstrings of all of the client methods to include the Parameters: and Returns: sections so they're rendered in the markdown page. This is similar to the LangGraph reference page, but this might be redundant. cc: @isahers1

🔄 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/773 **Author:** [@andrewnguonly](https://github.com/andrewnguonly) **Created:** 6/23/2024 **Status:** ✅ Merged **Merged:** 6/23/2024 **Merged by:** [@andrewnguonly](https://github.com/andrewnguonly) **Base:** `main` ← **Head:** `an/23jun/sdk-docs` --- ### 📝 Commits (2) - [`98b4fb0`](https://github.com/langchain-ai/langgraph/commit/98b4fb060944fb782371712a4b224dcf37096c0b) Add Python SDK client. - [`1d18699`](https://github.com/langchain-ai/langgraph/commit/1d186998bd874cfef6565e5c4f695d4234674651) Update dependencies for docs group. ### 📊 Changes **3 files changed** (+199 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/cloud/reference/sdk/python_sdk_ref.md` (+78 -1) 📝 `poetry.lock` (+120 -2) 📝 `pyproject.toml` (+1 -0) </details> ### 📄 Description ### Summary Adding the Python SDK reference page. ### Future 1. It might be nice to update the docstrings of all of the client methods to include the `Parameters:` and `Returns:` sections so they're rendered in the markdown page. This is similar to the LangGraph reference page, but this might be redundant. cc: @isahers1 --- <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:45:16 -05:00
yindo closed this issue 2026-02-20 17:45:16 -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#1666