Skip to content

Commit c430ca7

Browse files
authoredFeb 4, 2025··
Merge pull request #9 from Manifest-Holdings/next
Email and Twitter proxy

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+4110
-602
lines changed
 

‎.env.example

+9
Original file line numberDiff line numberDiff line change
@@ -553,3 +553,12 @@ AKASH_MANIFEST_VALIDATION_LEVEL=strict
553553
# Quai Network Ecosystem
554554
QUAI_PRIVATE_KEY=
555555
QUAI_RPC_URL=https://rpc.quai.network
556+
557+
# Email
558+
RESEND_API_KEY= # Your Resend API key
559+
DEFAULT_TO_EMAIL= # Default recipient
560+
DEFAULT_FROM_EMAIL= # Default sender
561+
562+
# Optional Settings
563+
EMAIL_AUTOMATION_ENABLED=false # Enable AI detection. If this is enabled, the plugin will automatically detect email-worthy conversations and handle generation/delivery and only that.
564+
EMAIL_EVALUATION_PROMPT= # Custom detection criteria for shouldEmail

‎agent/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
"@elizaos/plugin-hyperliquid": "workspace:*",
9393
"@elizaos/plugin-akash": "workspace:*",
9494
"@elizaos/plugin-quai": "workspace:*",
95+
"@elizaos/plugin-email-automation": "workspace:*",
9596
"readline": "1.3.0",
9697
"ws": "8.18.0",
9798
"yargs": "17.7.2"

0 commit comments

Comments
 (0)
Please sign in to comment.