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.