AgileCoder
AgileCoder copied to clipboard
Incorporating Agile methodology into agents to create complex real-world softwares
I am running the demo code using Azure Open AI, tier pay as you go, the limit is 30k per minute. However, with such a large limit, my prompt was...
Hi, I was trying to run the software using a locally hosted model with Ollama, but I get a KeyError. It seems Ollama is not actually implement in spite of...
I am missing some form of requirements engineering workflow. The german Wikipedia article is very good: - [Softwareanforderung](https://de.wikipedia.org/wiki/Softwareanforderung) ([Google Translate](https://de-m-wikipedia-org.translate.goog/wiki/Softwareanforderung?_x_tr_sl=de&_x_tr_tl=en&_x_tr_hl=de&_x_tr_pto=wapp)) Hypothetically, there should be - some kind of RAG system...
One of the biggest problems that middle to big software projects are facing is technical dept. Technical dept is a bigger problem to adding software than the actual coding of...
I made an interaction diagram that represents the indivdual roles and steps that AgileCoder does with the Agile CompanyConfig and thought you might find it helpful: ```mermaid sequenceDiagram actor ChiefExecutiveOfficer...
Hello! Was wondering what quota limits were required to run this? Thanks!
**Description:** I encountered multiple issues while trying to create a software project using AgileCoder. **Steps to Reproduce:** 1. **Using the Command-Line Interface from [PyPi](https://pypi.org/project/agilecoder/):** - Run the command: ```bash agilecoder...
Thanks for sharing very interesting approach! Don't you want to try its abilities in SWE bench? They have simplified the evaluation, so it's not easier to get an evaluation result...
(agile_coder) steph@lucy:~/Projects$ agilecoder --task "Create a Caro game in Python" ------------------------------ Traceback (most recent call last): File "/home/steph/miniconda3/envs/agile_coder/bin/agilecoder", line 33, in sys.exit(load_entry_point('agilecoder', 'console_scripts', 'agilecoder')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/steph/Projects/AgileCoder/agilecoder/cli.py", line 24, in...