Skip to main content

Official Dial LangChain tools — phone numbers, SMS, WhatsApp, and voice calls for AI agents

Project description

dial-langchain

Official LangChain tools for Dial — phone numbers, SMS, WhatsApp, and AI voice calls for AI agents.

Install

pip install dial-langchain
# or
uv add dial-langchain

This pulls in dial-sdk and langchain-core automatically. Requires Python 3.11+.

Quickstart

The quickest way is DialToolkit — construct it once with your API key and call get_tools() to hand an agent the full set, no per-tool imports:

from dial_langchain import DialToolkit
from langchain.chat_models import init_chat_model
from langgraph.prebuilt import create_react_agent

model = init_chat_model("claude-sonnet-4-6", model_provider="anthropic")

toolkit = DialToolkit(api_key="sk_live_...")
agent = create_react_agent(model, toolkit.get_tools())

DialToolkit is a standard LangChain BaseToolkit, so get_tools() works anywhere a list of tools is expected. It also accepts an optional base_url (defaults to https://getdial.ai; override it for local or self-hosted setups).

Pick individual tools

When you only want a subset, import the tools directly and hand them to the agent yourself. Each Dial capability is a LangChain BaseTool:

from dial_langchain import (
    ListNumbersTool,
    SendMessageTool,
    MakeCallTool,
    ListCallsTool,
    GetCallTool,
    WaitForMessageTool,
)

tools = [
    ListNumbersTool(api_key="sk_live_..."),
    SendMessageTool(api_key="sk_live_..."),
    MakeCallTool(api_key="sk_live_..."),
]

# Drop into any LangChain agent:
from langchain.agents import create_react_agent
agent = create_react_agent(model, tools, prompt)

The tools are async — LangChain calls them via ainvoke.

Available tools

Tool Tool name (for the LLM)
ListNumbersTool list_numbers
PurchaseNumberTool purchase_number
SetNumberPropertiesTool set_number_properties
ListMessagesTool list_messages
SendMessageTool send_message
ListCallsTool list_calls
MakeCallTool make_call
GetCallTool get_call
WaitForMessageTool wait_for_message

Each tool wraps the corresponding dial-sdk call under the hood. DialToolkit.get_tools() returns all of them.

Related

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dial_langchain-0.9.0.tar.gz (124.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dial_langchain-0.9.0-py3-none-any.whl (6.7 kB view details)

Uploaded Python 3

File details

Details for the file dial_langchain-0.9.0.tar.gz.

File metadata

  • Download URL: dial_langchain-0.9.0.tar.gz
  • Upload date:
  • Size: 124.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dial_langchain-0.9.0.tar.gz
Algorithm Hash digest
SHA256 a06380a116e0a90b0a93a53977d2689bf185ecdd46f44382beada9fbbd80adb3
MD5 3bd8a1b913bfdfc44e6f6e78809c5ce3
BLAKE2b-256 98e5f415df5222acacaff7a1e6286db999d84f70b4dadb43f44427cb1a983821

See more details on using hashes here.

Provenance

The following attestation bundles were made for dial_langchain-0.9.0.tar.gz:

Publisher: publish-sdk-langchain.yml on GENWAY-AI/dial

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dial_langchain-0.9.0-py3-none-any.whl.

File metadata

  • Download URL: dial_langchain-0.9.0-py3-none-any.whl
  • Upload date:
  • Size: 6.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dial_langchain-0.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 433048de03d6f2704e7037d0cdd530aa13e98887b3e07c25a7b93b42f29294ee
MD5 e1eac755abcbb2d2d2bcb66906c93fcb
BLAKE2b-256 0329f6e0e223509361403ac14ec4ee9db0e9a6fa33faf044a3aaa3b101db271a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dial_langchain-0.9.0-py3-none-any.whl:

Publisher: publish-sdk-langchain.yml on GENWAY-AI/dial

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page