Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchiu-cohere committed Sep 25, 2024
1 parent 533c590 commit a39bd79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# Commit0

Commit-0 is a from scratch AI coding challenge. Can you create a library from commit 0?
Commit0 is a from scratch AI coding challenge. Can you create a library from commit 0?

The benchmark consists of 57 core Python libraries. The challenge is to rebuild these libraries and pass their unit tests. All libraries have:

* Significant test coverage
* Detailed specification and documentation
* Lint and type checking

Commit-0 is an interactive environment that makes it easy to design and test new agents. You can:
Commit0 is an interactive environment that makes it easy to design and test new agents. You can:

* Efficiently run tests in isolated environments
* Distribute testing and development across cloud systems
* Track and log all changes made throughout.

To install Commit-0, run:
To install Commit0, run:

```
pip install commit0
```

Commit-0 provides several commands to facilitate the process of cloning, building, testing, and evaluating repositories. Here's an overview of the available commands:
Commit0 provides several commands to facilitate the process of cloning, building, testing, and evaluating repositories. Here's an overview of the available commands:

### Setup

Expand Down

0 comments on commit a39bd79

Please sign in to comment.