Implement persona generation system with platform-specific adaptations

Co-authored-by: ajay.calsoft <ajay.calsoft@gmail.com>
This commit is contained in:
Cursor Agent
2025-08-31 08:26:51 +00:00
parent 1e0a13e204
commit 7dbebd45eb
19 changed files with 4417 additions and 2 deletions

View File

@@ -374,6 +374,10 @@ app.include_router(content_planning_router)
app.include_router(user_data_router)
app.include_router(strategy_copilot_router)
# Include persona router
from api.persona_routes import router as persona_router
app.include_router(persona_router)
# SEO Dashboard endpoints
@app.get("/api/seo-dashboard/data")
async def seo_dashboard_data():