An open API service indexing awesome lists of open source software.

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).

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
```