Your Python AI Coder
Project description
Nemo Agent
Nemo Agent is your Python AI Coder!
https://github.com/user-attachments/assets/51cf6ad1-196c-44ab-99ba-0035365f1bbd
Features
- Runs blazing fast
- Generates Python project structures automatically using
uv
- Writes Python code based on task descriptions
- Executes development tasks using AI-generated commands
- Utilizes the
mistral-nemo
,OpenAI
, orClaude
language models for intelligent code generation - Implements best practices in Python development automatically
- Writes and runs passing tests using
pytest
up to 80%+ test coverage - Automatically fixes and styles code using
pylint
up to 7+/10 - Calculates and improves the complexity score using
complexipy
to be under 15 - Auto-formats the code with
autopep8
- Shows the token count used for the responses
Community
- Join our community - Nemo Agent Telegram Group
Coding Ability
leetcode
hards (app works - tests pass)fastapi
orflask
APIs (app works - tests pass)flask
web apps (app works - tests pass)streamlit
apps (app works - tests fail)tkinter
apps (app works - tests fail)- Note:
OpenAI
orClaude
succeed more often themistral-nemo
in their runs - Note: Not all runs will be successful
Install
OpenAI or Claude Install
Requirements
- Python 3.9 or higher
- OpenAI or Claude API KEY
- Mac or Linux
Requirements Installation
- Install OpenAI or Claude API KEY for
zsh
shellecho 'export OPENAI_API_KEY="YOUR_API_KEY"' >> ~/.zshrc
orecho 'export ANTHROPIC_API_KEY="YOUR_API_KEY"' >> ~/.zshrc
pip install nemo-agent
- You are ready to use
nemo-agent
OR
Mistral-Nemo Install
Requirements
- Python 3.9 or higher
- Ollama running
mistral-nemo
- Linux with minimum specs of Ubuntu 24.04 with RTX 4070
Requirements Installation
- Ollama install instructions:
curl -fsSL https://ollama.com/install.sh | sh
ollama pull mistral-nemo
pip install nemo-agent
- You are ready to use
nemo-agent
Usage
Prompt
mistral-nemo
:nemo-agent "create a fizzbuzz script"
openai
:nemo-agent "create a fizzbuzz script" --provider openai
claude
:nemo-agent "create a fizzbuzz script" --provider claude
Markdown File
mistral-nemo
:nemo-agent --file example.md
openai
:nemo-agent --file example.md --provider openai
claude
:nemo-agent --file example.md --provider claude
Model overrides
- You can pass the
--model
flag to override the default model for the provider. - The default model for
ollama
ismistral-nemo
- The default model for
openai
isgpt-4o-2024-08-06
- The default model for
claude
isclaude-3-5-sonnet-20240620
Contributing
Contributions to Nemo Agent are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Disclaimer
Nemo Agent generates code using an LLM. Every run is different as the LLM generated code is different. While it strives for accuracy and best practices, the generated code should be reviewed and tested before being used in a production environment.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nemo_agent-2.1.0.tar.gz
(12.6 kB
view hashes)
Built Distribution
nemo_agent-2.1.0-py3-none-any.whl
(12.3 kB
view hashes)
Close
Hashes for nemo_agent-2.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | acfd9e2a7940d2081776386da61920a53f7514bff9ee771f8d0175a3559ddbfd |
|
MD5 | 539481bc9e25363f5cf5f63854c911ea |
|
BLAKE2b-256 | 3ff9bc64714dba321abd48ba18fa9ad58fdb1b87ab94226e010a795a5606b9eb |