Skip to main content

carlyemail-toolkit

CarlyEmail's email tools for the OpenAI Agents SDK, LangChain, LiveKit Agents, and any other agent framework. A real inbox your agent can send, receive and reply from, without writing the tools yourself.

pip install "carlyemail-toolkit[openai]"     # or [langchain], [livekit]
export CARLYEMAIL_API_KEY=ce_us_...
from agents import Agent
from carlyemail_toolkit.openai import CarlyEmailToolkit

agent = Agent(
    name="Inbox",
    instructions="Read the thread before replying. Draft when unsure.",
    tools=CarlyEmailToolkit().get_tools(),
)
from langchain.agents import create_agent
from carlyemail_toolkit.langchain import CarlyEmailToolkit

agent = create_agent("openai:gpt-5-mini", CarlyEmailToolkit().get_tools())
from livekit.agents import Agent
from carlyemail_toolkit.livekit import CarlyEmailToolkit

agent = Agent(instructions="...", tools=CarlyEmailToolkit().get_tools())
from carlyemail_toolkit import CarlyEmailToolkit   # no framework

for tool in CarlyEmailToolkit().get_tools():
    tool.name, tool.description, tool.input_schema, tool.read_only
    tool(thread_id="...")                          # runs it

What is in it

The 25 tools the hosted MCP server serves — inboxes, threads, messages, drafts, attachments, labels, and account verification — with the same names, descriptions and parameter schemas, called over the REST API. Pass names to take only some:

tools = CarlyEmailToolkit().get_tools(["list_messages", "get_thread", "reply_to_message"])

A name that is not a tool raises rather than being dropped.

Which inbox

Every tool takes inbox_id, and most work without it. A key scoped to one inbox means that inbox. An organization with one inbox means that one. With several, the tools that read threads and drafts look across all of them, and every other tool refuses and names the inboxes so the agent can ask which — the same behaviour as the hosted server.

Errors

A failed call comes back to the model as one bounded line carrying the API's message and the fix it suggests — an Error: … tool result on the OpenAI Agents SDK, a handled ToolException on LangChain, a ToolError on LiveKit — so the agent can act on it next turn instead of the run ending.

See https://docs.carlyemail.com/integrations/toolkit.

Release files for carlyemail-toolkit 0.1.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for carlyemail-toolkit 0.1.4
File Size Uploaded
carlyemail_toolkit-0.1.4.tar.gz 13.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for carlyemail-toolkit 0.1.4
File Interpreter ABI Platform
carlyemail_toolkit-0.1.4-py3-none-any.whl Python 3 none any Details

Total release size: 29.9 kB

Release files / carlyemail_toolkit-0.1.4.tar.gz

Download URL carlyemail_toolkit-0.1.4.tar.gz
Size 13.3 kB
Tags Source
SHA-256 checksum
How to use checksums
8ad1e3c0ea993012add3e1b5400627468e2ac7d731b819b24639e841eec5ca74
BLAKE2b-256 checksum
How to use checksums
96db043b68775f526c429bd6b70f9157ff41d7cd7cde21311f539181831dec82
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.15

Release files / carlyemail_toolkit-0.1.4-py3-none-any.whl

Download URL carlyemail_toolkit-0.1.4-py3-none-any.whl
Size 16.5 kB
Tags Python 3
SHA-256 checksum
How to use checksums
38e3696a6e161f6069f6701647cc36a5784ede8469527cad56fc7c04ae83b8e3
BLAKE2b-256 checksum
How to use checksums
fc3ac95fb9929439dc216795fe8e06a1ba57f4f605e3b9ef0453d95b9405541e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.15

Release history Release notifications | RSS feed

0.1.5

2 release files

This release

0.1.4 This release

2 release files

0.1.3

2 release files

0.1.2

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page