https://github.com/falakrana/email-composition-google_adk
Demonstration where I built ai agent, where it will provide me basic structure of an email. Using google agent development kit(ADK).
https://github.com/falakrana/email-composition-google_adk
agent-development-kit ai-agent python
Last synced: 12 months ago
JSON representation
Demonstration where I built ai agent, where it will provide me basic structure of an email. Using google agent development kit(ADK).
- Host: GitHub
- URL: https://github.com/falakrana/email-composition-google_adk
- Owner: falakrana
- Created: 2025-06-15T04:27:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-17T11:54:44.000Z (about 1 year ago)
- Last Synced: 2025-06-17T12:42:34.023Z (about 1 year ago)
- Topics: agent-development-kit, ai-agent, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📧 AI Email Agent using Google Agent Development Kit (ADK)
This project demonstrates the creation of an AI agent using Google's Agent Development Kit (ADK) to automatically generate the basic structure of emails based on natural language prompts.
# 🚀 Features
1. **CUses Google's ADK (Agent Development Kit) to create an AI agent.**
2. **Accepts natural language prompts (e.g., "Write an email to my manager about project delay").**
3. **Returns a basic structured email including subject, greeting, body, and closing.**
## Directory Structure:
```
email_agent
__init__.py
agent.py
readme.md
.gitignore
requirements.txt
```
### Clone the repository:
```
git clone https://github.com/falakrana/Email-composition-Google_ADK.git
```
### Install dependencies:
```
pip install -r requirements.txt
```
### Setup API Key:
```
GOOGLE_API_KEY=your_google_genai_api_key
```
### Run the agent:
```
python email_agent/agent.py
```