langchain-ictfax
LangChain tools for sending and tracking faxes through an ICTFax server. ICTFax is an open source fax server built on the ICTCore framework; the same REST API also backs ICTPBX and ICTDialer.
Install
pip install langchain-ictfax
Tools
upload_fax_document, send_fax, get_fax_status, list_faxes — bundled by ICTFaxToolkit.
Usage
from langchain_ictfax import ICTFaxToolkit
toolkit = ICTFaxToolkit.from_credentials(
base_url="https://fax.example.com/api", username="admin", password="mysecret",
)
tools = toolkit.get_tools()
# pass `tools` to any LangChain agent / create_react_agent(...)
The tools are a client for an ICTFax server, so they need a reachable ICTFax/ICTCore install and an API account. They do not deliver faxes on their own.
Built and maintained by ICT Innovations — the team behind ICTFax, ICTPBX, 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_ictfax-0.1.0.tar.gz.
File metadata
- Download URL: langchain_ictfax-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3eae541f2c5429d13f85889ea175b03b4be02ebf7629a94098f3fb5bfbd48eb1
|
|
| MD5 |
ced0f19dbf692bbe2f814a6eb39ae4cc
|
|
| BLAKE2b-256 |
247ac6f4d839aa10f7a1c2b3655b37f87c2186719c6bced079fd8bfe6a1bb74c
|
File details
Details for the file langchain_ictfax-0.1.0-py3-none-any.whl.
File metadata
- Download URL: langchain_ictfax-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 |
f5824ca3bf7fa62ce3321c22172a0ce980a133dace68139e47390a9b66cbd55b
|
|
| MD5 |
db94b51ea52b014b16e1bc0b3ef15477
|
|
| BLAKE2b-256 |
14ecfc24b3f7abf0754701f1dc121ac9ccd680d0a71deae5e33b2b4f74e936f6
|