Merci de votre intérêt pour contribuer à Informatique Réalitaire (IR) !
Ce projet est sous Licence Propriétaire. En contribuant, vous acceptez que :
- Vos contributions soient sous la même licence propriétaire
- La méthodologie sous-jacente reste confidentielle
- L'usage commercial nécessite une licence séparée
- Vérifiez que le bug n'a pas déjà été rapporté dans Issues
- Ouvrez une nouvelle issue avec:
- Description claire du problème
- Étapes pour reproduire
- Comportement attendu vs observé
- Version Python et dépendances
- Logs pertinents
- Ouvrez une issue "Feature Request"
- Décrivez:
- Cas d'usage
- Bénéfice attendu
- Implémentation proposée (optionnel)
- Fork le repo
- Créez une branche:
git checkout -b feature/ma-feature - Committez:
git commit -m "feat: ajout ma feature" - Push:
git push origin feature/ma-feature - Ouvrez une Pull Request
- Suivre PEP 8
- Utiliser Black pour formatting:
black app.py - Utiliser Ruff pour linting:
ruff check app.py - Type hints recommandés
Format: type(scope): description
Types:
feat: Nouvelle fonctionnalitéfix: Correction bugdocs: Documentationtest: Testsrefactor: Refactoringperf: Performance
Exemple: feat(orchestrator): add multi-agent scaling
- Tous nouveaux features doivent avoir tests
- Run tests:
pytest tests/
Ne PAS inclure dans contributions :
- Détails sur la méthodologie propriétaire
- Tentatives de reverse engineering
- Contenu sous copyright tiers
-
Support LLM Providers
- OpenAI, Anthropic, Mistral, etc.
- Standardisation interface
-
Optimisations Performance
- Scaling agents
- Réduction latence
-
Documentation
- Exemples d'utilisation
- Guides utilisateurs
- Modifications méthodologie propriétaire
- Extraction/documentation techniques confidentielles
- Usage commercial non-licencié
Questions? Contactez:
- Email: nexusstudio100@gmail.com
- GitHub Issues: @Tryboy869
En contribuant, vous acceptez que votre code soit sous Licence Propriétaire.