Files
Geniusia_v2/docs/reference/INDEX_RAPIDE.md
2026-03-05 00:20:25 +01:00

3.4 KiB

📑 Index Rapide - GeniusIA v2

🚀 Pour démarrer

  1. POUR_DEMARRER.md Commence ici !
  2. README_SIMPLE.md - Vue d'ensemble
  3. STATUS_ACTUEL.md - État actuel

📖 Documentation principale

Guides essentiels

Fonctionnalités

Tests

Configuration

📝 Sessions et résumés

🧪 Tests disponibles

test_whitelist_simple.py          # Test whitelist
test_whitelist_integration.py     # Test whitelist intégration
test_input_utils_simple.py        # Test input utils
test_learning_manager_simple.py   # Test learning manager
test_orchestrator_simple.py       # Test orchestrator
test_mode_assiste_complet.py      # Test mode assisté
test_qwen3_vl.py                  # Test LLM
test_task_replay.py               # Test rejeu
test_summary_dashboard.py         # Test dashboard

🔧 Scripts utiles

LANCER_APPLICATION.sh             # Lancer l'app
VERIFIER_INSTALLATION.sh          # Vérifier install
COMMANDES_RAPIDES.sh              # Commandes rapides
cleanup_project.sh                # Nettoyage
rebuild_faiss_simple.py           # Rebuild FAISS

📚 Documentation complète

🏗️ Code source

geniusia2/
├── core/                    # Logique métier (19 fichiers)
│   ├── orchestrator.py      # Boucle principale
│   ├── learning_manager.py  # Apprentissage
│   ├── suggestion_manager.py # Suggestions
│   ├── event_capture.py     # Capture
│   ├── session_manager.py   # Sessions
│   └── workflow_detector.py # Workflows
├── gui/                     # Interface
└── data/                    # Données

🎯 Workflow de développement

  1. Lire la doc pertinente
  2. Tester avec les scripts
  3. Développer en gardant ça simple
  4. Documenter au fur et à mesure

💡 Aide rapide

Problème ? → Lis DEBUG_GUIDE.md Commandes ? → Lis COMMANDES_RAPIDES.md Installation ? → Lance ./VERIFIER_INSTALLATION.sh


Tout est là ! 📚