langchain-ictpbx
LangChain tools for querying an ICTPBX server — the multi-tenant, white-label IP-PBX built on the ICTCore framework. Let an agent read your PBX state: extensions, DID numbers, SIP trunks, tenants and live PBX statistics.
Install
pip install langchain-ictpbx
Tools
list_extensions, list_dids, list_providers, get_pbx_statistics, list_tenants — bundled by ICTPBXToolkit.
Usage
from langchain_ictpbx import ICTPBXToolkit
toolkit = ICTPBXToolkit.from_credentials(
base_url="https://your-ictpbx/api", username="admin@example.com", password="...",
)
tools = toolkit.get_tools()
# pass `tools` to any LangChain agent
The tools are a client for an ICTPBX / ICTCore server, so they need a reachable install and an API account (login is by email). They read PBX state; they do not place calls.
Built and maintained by ICT Innovations — the team behind ICTPBX, ICTFax, ICTDialer and ICTContact.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file langchain_ictpbx-0.1.0.tar.gz.
File metadata
- Download URL: langchain_ictpbx-0.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8c9dc27b147f84e6a20e7f38cfa2550dcf7a2814295af267ea1febd1d16bba5
|
|
| MD5 |
d1b9d42a21375d716a6fd6b9289125de
|
|
| BLAKE2b-256 |
11d07e891503106c624a84cbcc6a137c5f22d802e27b8b99dd519d44fef4f29c
|
File details
Details for the file langchain_ictpbx-0.1.0-py3-none-any.whl.
File metadata
- Download URL: langchain_ictpbx-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7d0c75913864928fda1a151c2146906df5def2fab80c65f61c77fedd7b8699e
|
|
| MD5 |
a5a117c1489eff54974c669c8660b25c
|
|
| BLAKE2b-256 |
a2365b85c0d296b8293b5dfc612530e869942b9d310a499f96b6a6dda1f8f2d9
|