BuilderIO / micro-agent

An AI agent that writes (actually useful) code for you
https://www.builder.io/blog/micro-agent
MIT License
2.61k stars 206 forks source link

Support python and ruby dependency files as well as package.json #39

Closed tpaulshippy closed 2 months ago

tpaulshippy commented 2 months ago

Purpose

Resolves #18

Approach

Search current directory and parent directories for common dependency files and use them to feed to the LLM when determining the right test command to use.

Support python, ruby, and javascript.

steve8708 commented 2 months ago

awesome @tpaulshippy!