gpt-engineer.json

  1{
  2  "repo": "https://github.com/AntonOsika/gpt-engineer.git",
  3  "commit": "7735a6445bae3611c62f521e6464c67c957f87c2",
  4  "assertions": [
  5    {
  6      "query": "How do I contribute to this project?",
  7      "matches": [
  8        ".github/CONTRIBUTING.md:1",
  9        "ROADMAP.md:48"
 10      ]
 11    },
 12    {
 13      "query": "What version of the openai package is active?",
 14      "matches": [
 15        "pyproject.toml:14"
 16      ]
 17    },
 18    {
 19      "query": "Ask user for clarification",
 20      "matches": [
 21        "gpt_engineer/steps.py:69"
 22      ]
 23    },
 24    {
 25      "query": "generate tests for python code",
 26      "matches": [
 27        "gpt_engineer/steps.py:153"
 28      ]
 29    },
 30    {
 31      "query": "get item from database based on key",
 32      "matches": [
 33        "gpt_engineer/db.py:42",
 34        "gpt_engineer/db.py:68"
 35      ]
 36    },
 37    {
 38      "query": "prompt user to select files",
 39      "matches": [
 40        "gpt_engineer/file_selector.py:171",
 41        "gpt_engineer/file_selector.py:306",
 42        "gpt_engineer/file_selector.py:289",
 43        "gpt_engineer/file_selector.py:234"
 44      ]
 45    },
 46    {
 47      "query": "send to rudderstack",
 48      "matches": [
 49        "gpt_engineer/collect.py:11",
 50        "gpt_engineer/collect.py:38"
 51      ]
 52    },
 53    {
 54      "query": "parse code blocks from chat messages",
 55      "matches": [
 56        "gpt_engineer/chat_to_files.py:10",
 57        "docs/intro/chat_parsing.md:1"
 58      ]
 59    },
 60    {
 61      "query": "how do I use the docker cli?",
 62      "matches": [
 63        "docker/README.md:1"
 64      ]
 65    },
 66    {
 67      "query": "ask the user if the code ran successfully?",
 68      "matches": [
 69        "gpt_engineer/learning.py:54"
 70      ]
 71    },
 72    {
 73      "query": "how is consent granted by the user?",
 74      "matches": [
 75        "gpt_engineer/learning.py:107",
 76        "gpt_engineer/learning.py:130",
 77        "gpt_engineer/learning.py:152"
 78      ]
 79    },
 80    {
 81      "query": "what are all the different steps the agent can take?",
 82      "matches": [
 83        "docs/intro/steps_module.md:1",
 84        "gpt_engineer/steps.py:391"
 85      ]
 86    },
 87    {
 88      "query": "ask the user for clarification?",
 89      "matches": [
 90        "gpt_engineer/steps.py:69"
 91      ]
 92    },
 93    {
 94      "query": "what models are available?",
 95      "matches": [
 96        "gpt_engineer/ai.py:315",
 97        "gpt_engineer/ai.py:341",
 98        "docs/open-models.md:1"
 99      ]
100    },
101    {
102      "query": "what is the current focus of the project?",
103      "matches": [
104        "ROADMAP.md:11"
105      ]
106    },
107    {
108      "query": "does the agent know how to fix code?",
109      "matches": [
110        "gpt_engineer/steps.py:367"
111      ]
112    }
113  ]
114}