Blazing fast local AI Agent for Python coding
Project description
Nemo Agent
Nemo Agent is a blazing fast local AI Agent for Python coding
Features
- Runs blazing fast locally
- Generates Python project structures automatically using poetry
- Writes Python code based on task descriptions
- Executes development tasks using AI-generated commands
- Utilizes the mistral-nemo or codestral language model for intelligent code generation
- Implements best practices in Python development automatically
- Writes and runs passing tests up to 80%+ test coverage using pytest
- Automatically fixes and styles code using pylint
Installation
You can install Nemo Agent using pip:
pip install nemo-agent
Usage
After installation, you can use NemoAgent from the command line:
nemo-agent "Your task description here"
If you run nemo-agent without any arguments, it will prompt you to enter a task.
Examples
Create a simple calculator:
nemo-agent "Create a simple calculator with add, subtract, multiply, and divide functions with tests"
Generate a fizzbuzz program:
nemo-agent "Create a fizzbuzz script"
Custom Ollama Model
- Nemo Agent allows running any Ollama model instead of
mistral-nemo
. - For the RTX 4090 small class models - all other models fail with Nemo Agent.
- Tested on RunPod RTX 4090 x1:
- gemma2:27b - bad tool use
- codestral:22b - bad tool use
- deepseek-coder-v2:16b - quickly crashes for unknown reason
- phi3:14b - bad codegen
- command-r:35b - too slow and bad license
- nous-hermes2:34b - bad code gen and bad tool use
- nous-hermes2-mixtral - bad code gen and too slow
nemo-agent --model other_model_name "Create a fizzbuzz script"
Cloud Install
- RunPod is the recommended hosting provider for RTX 4090 compute - setup link
Limitations
- Currently due to
mistral-nemo
issues cannot codegen for APIs like Flask and FastAPI. - Due to
mistral-nemo
model IQ limits keeping to simple tasks is required.
How It Works
Nemo Agent uses the mistral-nemo LLM to interpret your task description. It generates a project structure and necessary files based on the task. The AI writes Python code to implement the requested functionality. Nemo Agent can execute various development tasks like creating virtual environments, installing dependencies, and running tests.
Requirements
- Python 3.9 or higher
- Ollama running
mistral-nemo
- Linux with a minimum of an RTX 4070
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 AI. 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
Built Distribution
Hashes for nemo_agent-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 493b962d72bcc74ea3d4d07aa91441a7c3b5cd0798b3eb0b4925ace9d780f84b |
|
MD5 | 47ef83314d2e55daca82e808f203750d |
|
BLAKE2b-256 | 1d6272f7681ad4b1d4b208a59465f8573c791463612aaf9d6ed49dab2d5cca2a |