This folder contains all important documentation for the AI Council project.
- Quick Start Guide - Get started quickly
- Setup Checklist - Complete setup instructions
- Troubleshooting - Common issues and solutions
- Implementation Roadmap - Development roadmap
- Production Deployment - Deployment guide
- Database Setup - Supabase SQL schema
docs/
├── README.md # This file
├── QUICK_START.md # Quick start guide
├── SETUP_CHECKLIST.md # Setup checklist
├── TROUBLESHOOTING.md # Troubleshooting guide
├── IMPLEMENTATION_ROADMAP.md # Development roadmap
├── PRODUCTION_DEPLOYMENT_PLAN.md # Deployment guide
└── supabase-database-setup.sql # Database schema
backend/docs/
├── API_KEYS_SETUP.md # API keys configuration
├── OLLAMA_SETUP.md # Ollama setup
├── GEMINI_SETUP.md # Gemini setup
├── HUGGINGFACE_SETUP.md # HuggingFace setup
├── OPENROUTER_SETUP.md # OpenRouter setup
├── TOGETHER_SETUP.md # Together AI setup
├── OPENAI_SETUP.md # OpenAI setup
├── QWEN_SETUP.md # Qwen setup
├── PROVIDER_CONFIGURATION.md # Provider config
├── DYNAMIC_PROVIDER_SELECTION.md # Dynamic provider selection
├── ORCHESTRATION_TEST_RESULTS.md # Orchestration tests
├── PROVIDER_HEALTH_MONITORING.md # Health monitoring
└── PROVIDER_COST_TRACKING.md # Cost tracking
- Read the Quick Start Guide
- Follow the Setup Checklist
- Configure your environment variables
- Run the development servers
- Check Troubleshooting if you encounter issues
- Frontend: Next.js 14 with TypeScript
- Backend: FastAPI with Python 3.11+
- Database: Supabase (PostgreSQL)
- Cache: Redis
For issues and questions, refer to the Troubleshooting Guide.