Upload main.py
Browse files
main.py
CHANGED
|
@@ -33,7 +33,8 @@ performance_agent = PerformanceAnalyticsAgent(
|
|
| 33 |
gsc_credentials_path="/app/credentials/gsc-credentials.json",
|
| 34 |
site_url="https://yoursite.pages.dev" # Replace
|
| 35 |
)
|
| 36 |
-
|
|
|
|
| 37 |
|
| 38 |
# --- MODELS ---
|
| 39 |
|
|
|
|
| 33 |
gsc_credentials_path="/app/credentials/gsc-credentials.json",
|
| 34 |
site_url="https://yoursite.pages.dev" # Replace
|
| 35 |
)
|
| 36 |
+
# Orchestrator no longer needs Redis as we moved queue logic to Cloudflare D1
|
| 37 |
+
orchestrator = OrchestratorAgent(redis_host=None, redis_port=None, agents={})
|
| 38 |
|
| 39 |
# --- MODELS ---
|
| 40 |
|