Skip to content

An AI agent for speeding up accessibility remediation

License

Notifications You must be signed in to change notification settings

AccessLint/a11y-agent

Repository files navigation

A11y Agent

A11y Agent is a multi-turn AI agent that supports developers in remediating React templates. It uses rules from eslint-plugin-jsx-a11y from a Sublayer agent to perform iterative fixes, with user input along the way.

A11y Agent is unique in the way it combines traditional programming, AI prompting, and human judgement to accelerate the accessibility remediation process.

Usage

  1. Clone the repo:

     git clone [email protected]:AccessLint/a11y-agent.git
    
  2. Run the CLI command and follow the prompts:

     ruby a11y_agent.rb /path/to/file.[jsx|tsx]
    

Demo

retry.mov