[PR #243] [MERGED] docs(oss): tools, agents docs for v1 alpha #555

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/243
Author: @casparb
Created: 8/27/2025
Status: Merged
Merged: 8/29/2025
Merged by: @casparb

Base: v1-alphaHead: caspar/tools-agents


📝 Commits (10+)

  • 7fec3c3 docs(oss): tools, agents docs for v1 alpha
  • 678560a docs(oss): incorporate harrison & sydney pr comments
  • f89bf4f docs(oss): structured output
  • 684cef8 docs(oss): clean up tools, agents, structured output docs
  • d731a37 Merge branch 'v1-alpha' into caspar/tools-agents
  • 9070eca docs(oss): remove reference to model tool binding on agents page
  • a56b5d6 js(tools): translate tools page to js (#267)
  • 40f3589 js(agents): translate agents examples to JS (#279)
  • 257cbfc js(structured-output): translated structured output content to JS (#282)
  • 88a11bf docs(oss): integrate js support

📊 Changes

4 files changed (+3179 additions, -20 deletions)

View changed files

📝 src/docs.json (+22 -0)
📝 src/oss/langchain-agents.mdx (+1326 -9)
📝 src/oss/langchain-structured-output.mdx (+1077 -2)
📝 src/oss/langchain-tools.mdx (+754 -9)

📄 Description

Adds:

  • Tools documentation, covering:
    • Creating tools
    • Using tools with agents
    • Advanced tool patterns
      • ToolNode
      • Interacting with agent state within a tool
      • Interacting with runtime context within a tool
      • Interacting with long-term memory within a tool
  • Agents documentation, covering:
    • Core configuration:
      • Models
      • Tools
      • Prompts
    • Advanced configuration:
      • Structured output
      • Memory
      • Pre-model hook
      • Post-model hook
      • Streaming
    • End to end examples
  • Structured output documentation, covering:
    • Provider strategy (native strategy)
    • Tool calling strategy
      • Error handling

Language support:

  • Python
  • JS

🔄 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/243 **Author:** [@casparb](https://github.com/casparb) **Created:** 8/27/2025 **Status:** ✅ Merged **Merged:** 8/29/2025 **Merged by:** [@casparb](https://github.com/casparb) **Base:** `v1-alpha` ← **Head:** `caspar/tools-agents` --- ### 📝 Commits (10+) - [`7fec3c3`](https://github.com/langchain-ai/docs/commit/7fec3c34ff006a7227aa4a59b4cc78dde2bff8ed) docs(oss): tools, agents docs for v1 alpha - [`678560a`](https://github.com/langchain-ai/docs/commit/678560a91b2fe748b44c0c23ab9b506d6a871725) docs(oss): incorporate harrison & sydney pr comments - [`f89bf4f`](https://github.com/langchain-ai/docs/commit/f89bf4fd768f0248afd5dae5612592ded75405a0) docs(oss): structured output - [`684cef8`](https://github.com/langchain-ai/docs/commit/684cef8590263c6110b7be9f8d94c424be3bc085) docs(oss): clean up tools, agents, structured output docs - [`d731a37`](https://github.com/langchain-ai/docs/commit/d731a37ed0f3cf0068b4c82e2ca44cafe5296aa1) Merge branch 'v1-alpha' into caspar/tools-agents - [`9070eca`](https://github.com/langchain-ai/docs/commit/9070eca294854e300c297797129eea47a9d8af6c) docs(oss): remove reference to model tool binding on agents page - [`a56b5d6`](https://github.com/langchain-ai/docs/commit/a56b5d6aea82d4710887fe10c3a137f4410d3771) js(tools): translate tools page to js (#267) - [`40f3589`](https://github.com/langchain-ai/docs/commit/40f35895ff75332bd28707b1aa5e2f0d1f35807f) js(agents): translate agents examples to JS (#279) - [`257cbfc`](https://github.com/langchain-ai/docs/commit/257cbfc78cd41cb0e77dc73c921f84a96815f80e) js(structured-output): translated structured output content to JS (#282) - [`88a11bf`](https://github.com/langchain-ai/docs/commit/88a11bfbe87630bb0b96a110340bac794a237675) docs(oss): integrate js support ### 📊 Changes **4 files changed** (+3179 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+22 -0) 📝 `src/oss/langchain-agents.mdx` (+1326 -9) 📝 `src/oss/langchain-structured-output.mdx` (+1077 -2) 📝 `src/oss/langchain-tools.mdx` (+754 -9) </details> ### 📄 Description Adds: * Tools documentation, covering: * Creating tools * Using tools with agents * Advanced tool patterns * ToolNode * Interacting with agent state within a tool * Interacting with runtime context within a tool * Interacting with long-term memory within a tool * Agents documentation, covering: * Core configuration: * Models * Tools * Prompts * Advanced configuration: * Structured output * Memory * Pre-model hook * Post-model hook * Streaming * End to end examples * Structured output documentation, covering: * Provider strategy (native strategy) * Tool calling strategy * Error handling Language support: - Python - JS --- <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:38 -05:00
yindo closed this issue 2026-02-17 17:20:38 -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#555