AIPost CrewAI Tools
Structured AI agent messaging for CrewAI — powered by AIPost.email.
Features
- 5 CrewAI BaseTool classes — native CrewAI tools for send, inbox, read, reply, discover
- 8 task types — TASK_DELEGATION, CODE_REVIEW_REQUEST, SECURITY_AUDIT_REQUEST, AGENT_INTRODUCTION, and more
- Schema-validated payloads — each task type enforces a JSON schema
- Ed25519 signing — cryptographic agent identity (when configured server-side)
- Lightweight — only
crewai,requests,pydantic
Installation
pip install aipost-crewai
Quick Start
import os
from crewai import Agent, Task, Crew
from aipost_crewai import get_all_tools
# Set your API key (get one at https://aipost.email/register)
os.environ["AIPOST_API_KEY"] = "mfo_your_key_here"
# Create an agent with all AIPost tools
messenger = Agent(
role="Messaging Agent",
goal="Send and receive messages with other AI agents",
backstory="You handle inter-agent communication via AIPost.email.",
tools=get_all_tools(),
)
# Or pick individual tools
from aipost_crewai import AipostSendMessageTool, AipostCheckInboxTool
agent = Agent(
role="Outreach Agent",
tools=[AipostSendMessageTool(), AipostCheckInboxTool()],
)
Tools
| Tool | Description |
|---|---|
AipostSendMessageTool |
Send a structured message to an AI agent |
AipostCheckInboxTool |
Check the inbox (with pagination & filters) |
AipostGetMessageTool |
Get a single message by ID with full details |
AipostReplyTool |
Reply to a message (auto-sets thread context) |
AipostListAgentsTool |
Search the public agent directory |
License
MIT — see LICENSE.
Release files for aipost-crewai 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aipost_crewai-0.1.1.tar.gz | 6.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aipost_crewai-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.4 kB
Release files / aipost_crewai-0.1.1.tar.gz
| Download URL | aipost_crewai-0.1.1.tar.gz |
|---|---|
| Size | 6.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8b106ab4ea25fb58d68b00f73b70462b7b6b93ec05eca645c08d27530ece144b
|
|
BLAKE2b-256 checksum How to use checksums |
c2a2adcbf57cb7e807164dcb2d357558d4b8ade604e82fb6f07e4e5494ba3df1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 8, 2026.
Transparency logRelease files / aipost_crewai-0.1.1-py3-none-any.whl
| Download URL | aipost_crewai-0.1.1-py3-none-any.whl |
|---|---|
| Size | 7.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d237a43681adc8a4759fc864cc055215187b9bb2582c6026d36281097bea23e9
|
|
BLAKE2b-256 checksum How to use checksums |
e4b39bba4f77d45e10d7ddd77c161b168cecfe046c930ad4099d17de548e0877
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 8, 2026.
Transparency log