Upload main.py
Browse files
main.py
CHANGED
|
@@ -25,13 +25,13 @@ content_agent = ContentOptimizationAgent()
|
|
| 25 |
competitor_agent = CompetitorIntelligenceAgent()
|
| 26 |
indexing_agent = BacklinkIndexingAgent(
|
| 27 |
gsc_credentials_path="/app/credentials/gsc-credentials.json",
|
| 28 |
-
site_url="https://
|
| 29 |
)
|
| 30 |
-
|
| 31 |
-
ga4_property_id="
|
| 32 |
ga4_credentials_path="/app/credentials/ga4-credentials.json",
|
| 33 |
gsc_credentials_path="/app/credentials/gsc-credentials.json",
|
| 34 |
-
site_url="https://
|
| 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={})
|
|
|
|
| 25 |
competitor_agent = CompetitorIntelligenceAgent()
|
| 26 |
indexing_agent = BacklinkIndexingAgent(
|
| 27 |
gsc_credentials_path="/app/credentials/gsc-credentials.json",
|
| 28 |
+
site_url="https://fixyfile.com"
|
| 29 |
)
|
| 30 |
+
analytics_agent = PerformanceAnalyticsAgent(
|
| 31 |
+
ga4_property_id="YOUR_GA4_ID", # Replace with actual if known
|
| 32 |
ga4_credentials_path="/app/credentials/ga4-credentials.json",
|
| 33 |
gsc_credentials_path="/app/credentials/gsc-credentials.json",
|
| 34 |
+
site_url="https://fixyfile.com"
|
| 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={})
|