system-prompts-and-models-o.../salesflow-saas/backend/dealix_gtm_os/agents
Claude d47ed0d756
fix: replace all stub agents with real implementations
- enrichment_agent.py: 36 lines, enriches from website + social
- campaign_orchestrator_agent.py: 63 lines, 4-step sequence + stop conditions
- competitor_intelligence_agent.py: 75 lines, 6 competitors mapped
- content_strategy_agent.py: 81 lines, 4 platforms with templates
- web_search_agent.py: 33 lines, query generation + source tracking

All agents now have real logic. No stubs remain.
Evals: 10/10 PASS (100%)

https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
2026-04-26 17:25:46 +00:00
..
__init__.py feat: Dealix GTM Intelligence OS — multi-agent system 2026-04-26 17:16:52 +00:00
base_agent.py feat: Dealix GTM Intelligence OS — multi-agent system 2026-04-26 17:16:52 +00:00
campaign_orchestrator_agent.py fix: replace all stub agents with real implementations 2026-04-26 17:25:46 +00:00
channel_strategy_agent.py feat: Dealix GTM Intelligence OS — multi-agent system 2026-04-26 17:16:52 +00:00
company_research_agent.py feat: Dealix GTM Intelligence OS — multi-agent system 2026-04-26 17:16:52 +00:00
competitor_intelligence_agent.py fix: replace all stub agents with real implementations 2026-04-26 17:25:46 +00:00
compliance_agent.py feat: Dealix GTM Intelligence OS — multi-agent system 2026-04-26 17:16:52 +00:00
content_strategy_agent.py fix: replace all stub agents with real implementations 2026-04-26 17:25:46 +00:00
crm_revenue_agent.py feat: Full Company OS — 9 new agents + scoring engine + compliance engine + evals 2026-04-26 17:20:36 +00:00
enrichment_agent.py fix: replace all stub agents with real implementations 2026-04-26 17:25:46 +00:00
learning_agent.py feat: Full Company OS — 9 new agents + scoring engine + compliance engine + evals 2026-04-26 17:20:36 +00:00
llm_client.py feat: Dealix GTM Intelligence OS — multi-agent system 2026-04-26 17:16:52 +00:00
message_generation_agent.py feat: Dealix GTM Intelligence OS — multi-agent system 2026-04-26 17:16:52 +00:00
negotiation_agent.py feat: Full Company OS — 9 new agents + scoring engine + compliance engine + evals 2026-04-26 17:20:36 +00:00
partnership_strategist_agent.py feat: Full Company OS — 9 new agents + scoring engine + compliance engine + evals 2026-04-26 17:20:36 +00:00
scoring_agent.py feat: Dealix GTM Intelligence OS — multi-agent system 2026-04-26 17:16:52 +00:00
supervisor_agent.py feat: Dealix GTM Intelligence OS — multi-agent system 2026-04-26 17:16:52 +00:00
web_search_agent.py fix: replace all stub agents with real implementations 2026-04-26 17:25:46 +00:00