From eca80ff66320bc013360945b16eb75f2b74cd71e Mon Sep 17 00:00:00 2001 From: masquerlin Date: Fri, 11 Apr 2025 21:35:18 +0800 Subject: [PATCH] Update discover.md with adding email agent package (#6274) adding email agent ## Why are these changes needed? This PR introduces an AI-powered email assistant that can generate images, attach files, draft reports, and send emails to multiple recipients or specific users based on their queries. This feature is highly beneficial for customer management and email marketing, enhancing automation and improving efficiency. ## Related issue number Open #6228 ## Checks - [x] I've included any doc changes needed for . See to build and test documentation locally. - [x] I've added tests (if relevant) corresponding to the changes introduced in this PR. - [x] I've made sure all auto checks have passed. --- .../docs/src/user-guide/extensions-user-guide/discover.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python/packages/autogen-core/docs/src/user-guide/extensions-user-guide/discover.md b/python/packages/autogen-core/docs/src/user-guide/extensions-user-guide/discover.md index fed1752a0..3229b5d66 100644 --- a/python/packages/autogen-core/docs/src/user-guide/extensions-user-guide/discover.md +++ b/python/packages/autogen-core/docs/src/user-guide/extensions-user-guide/discover.md @@ -42,6 +42,7 @@ Find community samples and examples of how to use AutoGen | [autogen-watsonx-client](https://github.com/tsinggggg/autogen-watsonx-client) | [PyPi](https://pypi.org/project/autogen-watsonx-client/) | Model client for [IBM watsonx.ai](https://www.ibm.com/products/watsonx-ai) | | [autogen-openaiext-client](https://github.com/vballoli/autogen-openaiext-client) | [PyPi](https://pypi.org/project/autogen-openaiext-client/) | Model client for other LLMs like Gemini, etc. through the OpenAI API | | [autogen-ext-mcp](https://github.com/richard-gyiko/autogen-ext-mcp) | [PyPi](https://pypi.org/project/autogen-ext-mcp/) | Tool adapter for Model Context Protocol server tools | +| [autogen-ext-email](https://github.com/masquerlin/autogen-ext-email) | [PyPi](https://pypi.org/project/autogen-ext-email/) | A Email agent for generating email and sending |