[PR #3607] [MERGED] docs: Add AgentPhone integration #3647

Closed
opened 2026-06-05 18:23:47 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3607
Author: @modi2meet
Created: 4/16/2026
Status: Merged
Merged: 4/20/2026
Merged by: @mdrxy

Base: mainHead: add-agentphone-integration


📝 Commits (1)

  • fbf3a4b Add AgentPhone integration docs

📊 Changes

4 files changed (+172 additions, -0 deletions)

View changed files

src/oss/python/integrations/providers/agentphone.mdx (+28 -0)
📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/tools/agentphone.mdx (+134 -0)
📝 src/oss/python/integrations/tools/index.mdx (+2 -0)

📄 Description

Summary

  • Add AgentPhone provider page and toolkit tool page for langchain-agentphone
  • Add AgentPhone to the tools index (Productivity section) and all providers list
  • Package: langchain-agentphone

AgentPhone is a telephony platform for AI agents with messaging, voice calls, and phone number management. The langchain-agentphone package provides 12 LangChain tools via AgentPhoneToolkit.

Files changed

  • src/oss/python/integrations/providers/agentphone.mdx — new provider page
  • src/oss/python/integrations/tools/agentphone.mdx — new toolkit tool page
  • src/oss/python/integrations/tools/index.mdx — added to Productivity table and All tools cards
  • src/oss/python/integrations/providers/all_providers.mdx — added to provider card list

🔄 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/3607 **Author:** [@modi2meet](https://github.com/modi2meet) **Created:** 4/16/2026 **Status:** ✅ Merged **Merged:** 4/20/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `add-agentphone-integration` --- ### 📝 Commits (1) - [`fbf3a4b`](https://github.com/langchain-ai/docs/commit/fbf3a4b80f5b632ea0ebfde9a0709d71dd6d4b5d) Add AgentPhone integration docs ### 📊 Changes **4 files changed** (+172 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/providers/agentphone.mdx` (+28 -0) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/tools/agentphone.mdx` (+134 -0) 📝 `src/oss/python/integrations/tools/index.mdx` (+2 -0) </details> ### 📄 Description ## Summary - Add AgentPhone provider page and toolkit tool page for `langchain-agentphone` - Add AgentPhone to the tools index (Productivity section) and all providers list - Package: [langchain-agentphone](https://pypi.org/project/langchain-agentphone/) [AgentPhone](https://agentphone.to) is a telephony platform for AI agents with messaging, voice calls, and phone number management. The `langchain-agentphone` package provides 12 LangChain tools via `AgentPhoneToolkit`. ## Files changed - `src/oss/python/integrations/providers/agentphone.mdx` — new provider page - `src/oss/python/integrations/tools/agentphone.mdx` — new toolkit tool page - `src/oss/python/integrations/tools/index.mdx` — added to Productivity table and All tools cards - `src/oss/python/integrations/providers/all_providers.mdx` — added to provider card list --- <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-06-05 18:23:47 -04:00
yindo closed this issue 2026-06-05 18:23:47 -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#3647