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

Question: Does it ony work for JavaScript projects? #53

Closed sprklinginfo closed 1 month ago

sprklinginfo commented 1 month ago

It looks like it only works for JavaScript projects, right? Like react or angular?

steve8708 commented 1 month ago

it can work with any type of code, e.g. python, ruby, etc. its most tested on JS though so if you hit any problems don't hesitate to make github issues for them

natsu12 commented 1 month ago

When using micro-agent in a python project, a prompt will be reported: "Warning: The current directory does not appear to be a recognized project folder.Want to set up a new project?" And only "Node + Vitest project" can be selected. How can I use it in a python project?

steve8708 commented 1 month ago

oh its supposed to detect a requirements.txt file to identify the project as a python project, do you have a requirements.txt file at the root of your project?

sprklinginfo commented 1 month ago

maybe I should be specific: can I use it for PHP projects, e.g. Laravel projects?

tpaulshippy commented 1 month ago

I don't believe php is currently supported. @steve8708 is pretty good about accepting PRs quickly so I would recommend submitting one to add this. If you need help finding where to add this support let me know (I worked on the python and ruby support).