Project

a11y_agent

0.0
The project is in a healthy, maintained state
A11y Agent is a tool that helps you fix accessibility issues, using AI and user input.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

~> 3.4
~> 3.0
~> 0.1
~> 0.23
 Project Readme

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 git@github.com: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