Agents.md LogoAgents.md

Project Name - Exemple Agents.md

Brief project description (50-100 words)

Auteur: Your Name
Dernière mise à jour: May 28, 2025
Tags:
tag1tag2tag3
Voir sur GitHub

À propos de cet exemple Agents.md

Fonctionnalités clés de cet exemple Agents.md

Cet exemple Agents.md met en avant les meilleures pratiques du secteur pour l’instruction d’agents IA. Il fournit un modèle complet que vous pouvez adapter aux besoins spécifiques de votre projet.

Chaque élément de cet exemple Agents.md a été soigneusement conçu pour optimiser les performances d’OpenAI Codex et garantir un comportement d’agent IA cohérent tout au long de votre flux de développement.

Comment implémenter cet exemple Agents.md

Pour utiliser cet exemple Agents.md dans votre projet, téléchargez le modèle et personnalisez-le selon vos besoins. Cet exemple Agents.md constitue une base solide pour la configuration de votre agent IA.

Étudiez la structure et les conventions utilisées dans cet exemple Agents.md pour comprendre comment les projets réussis mettent en place l’instruction d’agents IA avec des résultats optimaux.

Project Title

Project Overview

Briefly describe the purpose, functionality, and applicable scenarios of this project. Explain why this project is needed and what problems it solves.

Tech Stack

List the main technologies and tools used in the project:

  • Frontend:
  • Backend:
  • Database:
  • Deployment:
  • Other Tools:

Project Structure

Describe the recommended project directory structure:

project-name/
├── src/
│   ├── components/
│   ├── pages/
│   ├── utils/
│   └── ...
├── public/
├── tests/
├── docs/
├── package.json
└── README.md

Development Guidelines

Code Style

  • Use consistent code formatting tools
  • Follow language-specific best practices
  • Keep code clean and readable

Naming Conventions

  • File naming:
  • Variable naming:
  • Function naming:
  • Class naming:

Git Workflow

  • Branch naming conventions
  • Commit message format
  • Pull Request process

Environment Setup

Development Requirements

  • Node.js version:
  • Package manager:
  • Other dependencies:

Installation Steps

# 1. Clone the project
git clone [repository-url]

# 2. Install dependencies
npm install

# 3. Start development server
npm run dev

Core Feature Implementation

Feature Module 1

Describe the implementation approach and key code examples for main features.

// Example code
function exampleFunction() {
  // Implementation logic
}

Feature Module 2

Describe the implementation of another important feature.

Testing Strategy

Unit Testing

  • Testing framework:
  • Test coverage requirements:
  • Test file organization:

Integration Testing

  • Test scenarios:
  • Testing tools:

End-to-End Testing

  • Test workflow:
  • Automation tools:

Deployment Guide

Build Process

# Build command
npm run build

Deployment Steps

  1. Prepare production environment
  2. Configure environment variables
  3. Execute deployment scripts
  4. Verify deployment results

Environment Variables

# Required environment variables
API_URL=
DATABASE_URL=
SECRET_KEY=

Performance Optimization

Frontend Optimization

  • Code splitting
  • Lazy loading
  • Caching strategies

Backend Optimization

  • Database query optimization
  • Caching mechanisms
  • Load balancing

Security Considerations

Data Security

  • Input validation
  • SQL injection protection
  • XSS protection

Authentication & Authorization

  • User authentication flow
  • Permission control
  • Token management

Monitoring and Logging

Application Monitoring

  • Performance metrics
  • Error tracking
  • User behavior analytics

Log Management

  • Log levels
  • Log format
  • Log storage

Common Issues

Issue 1: [Specific issue description]

Solution: Detailed solution steps

Issue 2: [Specific issue description]

Solution: Detailed solution steps

Reference Resources

  • [Official Documentation Link]
  • [Related Tutorials]
  • [Community Resources]
  • [Best Practices Guide]

Changelog

v1.0.0 (YYYY-MM-DD)

  • Initial release
  • Implemented basic features

Note: Please adjust and improve the above content according to the specific project type, remove inapplicable sections, and add project-specific content.