Skip to content

Commit 8c28689

Browse files
update readme to website readme
1 parent 5807ca0 commit 8c28689

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
11
# 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

Comments
 (0)