Files
vrobbler/vrobbler/apps/agents/apps.py
Colin Powell 0c92174440
All checks were successful
ci / test (push) Successful in 3m2s
ci / build-and-deploy (push) Has been skipped
[agents] Add agent-session scrobbling for Gemini and opencode providers
2026-07-31 00:21:24 -04:00

6 lines
87 B
Python

from django.apps import AppConfig
class AgentsConfig(AppConfig):
name = "agents"