Quick Start
Installation
pip install mle-agent -U
# or from source
git clone git@github.com:MLSysOps/MLE-agent.git
pip install -e .
Usage
Create a new project
mle new <project name>
Write baseline code
And a project directory will be created under the current path, you need to start the project under the project directory.
cd <project name>
mle start
Summarize and report your code with our Web UI
Under the project directory, run:
mle report
Chat with your code (Experimental)
You can also start an interactive chat in the terminal under the project directory:
mle chat