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)
- Host: GitHub
- URL: https://github.com/cheungmanyung-core/ai-workflow-framework
- Owner: cheungmanyung-core
- License: mit
- Created: 2025-11-03T07:19:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-03T07:26:18.000Z (8 months ago)
- Last Synced: 2025-11-03T09:15:31.351Z (8 months ago)
- Topics: ai, automation, backend, fastapi, notion, workflow
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 文档站
复制代码