MLSysOps / MLE-agent
- Π²ΡΠΎΡΠ½ΠΈΠΊ, 3 ΡΠ΅Π½ΡΡΠ±ΡΡ 2024β―Π³. Π² 00:00:03
π€ MLE-Agent: Your intelligent companion for seamless AI engineering and research. π Integrate with arxiv and paper with code to provide better code/research plans π§° OpenAI, Ollama, etc supported. π Code RAG
MLE-Agent is designed as a pairing LLM agent for machine learning engineers and researchers. It is featured by:
0.3.0
with huge refactoring, many integrations, etc (v0.3.0)0.2.0
with multiple agents interaction (v0.2.0)pip install mle-agent -U
# or from source
git clone git@github.com:MLSysOps/MLE-agent.git
pip install -e .
mle new <project name>
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
You can also start an interactive chat in the terminal under the project directory:
mle chat
The following is a list of the tasks we plan to do, welcome to propose something new!
We welcome contributions from the community. We are looking for contributors to help us with the following tasks:
Please check the CONTRIBUTING.md file if you want to contribute.
Check MIT License file for more information.