chore: Automatically created AGENTS.md
What does this merge request do and why?
This merge request adds comprehensive documentation for GitLab's AI services codebase. The new AGENTS.md file serves as a guide for GitLab Duo (an AI assistant) when working with this repository. The AGENTS.md in this repo was automatically created through a first test prompt.
The documentation explains the architecture of two main services: AI Gateway (which handles code suggestions and chat) and Duo Workflow Service (which manages complex AI workflows). It covers important technical patterns like how the system selects AI models, manages prompts, handles security for AI tools, and processes code suggestions.
The file also includes practical setup instructions, common commands for development tasks like testing and linting, and explains key relationships between different parts of the system that might not be obvious to new developers. This documentation will help both human developers and AI assistants better understand how to work with GitLab's AI features codebase.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Merge request checklist
-
Tests added for new functionality. If not, please raise an issue to follow up. -
Documentation added/updated, if needed. -
If this change requires executor implementation: verified that issues/MRs exist for both Go executor and Node executor or confirmed that changes are backward-compatible and don't break existing executor functionality.