Skip to content

Conversation

Copy link

Copilot AI commented Sep 16, 2025

This PR adds a comprehensive agents.md file at the repository root that documents all automation agents in the project, following the agents.md format specification.

What's Added

The new agents.md file includes:

  • Top-level # Agents heading with dedicated ## Agents section
  • Structured markdown table with columns: Name | Description | Inputs | Outputs | Permissions
  • 14 documented agents covering all automation in the repository:
    • GitHub Actions workflows (testing, deployment, security scanning, code quality)
    • RAG evaluation tools (performance metrics, safety assessment, ground truth generation)
    • Infrastructure setup scripts (database initialization, Azure role configuration)
    • Development tools (load testing, pre-commit hooks, Azure Developer CLI)

Key Features

  • Explicit inputs/outputs for each agent (e.g., "Push/PR events" → "Test results, coverage reports")
  • Least-privilege permission scopes (e.g., contents: read, id-token: write)
  • Linked workflows and scripts with relative paths for traceability
  • Concise descriptions (1-2 sentences) explaining each agent's purpose

This documentation provides developers and operators with a clear understanding of all automated processes, their requirements, and capabilities within the RAG PostgreSQL OpenAI Python application.

Fixes #23.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copy link
Author

Copilot AI commented Sep 16, 2025

@anfibiacreativa 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs.

I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review.

Copilot AI changed the title [WIP] [TD-BOT] Missing file: agents.md Create agents.md file with comprehensive automation agent documentation Sep 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TD-BOT] Missing file: agents.md

2 participants