langchain-carlyemail
Give a LangChain agent a real inbox without defining the email tools yourself.
pip install langchain-carlyemail
from langchain.agents import create_agent
from langchain_carlyemail import CarlyEmailToolkit
tools = CarlyEmailToolkit.from_api_key().get_tools()
agent = create_agent("openai:gpt-5-mini", tools)
The package also exports CarlyEmailLoader, CarlyEmailRetriever, individual
tool classes, signature verification, and create_email_router for a
Cloudflare-style on_email(event) callback.
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_carlyemail-0.3.0.tar.gz.
File metadata
- Download URL: langchain_carlyemail-0.3.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f41284e2d6ee6222051dca14138e44c566c4bd0c1d6b6631e777ef15530357f3
|
|
| MD5 |
a858949f9595c8e2249b2018ad87d956
|
|
| BLAKE2b-256 |
19569ab174e6895e4ad21e6daba542907c207f0ccf2355f7220ffa26e0ad619b
|
File details
Details for the file langchain_carlyemail-0.3.0-py3-none-any.whl.
File metadata
- Download URL: langchain_carlyemail-0.3.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9c8640e1495a9673be6a194b732013b53acfc6b3ae17b69675e202bc275f18f
|
|
| MD5 |
5f420fd840452cf36494c58dc8fae740
|
|
| BLAKE2b-256 |
73b383085730cd55e216af76c9da265c820499aa65907f327580a1724838ac66
|