Logo Lanfrica

Milena-Tanui/africa-ai-intelligence-crew

Type de record:

software
Créateur:
Mil
HĂ´te:
# 🌍 Africa AI Intelligence Crew A multi-agent AI system that automatically researches, filters, and delivers a structured weekly briefing on AI developments across Africa — deployed on CrewAI. Built with **CrewAI**, **Python**, **SerperDev**, and **SendGrid**. --- ## What It Does This crew runs a fully automated intelligence pipeline that: 1. **Searches the web** for the latest AI news, startups, funding rounds, policy updates, and events across Africa 2. **Filters the results** to keep only content that is genuinely AI-related and Africa-specific 3. **Structures the findings** into a clean, categorized briefing report saved as `report.md` 4. **Emails the report** as a formatted HTML briefing to a recipient's inbox via SendGrid The output is an executive-level AI briefing that busy professionals can scan in under 3 minutes. --- ## Screenshots ### Agent Configuration *Four agents defined in `agents.yaml` — each with a specific role, goal, and backstory* ### Crew Execution *`crewai run` — crew starts, tasks fire sequentially, agents execute in order* ### Sample Report Output *Generated `report.md` — headline summary, categorized briefing, and key takeaway* --- ## Agent Architecture The crew runs four agents sequentially: | Agent | Role | Tool | |---|---|---| | `researcher` | Searches the web for the latest AI news across Africa | SerperDev (web search) | | `africa_ai_filter` | Curates results — keeps only AI-specific, Africa-relevant content | — | | `reporting_analyst` | Structures the filtered data into a categorized markdown report | — | | `email_sender` | Formats the report as HTML and delivers it via email | SendGrid | --- ## Report Format The reporting analyst produces a structured briefing in this format: ``` 📌 HEADLINE SUMMARY A 3-sentence overview of the most important AI developments in Africa this week. 🚀 Startups & Products 💰 Funding & Investment 📜 Policy & Regulation 🛠️ Tools & Research 📅 Events & Opportunities ⚡ KEY TAKEAWAY One b …