SkillAgentSearch skills...

ATAT

ATAT is an email client for AI Agents. Deploy dozens of AI agents through a single email address (IMAP/SMTP) using the OpenAI API. Just add credentials, create one email and the aliases you need, and you have agents over email. Just add credentials and it works.

Install / Use

/learn @seanfromthepast/ATAT

README

ATAT - Email Client for AI Agents 💪🦾

<p align="center"> <img src="https://semantic-life.com/static/atat-board.png" width="400" alt="ATAT by Semantic Life"/> </p> <div align="center"> <table> <tr> <td align="center" width="420"><em>Rapid Setup for AI Agents Over Email</em></td> <td align="center">→</td> <td align="center" width="420"><strong><em>Deploy Agents In the Easiest Way for Your Users</em></strong></td> </tr> <tr> <td align="center" width="420"><em>To, CC, and Fw: Multiple Agents</em></td> <td align="center">→</td> <td align="center" width="420"><strong><em>Simplified Training: Just Email</em></strong></td> </tr> <tr> <td align="center" width="420"><em>Powerful Shortcodes for AI</em></td> <td align="center">→</td> <td align="center" width="420"><strong><em>Multi-Agent Multi-Step Collaboration for All</em></strong></td> </tr> <tr> <td align="center" width="420"><em>Batteries Included, Just Add Credentials</em></td> <td align="center">→</td> <td align="center" width="420"><strong><em>Includes Email Client and Agent Dashboard</em></strong></td> </tr> </table> </div>

Table of Contents

Introduction

ATAT enables rapid setup of AI agents you can email -- with simple shortcodes that give the agents superpowers.

Source Code https://github.com/semanticsean/ATAT

Roadmap: For those interested in contributing to the project, please refer to our contribution guide for detailed information on how you can get involved.

v0.4 - Includes ABE - A/B + Election polling. v0.3 - Initial Release

EXAMPLE: Email a team of three AI agents who collaborate to write a short story:

<p align="left"> <img src="https://atat-dev-0-3.replit.app/static/email-example-1.png" width="600" alt="ATAT by Semantic Life"/> </p>

Email one AI agent, instructed to write a story in three acts (three API calls):

<p align="left"> <img src="https://atat-dev-0-3.replit.app/static/email-example-2.png" width="600" alt="ATAT by Semantic Life"/> </p>

Getting Started

This guide walks you through deploying on Replit, because it's so easy to deploy. Start with this Repl.

To use locally or on Github, you'll have to change the calls to take env vars.

1. Packages & Secrets / Env Vars

  • Package Version: Use pip install openai==0.28.0 for compatibility.
  • Secrets Configuration: Enter your SMTP and OpenAI API credentials as secrets.

{

"SMTP_SERVER": "",

"IMAP_SERVER": "",

"SMTP_PORT": "",

"SMTP_USERNAME": "",

"SMTP_PASSWORD": "",

"OPENAI_API_KEY": "",

"DOMAIN_NAME": "",

"COMPANY_NAME": ""

}

For SMTP_PORT using Google Workspace, use Port 587.

For SMTP_PASSWORD, if you're using Google / Gmail it needs to be an APP PASSWORD which requires 2FA.

DOMAIN_NAME should be what follows @ in an email address. For example, "acme.com" like "info@acme.com".

COMPANY_NAME should be as it appears in writing, like "ACME Corp."

2. Email Address Configuration

  • Create An Agent@ Email Address: This must be a new email address with no history.

  • Agent Aliases: Assign at least one email alias for at least one agent in agents/agents.json. The rest are optional and can be called with the @@(Agent Name) shortcode, or can receive their own alias. @@ is helpful if you want more agents than your email server supports as aliases. For example Google Workspace limits to 25, but you can deploy hundreds of agent models accessible through the @@ shortcode.

3. Deployment and Usage

  • Run and Explore: Deploy via Replit and navigate the agent dashboard. Check spam settings if responses are missing.

See /tools/testing_emails.md for emails to test with.

IMPORTANT: You may need to whitelist the domain and / or email addresses.

⚠️ Critical 🚨🚨

MAKE A NEW EMAIL TO USE WITH ATAT. DO NOT CONNECT EXISTING ACCOUNTS. ATAT is reactive and you may send unintended emails if you haven't indexed the history properly. Create a new account exclusively for ATAT use.

Features & Benefits

ATAT is an email client that hosts AI agents who respond to emails, so you can email them directly, cc them, or fw: emails to them. ATAT is designed to democratize the use of AI, allowing quick setup of an AI agent "company" in minutes, with the steering handled over email. That means training is as simple as providing a new email to forward to or cc. This approach leverages the inherent slowness of email for thoughtful, comprehensive AI responses. It also opens up "MoE" or "CoE" thinking for normies.

Another strength of email is that it's slow. As demonstrated in the @@ and !detail! shortcodes, multi-pass (multi-API-call) components can be integrated and the time it takes to run all the calls, be it minutes or even hours, is normal for email.

  • 🚀 Rapid Deployment: Easy integration into existing email systems.
  • 🤖 Agent-Centric Communication: Designed for AI interactions, complete with an Agent Dashboard.
  • ✅ Reactive Email Design: Focuses on human-initiated interactions, avoiding unsolicited email communication.
  • 🦾 Multi-Agent Collaboration: Enhances decision-making through a mixture of expert agents.
  • 🛠️ Shortcode System: Simplifies complex tasks with shortcodes like !detail, !summarize, and !ff.
  • ⏰ Embracing Email's Pace: Utilizes email's slow nature for detailed, thoughtful AI responses.
  • 💡 Replit Setup: Quick setup process on Replit.
  • 📝 PDF Capability: Agents can interpret text from PDFs.
  • 🎨 Custom Dashboard: Customizable HTML/CSS for branding.
  • ⏳ Synthetic Time Travel: See how people will react to an email or document before it happens.

🦾 New Agent Creation

Utilize new_agent.py for generating new agents with detailed personas and DALL-E generated images.

🎩 Agent Dashboard

cards.py powers a Flask server showcasing a dashboard of all agents for easy access.

Shortcode Overview

Enhance your email interactions with our advanced shortcode system. Designed for seamless integration into email content, these shortcodes trigger specialized functionalities within the ATAT platform, enabling dynamic agent engagement and content manipulation directly through your emails. Explore the capabilities and usage of each shortcode to leverage the full potential of ATAT for your email communications.

Engaging Agents with @@

  • Functionality: Use the @@ shortcode to dispatch emails to multiple agents simultaneously, fostering a collaborative multi-agent response. This feature is invaluable for scenarios requiring input from diverse AI personas.
  • Usage: Simply include @@(agent name) or @@.creator in your email, followed by specific agent identifiers or creation instructions. This command cues ATAT to engage the designated agents in the response process.

Testing Email

devatlas - what is the most important question for grant applicants to answer when writing startup pitch decks?

@@(castor) what startups do you like?

@@(Nova) what do you think?

@@(Orion) what do you think?

@@(Nebula) what do you think?

@@(Altair) what do you think?

Dynamic Agent Creation with @@.creator

  • Functionality: The @@.creator shortcode instantaneously generates new agent personas, offering on-the-fly customization to adapt to the evolving needs of the conversation.
  • Usage: Implement @@.creator(Embody an agent...) with detailed persona specifications. Ensure "Embody" is present to activate the creator function, signaling ATAT to craft and introduce a new agent persona based on your instructions.

Testing Email

I'm working on a new creative project and need some roleplaying. Please render this agent and have it answer the question below.

@@.creator(Embody a playful vampire who is friends with a dolphin in a children's book style who speaks in comical vampire voice.)!

Mr. Vampire, what is your favorite game to play?

Chunking Long-Form Content Generation Requests with Detail

  • Functionality: The Detail shortcode breaks down extensive text blocks into manageable segments, optimizing the processing and generation of responses.
  • Usage: Wrap your detailed content between !detail_start! and !detail_stop! markers. ATAT automatically segments the content for efficient handling. Use '!split!' to split the API calls / engage multipass.

!detail_start! introduction: it's the year 2050 and AI driven synthetic time travel is easily possible !split! we meet our protagonist, in detail !split! we meet our antagonist, in detail !split! we see the first conflict between the protagonist and antagonist, the first act ends !split! the second act begins with a new player, a romantic interest wh

Related Skills

View on GitHub
GitHub Stars30
CategoryOperations
Updated26d ago
Forks3

Languages

Python

Security Score

80/100

Audited on Mar 1, 2026

No findings