coffreobsidian/Templates/Cursor_MultiAgent_Usage.md
2025-03-27 16:48:21 +01:00

17 lines
909 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Cursor Template : Utilisation Multi-Agents
**Objectif :** Utiliser plusieurs agents spécialisés dans Cursor selon la tâche.
### Méthodologie :
1. Crée plusieurs agents Cursor (ex : "Python Expert", "Prompt Optimizer", "LLM Architect")
2. Pour chaque type de fichier ou tâche, utilise lagent le plus adapté
3. Tu peux appeler un agent différent dans chaque onglet ou contextuellement dans la palette (`Cmd/Ctrl + K`)
### Exemple de structure :
| Fichier | Agent recommandé | Rôle |
|--------------------|--------------------|--------------------------------------------|
| `main.py` | Python Expert | Optimisation du code, debug |
| `rag_config.yaml` | LLM Architect | Structure et paramétrage du pipeline RAG |
| `prompt_bank.md` | Prompt Optimizer | Reformulation et validation de prompts |