- opencode agent (fitness-trainer) for personal training conversations - fitness-workout skill with programming methodology guidelines - workout.py script (1RM, volume, cycle helpers) - logs/ directory for workout and check-in markdown files - inputs/ with user profile (equipment, goals, medical, Juggernaut history) - google-sheets-automation skill for optional Sheets integration - AGENTS.md with setup documentation
16 lines
338 B
TOML
16 lines
338 B
TOML
[project]
|
|
name = "fitness-agent"
|
|
version = "0.1.0"
|
|
description = "AI fitness agent with Google Sheets automation"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"google-api-python-client>=2.0",
|
|
"google-auth>=2.0",
|
|
"google-auth-oauthlib>=1.0",
|
|
"google-auth-httplib2>=0.1",
|
|
"keyring>=24.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = []
|