A digital coding assistant.
- universal-ctags (v5.x+) - check the universal ctags is in your path with
ctage --version, if it's the Xcode version you'll see an error. - python 3
- Get your prerequesits sorted
- Create a virtual environment (not essential but recommended)
pip install- Copy
.env.exampleto.envand fill in your keys Congratulations, you can now use the agent. You just need to put a config file in your project: - Copy one of the example from ./configs into your project and rename it config.yaml, tweak it as needed.
- In the root of this project, execute
python main.py --project ./ "Your request to the coding agent"