-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e51f81
commit f27ca68
Showing
6 changed files
with
287 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
(lc_env) PS C:\Users\smith\code\autoSWE> python -m system.main --prd_path system/benchmark_data/python/ArXiv_digest/docs/PRD.md | ||
INFO:root:TRACING True | ||
INFO:root:autoSWE-1 | ||
INFO:root:---SOFTWARE DESIGN--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---APPROVE SOFTWARE DESIGN--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---IMPLEMENTATION--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---APPROVE IMPLEMENTATION--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---ACCEPTANCE TESTS--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---UNIT TESTS--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---ENVIRONMENT SETUP--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---APPROVE ACCEPTANCE TESTS--- | ||
INFO:root:---APPROVE UNIT TESTS--- | ||
INFO:root:Coverage report successful: | ||
Name Stmts Miss Cover | ||
--------------------------------------------------------- | ||
src\query_arxiv.py 48 0 100% | ||
src\utils\api_interaction.py 5 2 60% | ||
src\utils\command_line_interface.py 15 1 93% | ||
src\utils\output_handler.py 17 13 24% | ||
src\utils\xml_parser.py 10 7 30% | ||
--------------------------------------------------------- | ||
TOTAL 95 23 76% | ||
|
||
|
||
(lc_env) PS C:\Users\smith\code\autoSWE> python -m system.main --prd_path system/benchmark_data/python/chakin/PRD.md | ||
INFO:root:TRACING True | ||
INFO:root:autoSWE-1 | ||
INFO:root:---SOFTWARE DESIGN--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---APPROVE SOFTWARE DESIGN--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---IMPLEMENTATION--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---APPROVE IMPLEMENTATION--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---IMPLEMENTATION--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---APPROVE IMPLEMENTATION--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---ACCEPTANCE TESTS--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---UNIT TESTS--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---ENVIRONMENT SETUP--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
Requirement already satisfied: progressbar2 in c:\users\smith\anaconda3\envs\lc_env\lib\site-packages (4.5.0) | ||
Requirement already satisfied: python-utils>=3.8.1 in c:\users\smith\anaconda3\envs\lc_env\lib\site-packages (from progressbar2) (3.9.0) | ||
Requirement already satisfied: typing-extensions>3.10.0.2 in c:\users\smith\anaconda3\envs\lc_env\lib\site-packages (from python-utils>=3.8.1->progressbar2) (4.12.2) | ||
INFO:root:---APPROVE ACCEPTANCE TESTS--- | ||
INFO:root:---APPROVE UNIT TESTS--- | ||
INFO:root:Coverage report successful: | ||
Name Stmts Miss Cover | ||
-------------------------------------- | ||
chakin\chakin.py 26 0 100% | ||
-------------------------------------- | ||
TOTAL 26 0 100% | ||
|
||
(lc_env) PS C:\Users\smith\code\autoSWE> python -m system.main --prd_path system/benchmark_data/python/geotext/PRD.md | ||
INFO:root:TRACING True | ||
INFO:root:autoSWE-1 | ||
INFO:root:---SOFTWARE DESIGN--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---APPROVE SOFTWARE DESIGN--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---IMPLEMENTATION--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---APPROVE IMPLEMENTATION--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---ACCEPTANCE TESTS--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---UNIT TESTS--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---ENVIRONMENT SETUP--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---APPROVE ACCEPTANCE TESTS--- | ||
INFO:root:---APPROVE UNIT TESTS--- | ||
INFO:root:Coverage report failed execution: No data to report. | ||
|
||
INFO:root:---UNIT TESTS--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---ENVIRONMENT SETUP--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---APPROVE ACCEPTANCE TESTS--- | ||
INFO:root:---APPROVE UNIT TESTS--- | ||
INFO:root:Coverage report failed execution: No data to report. | ||
|
||
INFO:root:---UNIT TESTS--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---ENVIRONMENT SETUP--- | ||
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/chat/completions "HTTP/1.1 200 OK" | ||
INFO:root:---APPROVE ACCEPTANCE TESTS--- | ||
INFO:root:---APPROVE UNIT TESTS--- | ||
INFO:root:Coverage report failed execution: No data to report. | ||
|
||
|
||
|
||
|
Oops, something went wrong.