mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[PR #217] [CLOSED] Integrate and store mem0 content strategy #596
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#596
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/217
Author: @AJaySi
Created: 8/22/2025
Status: ❌ Closed
Base:
main← Head:cursor/integrate-and-store-mem0-content-strategy-ee55📝 Commits (2)
62da8dfAdd mem0 memory integration and update requirementsbc9bfadDelete backend/models/pycache/init.cpython-313.pyc📊 Changes
15 files changed (+323 additions, -1 deletions)
View changed files
➕
backend/.env.example(+26 -0)➕
backend/models/__pycache__/content_planning.cpython-313.pyc(+0 -0)➕
backend/models/__pycache__/enhanced_strategy_models.cpython-313.pyc(+0 -0)➕
backend/models/__pycache__/monitoring_models.cpython-313.pyc(+0 -0)➕
backend/models/__pycache__/onboarding.cpython-313.pyc(+0 -0)➕
backend/models/__pycache__/seo_analysis.cpython-313.pyc(+0 -0)📝
backend/requirements.txt(+4 -1)➕
backend/services/__pycache__/__init__.cpython-313.pyc(+0 -0)➕
backend/services/__pycache__/api_key_manager.cpython-313.pyc(+0 -0)➕
backend/services/__pycache__/database.cpython-313.pyc(+0 -0)➕
backend/services/__pycache__/mem0_service.cpython-313.pyc(+0 -0)➕
backend/services/__pycache__/strategy_service.cpython-313.pyc(+0 -0)➕
backend/services/__pycache__/validation.cpython-313.pyc(+0 -0)➕
backend/services/mem0_service.py(+277 -0)📝
backend/services/strategy_service.py(+16 -0)📄 Description
Integrate mem0 to automatically store activated content strategies as memories for improved AI recommendations.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.