agent-office-notifier
v0.0.1
Published
Standalone notifier for Agent Office
Maintainers
Readme
Agent Office Notifier
Standalone notifier for Agent Office that sends email notifications for unread messages.
Installation
npm install -g agent-office-notifierUsage
Start the notifier daemon:
agent-office-notifier start --coworker "John Doe" --to-email "[email protected]" --resend-api-key "your-resend-api-key" --domain "yourdomain.com"Options
--coworker <name>: Coworker name to monitor for unread messages (required)--sqlite <path>: SQLite database file path (default: "agent-office.db")--postgres-url <url>: PostgreSQL connection URL (alternative to --sqlite)--to-email <email>: Email address to send notifications to (required)--resend-api-key <key>: Resend API key for sending emails (required)--domain <domain>: Email domain for from addresses (required)--wait-minutes <minutes>: Minutes to wait before notifying (default: "15")
License
MIT
