[PR #2003] [CLOSED] Add agent spec integration docs #2048

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2003
Author: @Davide-Cocco
Created: 12/22/2025
Status: Closed

Base: mainHead: add-agent-spec-integration-docs


📝 Commits (10+)

📊 Changes

2 files changed (+92 additions, -8 deletions)

View changed files

📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -8)
src/oss/python/integrations/providers/open_agent_spec.mdx (+84 -0)

📄 Description

Overview

Adds an integration page for Open Agent Spec provider.

Type of change

New documentation page

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

🔄 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/2003 **Author:** [@Davide-Cocco](https://github.com/Davide-Cocco) **Created:** 12/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-agent-spec-integration-docs` --- ### 📝 Commits (10+) - [`ec2bf4f`](https://github.com/langchain-ai/docs/commit/ec2bf4f997dbffd24b022b38926afdbc4ccfaeb9) Added entry for Agent Spec - [`1d03971`](https://github.com/langchain-ai/docs/commit/1d039718c0fdc4629dc179ecf96c1bf684c4749e) Removed cardgroup in favor of icons - [`2e2303c`](https://github.com/langchain-ai/docs/commit/2e2303c4be68710258fe8aca3f7495f16cd67390) Restored cards - [`15c03d1`](https://github.com/langchain-ai/docs/commit/15c03d1af8babe8d3a0eac425a8dd125a628710e) Removing usage examples until we have more - [`fb3b03f`](https://github.com/langchain-ai/docs/commit/fb3b03f79c1baa85e7bc457bc783f76730b5bb5a) Apply suggestions from code review - [`b22eb4e`](https://github.com/langchain-ai/docs/commit/b22eb4e5048244dca56b424c429d17b72341ed98) Apply suggestions from code review - [`a7d9bb1`](https://github.com/langchain-ai/docs/commit/a7d9bb112c402f269acffb601790561640674ae6) Merge and draft update - [`51ba81a`](https://github.com/langchain-ai/docs/commit/51ba81aea83dd6b6098111c78410d66698f94c7c) :Merge branch 'add-agent-spec-integration-docs' of https://github.com/Davide-Cocco/docs into add-agent-spec-integration-docs - [`4a57db6`](https://github.com/langchain-ai/docs/commit/4a57db60681ee9b53ca37d362933b44021fcd68e) Added usage example - [`94e6db7`](https://github.com/langchain-ai/docs/commit/94e6db76eeabf4f3cd2c05f54829f300156e5a73) Small tweaks ### 📊 Changes **2 files changed** (+92 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -8) ➕ `src/oss/python/integrations/providers/open_agent_spec.mdx` (+84 -0) </details> ### 📄 Description ## Overview Adds an integration page for Open Agent Spec provider. ## Type of change New documentation page ## Checklist - [X] I have read the [contributing guidelines](README.md) - [X] I have tested my changes locally using `docs dev` - [X] All code examples have been tested and work correctly - [X] I have used **root relative** paths for internal links - [X] I have updated navigation in `src/docs.json` if needed --- <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:23:00 -05:00
yindo closed this issue 2026-02-17 17:23:00 -05:00
yindo changed title from [PR #2003] Add agent spec integration docs to [PR #2003] [CLOSED] Add agent spec integration docs 2026-06-05 18:16:22 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2048