mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 17:05:56 +03:00
[PR #321] [MERGED] Add integration registry and shared provider interfaces #288
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#288
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/321
Author: @AJaySi
Created: 2/9/2026
Status: ✅ Merged
Merged: 2/9/2026
Merged by: @AJaySi
Base:
main← Head:codex/implement-integration-provider-architecture📝 Commits (2)
9f5685bAdd integration registry adapters27ab459Document integrations registry📊 Changes
3 files changed (+204 additions, -0 deletions)
View changed files
➕
backend/services/integrations/base.py(+37 -0)➕
backend/services/integrations/registry.py(+127 -0)➕
docs/integrations_registry.md(+40 -0)📄 Description
Motivation
Description
backend/services/integrations/base.pywhich definesConnectionStatus,AuthUrlPayload, and theIntegrationProviderProtocolfor a normalized provider contract.backend/services/integrations/registry.pywhich implements thin adapters forgsc,bing,wordpress, andwixthat wrap the existingGSCService,BingOAuthService,WordPressOAuthService,WixService/WixOAuthServiceimplementations.register_provider(...)in the registry and leave a note to keep legacy paths in use for onboarding and monitoring until Week 3 so behaviour is non-breaking.Testing
Codex Task
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.