We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5807ca0 commit 8c28689Copy full SHA for 8c28689
README.md
@@ -1 +1,21 @@
1
# Commit0
2
+
3
+Commit-0 is a from scratch AI coding challenge. Can you create a library from commit 0?
4
5
+The benchmark consists of 57 core Python libraries. The challenge is to rebuild these libraries and pass their unit tests. All libraries have:
6
7
+* Significant test coverage
8
+* Detailed specification and documentation
9
+* Lint and type checking
10
11
+Commit-0 is an interactive environment that makes it easy to design and test new agents. You can:
12
13
+* Efficiently run tests in isolated environemnts
14
+* Distribute testing and development across cloud systems
15
+* Track and log all changes made throughout.
16
17
+To install run:
18
19
+```
20
+pip install commit0
21
0 commit comments