Skip to content

v0.1.0

Latest

Choose a tag to compare

@sarveshpatil-plivo sarveshpatil-plivo released this 30 Jul 15:11

First release of langchain-plivo-tools, a LangChain integration package for Plivo.

This release ships two tools:

  • PlivoSendMessageTool sends an SMS from a Plivo number to a recipient through the Plivo Messages API.
  • PlivoMakeCallTool places an outbound voice call through the Plivo Voice API.

Both tools take a Plivo Auth ID and Auth Token as secrets and work as standalone LangChain tools or as tools inside an agent.

Install it with pip install langchain-plivo-tools. See the README for configuration and usage.