mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[PR #360] [MERGED] Register StrategyArchitectAgent in orchestrator and include in Today workflow committee #326
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#326
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/360
Author: @AJaySi
Created: 3/2/2026
Status: ✅ Merged
Merged: 3/2/2026
Merged by: @AJaySi
Base:
main← Head:codex/add-strategyarchitectagent-instantiation-and-tests📝 Commits (1)
83f1edcAdd strategy architect agent to daily planning committee📊 Changes
3 files changed (+79 additions, -7 deletions)
View changed files
📝
backend/services/intelligence/agents/agent_orchestrator.py(+12 -1)📝
backend/services/today_workflow_service.py(+1 -1)📝
backend/tests/test_today_workflow_pillar_coverage.py(+66 -5)📄 Description
Motivation
Description
StrategyArchitectAgentinALwrityAgentOrchestrator._create_specialized_agents()and register it under the stable keyself.agents['strategy']using the existing enable/disable profile lookup.orchestrator.agents.get('strategy')to theagents_to_polllist ingenerate_agent_enhanced_planso the strategy agent is polled alongside other specialists.backend/tests/test_today_workflow_pillar_coverage.pyto mock astrategyslot in the orchestrator, add aDummyMemoryService, and include a focused test that asserts a PLAN task originating fromStrategyArchitectAgentwins dedupe (higher priority) and remains after pillar-coverage backfill.Testing
pytest backend/tests/test_today_workflow_pillar_coverage.py -qwhich initially failed collection due to module path configuration (missingPYTHONPATH=backend).PYTHONPATH=backend pytest backend/tests/test_today_workflow_pillar_coverage.py -qand all tests in that file passed (4 passed).Codex Task
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.