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

https://github.com/cheungmanyung-core/ai-workflow-framework

Modular automation backend (FastAPI + AI + Notion)
https://github.com/cheungmanyung-core/ai-workflow-framework

ai automation backend fastapi notion workflow

Last synced: about 2 months ago
JSON representation

Modular automation backend (FastAPI + AI + Notion)

Awesome Lists containing this project

README

          

# 🧩 AI Workflow Automation Framework
**Modular automation framework integrating OpenAI, Notion API, and FastAPI microservices.**

---

## 🚀 Overview
This project provides a reusable backend architecture that helps solopreneurs and small teams automate repetitive tasks using Python and OpenAI-based APIs. It focuses on workflow standardization, modularity, and scalability.

---

## 🧠 Core Features
- **Task Automation:** Streamlines daily workflows via FastAPI endpoints
- **Integration Ready:** Connects with Notion, Google Drive, and Airtable
- **Modular Design:** Reusable components for custom business logic
- **Lightweight Deploy:** Easy to host on Render or Vercel

---

## ⚙️ Tech Stack
| Category | Tools |
|-----------|--------|
| Language | Python |
| Framework | FastAPI |
| Automation | OpenAI API, Notion API |
| Database | SQLite / PostgreSQL |
| Deployment | Docker, Render |

---

## 📂 Repository Structure
# ai-workflow-framework
Modular AI automation system integrating OpenAI, Notion, and FastAPI.
## 📦 Quick Start (local)

```bash
pip install -r requirements.txt
uvicorn app.main:app --reload
# visit http://127.0.0.1:8000 and http://127.0.0.1:8000/docs
🧱 Project Structure (growing)
css
复制代码
ai-workflow-framework/
├─ app/
│ └─ main.py
├─ requirements.txt
├─ .gitignore
└─ README.md
🛣️ Roadmap
/tasks/summarize:接入 OpenAI

/integrations/notion:接入 Notion API

Dockerfile & GitHub Actions (build/release)

Pages 文档站

复制代码