-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(email-plugin): add email-plugin + improve: fixed avail plugin duplicate dependency #2645
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
- Increase timeout from 300 to 600 tenths of a second to allow proper application startup - Fix comment to correctly reflect the timeout value in tenths of a second Co-Authored-By: Sayo <[email protected]>
Co-Authored-By: Sayo <[email protected]>
…tibility Co-Authored-By: Sayo <[email protected]>
…tableResult Co-Authored-By: Sayo <[email protected]>
* feat: add email capability * add initialization + update .env.example * fix build issues and update lock file * Update pnpm-lock.yaml --------- Co-authored-by: Sayo <[email protected]> Co-authored-by: Sayo <[email protected]>
Add an email integration plugin that would allow agents to receive and send emails.
Relates to
2641
Risks
No risk. New plugin
Background
What does this PR do?
Provide an implementation for an emailClient.
What kind of change is this?
Improvement
Why are we doing this? Any context or related work?
Currently, there's no built-in way for agents to handle email communications directly. This limits the agent's ability to engage in email-based workflows and automated email responses, which is essential for many business processes.
Documentation changes needed?
No required
Testing
Where should a reviewer start?
README.md provided
Detailed testing steps
No provided
Discord username
jteso