#ai agents
13 posts with this tag.
-
Why AI Agents Need Real Email Addresses
// · 4 min readThe thesis behind AgenticMail. Why agents need their own email identity, not just API access, and how a self hosted mail server makes it possible.
-
Inter Agent Communication: Task Queues and RPC That Actually Work
// · 5 min readHow AgenticMail implements task assignment, RPC with promise based completion, and capability based access control for multi agent coordination.
-
Building an MCP Server with 62 Tools for Agent Email
// · 5 min readHow AgenticMail's MCP package exposes 62 tools over stdio transport, with stateless design, rich input schemas, telemetry, and a follow up reminder system.
-
Teaching AI Agents to Read SMS and Verification Codes
// · 5 min readHow AgenticMail's SmsManager integrates with Google Voice to give AI agents the ability to receive SMS messages and automatically extract verification codes.
-
Sub Agent Lifecycle Management and Garbage Collection
// · 5 min readHow the OpenClaw plugin auto provisions temporary agent accounts and garbage collects stale ones on a 15 minute interval.
-
The Conversational Fallacy: Why Text Based Agent Orchestration is Broken
// · 4 min readA look at the LaTeX research paper from the AgenticMail repo on structured RPC versus conversational sub agent spawning, and the 53x speedup that proves the point.
-
Building an AI Agent Workforce Platform
// · 4 min readAn overview of AgenticMail Enterprise: 6 tier architecture, 82 engine modules, 270+ tools, and the vision of treating AI agents as digital employees.
-
Agent Lifecycle State Machines: 12 States of a Digital Employee
// · 5 min readHow AgenticMail Enterprise manages agent lifecycles through a 12 state machine with health checks, auto recovery, and budget enforcement.
-
Workforce Management for AI: Shifts, Rotations, and Capacity Planning
// · 5 min readTreating AI agents like employees with shift schedules, on-call rotations, capacity planning, clock records, off-duty enforcement, vacation auto-responders, and birthday automation.
-
Soul Templates: Giving AI Agents Personality and Purpose
// · 4 min readHow 51 soul templates across 14 categories transform generic AI into specialized agents with real personality and domain expertise.
-
Agent Autonomy: Morning Triage, Daily Catchup, and Goal Tracking
// · 5 min readHow AgenticMail Enterprise agents manage their own schedules, triage inboxes, track goals, and operate independently with heartbeat monitoring.
-
Agent to Agent Communication: Messages, Broadcasts, and Channels
// · 5 min readHow AI agents in AgenticMail Enterprise coordinate through direct messages, broadcasts, topic channels, and priority levels.
-
From Database Administration to AI Agent Coordination
// · 4 min readHow years of optimizing MySQL, PostgreSQL, and IBM DB2 platforms shaped the way I build AI agent systems today.