Pre-built Agents
CodeAnt ships four agents. All are off by default, so you choose the perspectives that matter for each repository.Enabling an Agent
Navigate to your Dashboard settings:- Go to app.codeant.ai/x/settings/ai-rules
- Under CodeAnt-defined Agents, find the agent you want
- Toggle the agent on
- Configure its options (see below) and click Save
Configuring an Agent
Reporting Threshold
Choose how selective the agent is. A lower threshold surfaces more findings (including minor nits); a higher threshold reports only the most serious issues:Language & Framework Focus
By default, an agent reviews all languages and frameworks. Under Advanced options, you can narrow its focus to a specific set (for example, only Python and TypeScript) so the agent concentrates on the stack you care about.File Scope
Restrict which files the agent reviews using glob patterns under Advanced options:- Include files - patterns for files to review (for example,
src/**/*.py) - Exclude files - patterns to skip, prefixed with
!(for example,!src/tests/**)