Add strategy architect agent to daily planning committee

This commit is contained in:
ي
2026-03-02 10:25:01 +05:30
parent fe6d3b6c66
commit 83f1edcd12
3 changed files with 79 additions and 7 deletions

View File

@@ -279,10 +279,10 @@ async def generate_agent_enhanced_plan(db: Session, user_id: str, date: str) ->
# Define agents to poll
agents_to_poll = [
orchestrator.agents.get('content'), # ContentStrategyAgent
orchestrator.agents.get('strategy'), # StrategyArchitectAgent
orchestrator.agents.get('seo'), # SEOOptimizationAgent
orchestrator.agents.get('social'), # SocialAmplificationAgent
orchestrator.agents.get('competitor'), # CompetitorResponseAgent
# Add StrategyArchitect if available in orchestrator.agents
]
# Filter out None agents (disabled/failed init)