mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[PR #364] [MERGED] Add competitor-aware originality checks, fix agent initialization, add release-readiness tests and docs #669
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#669
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/364
Author: @AJaySi
Created: 3/2/2026
Status: ✅ Merged
Merged: 3/3/2026
Merged by: @AJaySi
Base:
main← Head:codex/review-sif-folder-implementation-status📝 Commits (1)
60e6cbdHarden SIF release readiness gaps and add regression checks📊 Changes
5 files changed (+219 additions, -22 deletions)
View changed files
📝
backend/services/intelligence/agents/agent_orchestrator.py(+0 -6)📝
backend/services/intelligence/agents/specialized_agents.py(+50 -8)📝
backend/services/intelligence/sif_agents.py(+50 -8)➕
backend/sif_release_readiness_checks.py(+89 -0)📝
docs/SIF/TODAYS_TASKS_WORKFLOW_IMPLEMENTATION_PLAN.md(+30 -0)📄 Description
Motivation
TxtaiIntelligenceServiceand remove duplicatedStrategyArchitectAgentinitialization.Description
verify_originalityinContentGuardianAgent(bothsif_agents.pyandspecialized_agents.py) to query either a provided competitor index or the intelligence index, parse result metadata, and computeoriginality_score,confidence,warning,top_competitor_match, and related metadata.agent_orchestrator.pyto remove a duplicateStrategyArchitectAgentinit and to initializeTxtaiIntelligenceServiceforTrendSurferAgentandContentGuardianAgentwhere needed.backend/sif_release_readiness_checks.pywhich contains unit tests that validate singleStrategyArchitectAgentinitialization, semantic health aggregation contract, originality score computation paths for both guardian agents, and pillar coverage backfill behavior.docs/SIF/TODAYS_TASKS_WORKFLOW_IMPLEMENTATION_PLAN.mdto include a "Production Release Gates (SIF Today Workflow)" checklist describing the required quality and observability gates.Testing
sif_release_readiness_checks.pyunit tests:test_single_strategy_architect_init_block,test_semantic_health_returns_canonical_metric,test_verify_originality_uses_real_scores_sif_guardian,test_verify_originality_uses_real_scores_specialized_guardian, andtest_pillar_coverage_guardrail_backfills_missing.verify_originalityimplementation to ensure safe fallbacks on exceptions.Codex Task
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.