Skip to content

therogue/tskr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tskr

Local task manager with AI-powered task management.

Setup

Backend

cd backend
pip install -r requirements.txt

Add your Anthropic API key to .env:

ANTHROPIC_API_KEY=your-actual-key

Run:

python main.py

Backend runs at http://localhost:8000

Frontend

cd frontend
pnpm install
pnpm run dev

Frontend runs at http://localhost:5173

Usage

Type natural language commands in the chat:

  • "Create a task to buy groceries"
  • "Mark buy groceries as complete"
  • "Delete the groceries task"

To Generate Migrations

  1. Make changes to SQLAlchemy models as needed
  2. Run alembic revision --autogenerate -m "description of my changes"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors