mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[PR #237] [MERGED] Changes from background agent bc-3607d163-faf1-4eac-9f6a-67da9c75b030 #608
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#608
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/237
Author: @AJaySi
Created: 9/5/2025
Status: ✅ Merged
Merged: 9/23/2025
Merged by: @AJaySi
Base:
main← Head:cursor/bc-3607d163-faf1-4eac-9f6a-67da9c75b030-db77📝 Commits (2)
c833436Add Stability AI integration with comprehensive endpoints and features75dbe9cMerge branch 'main' into cursor/bc-3607d163-faf1-4eac-9f6a-67da9c75b030-db77📊 Changes
17 files changed (+9196 additions, -0 deletions)
View changed files
➕
backend/.env.stability.example(+108 -0)➕
backend/STABILITY_QUICK_START.md(+293 -0)📝
backend/app.py(+8 -0)➕
backend/config/stability_config.py(+656 -0)➕
backend/docs/STABILITY_AI_INTEGRATION.md(+672 -0)➕
backend/middleware/stability_middleware.py(+702 -0)➕
backend/models/stability_models.py(+474 -0)📝
backend/requirements.txt(+8 -0)➕
backend/routers/stability.py(+1166 -0)➕
backend/routers/stability_admin.py(+737 -0)➕
backend/routers/stability_advanced.py(+817 -0)➕
backend/scripts/init_stability_service.py(+265 -0)➕
backend/services/stability_service.py(+1069 -0)➕
backend/test/test_stability_endpoints.py(+752 -0)➕
backend/test_stability_basic.py(+306 -0)➕
backend/test_stability_integration.py(+305 -0)➕
backend/utils/stability_utils.py(+858 -0)📄 Description
This pull request contains changes generated by Cursor background composer.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.