Add AGENTS.md to this repository for coding agent onboarding
Nadie ha tomado este issue todavía.
Evaluación
Este issue todavía no se ha evaluado.
Descripción
Issue Description
This repository is missing an AGENTS.md file at the root. That file is used to onboard a coding agent (like GitHub Copilot's automation agents) so it can work efficiently and correctly in this codebase.
Providing high-quality, explicit repository instructions dramatically reduces:
- Broken or failing CI / build attempts
- Wasted exploration (grep/find excessive searches)
- Incorrect environment setup
- PR churn due to missing context
Required Action
Create a new AGENTS.md file in the repository root with the following high‑level sections (in this order):
- Overview – What the project does, main technologies, primary entry points.
- Code layout – Bullet list of important files / folders with brief purpose (Python modules, infra/Bicep, workflows, scripts, config). Omit trivial or generated files.
- Running the code – Step‑by‑step environment setup (preferred Python version / tool, how to install deps, how to run main scripts). Prefer using GitHub Models if applicable over Azure-only model configs.
- Running the tests – Exact commands to run the test suite (include any required env vars, virtualenv activation, or formatting/lint steps if enforced by CI).
- Upgrading Python dependencies – How to add or upgrade a dependency (e.g., edit
requirements.txtand run a pin/update command). Include any tools (pip, uv, etc.). - Release / build / deployment notes (if applicable) – Any scripts, workflows, or manual steps the agent must respect.
- Conventions & gotchas – Linting rules, code style, required env vars, secrets handling, common pitfalls.
- Validation checklist – A short ordered list the agent should follow before opening a PR (e.g., tests pass locally, formatting applied, no stray debug prints, etc.).
- When to search – A closing note instructing the agent to trust
AGENTS.mdand only perform source-wide searches if information is missing or incorrect.
Authoring Guidelines (Summarized from canonical AGENTS.md guidance)
- Be explicit: Prefer concrete commands over prose (e.g.,
pytest -qnot “run tests”). - Verify every command before including it.
- List required environment variables and how they’re obtained.
- Document any non-obvious build or test ordering.
- Surface known flaky areas, hacks, or TODO hotspots if they affect modification strategy.
- Keep it concise but information-dense—optimize for an automated agent, not a marketing audience.
Example Skeleton
# AGENTS.md
## Overview
<1–3 paragraph summary>
## Code layout
- `agent.py` – Entry point for ...
- `checks/` – YAML definitions for automated repo code checks
- `infra/` – Bicep templates for infra provisioning
- `.github/workflows/` – CI/CD workflows
...
## Running the code
1. Create virtual environment: `python -m venv .venv && source .venv/bin/activate`
2. Install deps: `pip install -r requirements.txt`
3. Run main script: `python agent.py --help`
## Running the tests
```bash
source .venv/bin/activate
pytest -q
Upgrading Python dependencies
Edit requirements.txt, then: pip install -r requirements.txt and run tests.
Validation checklist
- Virtualenv active
-
pytest -qpasses - No debug prints
- Updated docs if behavior changed
When to search
Only search the codebase if required info is missing or appears outdated.
Acceptance Criteria
AGENTS.mdexists at repository root- Contains all required sections above
- Commands verified and minimal
- Provides actionable, agent-focused guidance
Adding this file will significantly improve automated contribution quality.
This issue was automatically created by the GitHub Repo Maintainer Agent.
- Lenguaje dominante
- Python
- Estrellas
- 505
- Forks
- 1.1k
- Merge medio
- 3 d 13 h
- PR fusionados (30 d)
- 1
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de Azure-Samples/rag-postgres-openai-python
-
Dificultad 3/5 1-2 días Aptitud para principiantes 35/100
Azure-Samples/rag-postgres-openai-python#288 · 1 comentario ·
-
Azure-Samples/rag-postgres-openai-python#269 · 1 reacción · 1 asignado ·
-
Azure-Samples/rag-postgres-openai-python#261 · 1 reacción · 1 asignado ·
-
Dificultad 5/5 Más de una semana Aptitud para principiantes 25/100
-
Question: Why are you installing `postgres-client` and `xdg-utils` in the backend docker image? Abierto
Azure-Samples/rag-postgres-openai-python#250 · 4 comentarios · 1 reacción · 1 asignado ·
Todos los issues de Azure-Samples/rag-postgres-openai-python
Issues similares
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
anthropics/skills#1811 · 1 comentario ·
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
speaches-ai/speaches#678 ·
-
bug
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
datalayer/mcp-compose#42 ·
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
conda-forge/spacy-feedstock#177 ·
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 70/100
UKGovernmentBEIS/inspect_evals#2523 ·