Skip to main content
Wrap SentFromAI operations as LangChain tools with the @tool decorator, then hand them to an agent.

Install

Define the tools

Run an agent

The model now calls create_inbox then send_email on its own. Add reply and check_inbox tools to build a full back-and-forth agent.
Prefer no glue at all? Connect the SentFromAI MCP server and skip tool definitions.