98c47d5507
Adds a get_calendar_events agent tool that shells out to `gws calendar +agenda` for admin users. Controlled by GOOGLE_CALENDAR_ENABLED env var, with OAuth credentials mounted from credentials.json. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
22 lines
203 B
Plaintext
22 lines
203 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Environment files
|
|
.env
|
|
credentials.json
|
|
|
|
# Database files
|
|
database/
|
|
*.db
|
|
|
|
obvault/
|
|
.claude
|