Society of Mind Implementation with Microsoft AutoGen Framework
ConsultingAI demonstrates sophisticated multi-agent coordination through a consulting firm metaphor, featuring:
- Chief Engagement Manager (UserProxyAgent extension)
- Three-tier escalation system (Agent-Only → Junior Specialist → Senior Partner)
- Dynamic expertise sourcing with human persona switching
- Multi-team coordination (Inner teams → Outer team orchestration)
- Project repository structure established
- AutoGen framework integration verified
- Basic agent creation and GroupChat functionality
- Academic code quality standards implemented
- Chief Engagement Manager class (UserProxyAgent extension)
- Basic human interaction capabilities
- Simple escalation detection logic
# Setup environment
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt
# Run Story 1.1 validation
python src/main.py