Skip to content

phphoebe/ai-task-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Task Generator

A Streamlit web app that transforms any goal into actionable, time-bound tasks using the OpenAI Agents SDK.

Demo

Screenshot of the app in action — generating a task plan for renewing a dbt Certified Developer certificate.

Setup

This project uses uv for package management. Dependencies are already configured in pyproject.toml.

Run the App

uv run streamlit run app.py

The app will open at http://localhost:8501

Configuration

Create a .env file in the project root with your OpenAI API key:

OPENAI_API_KEY=your_openai_api_key_here

The .env file is gitignored and will not be committed.

Sample Goals to Try

  • "Learn Web3 fundamentals and data analytics/engineering in blockchain"
  • "Build a local AI-powered PKM system with Obsidian"
  • "Launch a cross-border e-commerce store in 6 months"

About

Streamlit app turns goals into step-by-step task plans using the OpenAI Agents SDK

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages