What problem does it solve?
This Skill provides a self-hosted, robust API for managing physical-world tasks dispatched from AI agents to human executors, offering more control and flexibility than direct GitHub integration.
Core Features & Use Cases
- Multi-deployment Options: Deploy as Docker containers, Kubernetes clusters, or Cloudflare Workers.
- Event-Sourced Storage: All operations are logged as events, making data queryable with tools like DuckDB.
- Custom Integrations: Supports various notification channels (Slack, ntfy, webhooks) and lifecycle hooks for external service integration (Todoist, Linear, Google Tasks).
- Use Case: An AI assistant needs to check if a smart home device is online. It sends a request to the MESS server, which dispatches it to a nearby executor (e.g., a phone). The executor confirms the device status and the result is logged and reported back.
Quick Start
Deploy the MESS Exchange Server using Docker by running docker compose -f deploy/docker/docker-compose.yml up -d in the server directory.