mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[PR #226] [MERGED] Create user personas from onboarding data #605
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#605
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AJaySi/ALwrity/pull/226
Author: @AJaySi
Created: 8/31/2025
Status: ✅ Merged
Merged: 9/4/2025
Merged by: @AJaySi
Base:
main← Head:cursor/create-user-personas-from-onboarding-data-af35📝 Commits (2)
7dbebd4Implement persona generation system with platform-specific adaptations37aadd7Delete backend/services/pycache/init.cpython-313.pyc📊 Changes
18 files changed (+4417 additions, -2 deletions)
View changed files
📝
backend/api/onboarding.py(+78 -1)➕
backend/api/persona.py(+385 -0)➕
backend/api/persona_routes.py(+167 -0)📝
backend/app.py(+4 -0)➕
backend/deploy_persona_system.py(+197 -0)➕
backend/models/persona_models.py(+234 -0)📝
backend/scripts/create_all_tables.py(+6 -0)➕
backend/scripts/create_persona_tables.py(+53 -0)➕
backend/services/__pycache__/api_key_manager.cpython-313.pyc(+0 -0)📝
backend/services/database.py(+3 -1)➕
backend/services/persona_analysis_service.py(+668 -0)➕
backend/services/persona_replication_engine.py(+506 -0)➕
backend/test_persona_system.py(+202 -0)➕
docs/PERSONA_IMPLEMENTATION_SUMMARY.md(+266 -0)➕
docs/PERSONA_SYSTEM_DOCUMENTATION.md(+328 -0)➕
docs/PERSONA_SYSTEM_EXAMPLE.md(+462 -0)➕
frontend/src/api/persona.ts(+244 -0)➕
frontend/src/components/OnboardingWizard/PersonaGenerationStep.tsx(+614 -0)📄 Description
Implement a Writing Persona System with Gemini-powered analysis and platform-specific adaptations.
This PR introduces a comprehensive system to generate high-fidelity, data-driven writing personas from user onboarding data, ensuring consistent brand voice across content and platforms. The system moves from subjective persona descriptions to objective, measurable instructions for AI content generation, providing "hardened" prompts for consistent output and enabling platform-specific optimization.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.