remix-project icon indicating copy to clipboard operation
remix-project copied to clipboard

Create an AI agent that monitors major events in Remix

Open STetsing opened this issue 8 months ago • 0 comments

For enhancing the AI experience in the Remix IDE, the AI must perceive the user environment. the main goal of the remix ai agent will be

  • project wide Autocomplete (completion, insertion, generation)
  • real time error checking: Fix me or improve this

This is done by accessing information

  • File being edited
  • current cursor location
  • compiler errors
  • imports (libs, local, etc.)

The web agent might be much lightweight than the desktop one

STetsing avatar Jun 05 '24 11:06 STetsing