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
Ollama,OpenAI,Claude, orGeminilanguage models for intelligent code generation - Ability to import reference documents to guide the task implementation
- Allows importing existing code projects in multiple languages to serve as a reference for the task
- Enables the importation of csv data files to populate databases or graphs
- Implements best practices in Python development automatically
- Writes and runs passing tests using
pytestup to 80%+ test coverage - Automatically fixes and styles code using
pylintup to 7+/10 - Calculates and improves the complexity score using
complexipyto be under 15 - Auto-formats the code with
autopep8 - Shows the token count used for the responses
- Run via UV (uvx)
Coding Ability
leetcodehardsfastapiorflaskAPIsflaskweb appsstreamlitappstkinterappsjupyter notebook- Note: Not all runs will be successful with all models
Install
OpenAI, Claude, or Gemini Install
Requirements
- Python 3.9 or higher
- OpenAI, Claude, or Gemini API KEY
- Mac or Linux
- No GPU requirement
Requirements Installation
- Install OpenAI, Claude, or GEMINI API KEY for
zshshellecho 'export OPENAI_API_KEY="YOUR_API_KEY"' >> ~/.zshrcorecho 'export ANTHROPIC_API_KEY="YOUR_API_KEY"' >> ~/.zshrcorecho 'export GEMINI_API_KEY="YOUR_API_KEY"' >> ~/.zshrc
pip install uvuvx nemo-agent- to run nemo-agent
OR
Ollama Install
Requirements
- Python 3.9 or higher
- Ollama running
qwen2.5-coder:14b - Linux with minimum spec of Ubuntu 24.04 with RTX 4070 or;
- Mac with minimum spec of Mac Mini M2 Pro with 16MB
Requirements Installation
- Ollama install instructions:
curl -fsSL https://ollama.com/install.sh | shollama pull qwen2.5-coder:14b
pip install uvuvx nemo-agent- to run nemo-agent
Usage
Providers
ollama:uvx nemo-agent --provider ollamaopenai:uvx nemo-agent --provider openaiclaude:uvx nemo-agent --provider claudegemini:uvx nemo-agent --provider gemini
Import Reference Documentation Into Prompt
- Documentation files must be either: .md (Markdown) or .txt (Text) and be located in a folder
uvx nemo-agent --docs example_folder
Import Existing Code Projects Into Prompt
- Code files must be either: .py (Python), .php (PHP), .rs (Rust), .js (JavaScript), .ts (TypeScript), .toml (TOML), .json (JSON), .rb (Ruby), or .yaml (YAML) and be located in a folder
uvx nemo-agent --code example_folder
Import Data Into Prompt
- Data files must be .csv (CSV) and be located in a folder
uvx nemo-agent --data example_folder
Prompting
CLI
uvx nemo-agent "create a fizzbuzz script"
OR
File Prompt
- Prompt file must be markdown (.md) or text files (.txt)
uvx nemo-agent --file example.mdoruvx nemo-agent --file example.txt
Run Generated Program
cd generated_project_foldersource .venv/bin/activatepython main.py
Tests
Tests are automatically created and run.
Skipping Tests
You many want to skip tests especially if you are generating a UI application.
uvx nemo-agent "create a fizzbuzz script" --tests False
Models
Default Models
ollamaisqwen2.5-coder:14bopenaiisgpt-4oclaudeisclaude-3-7-sonnet-20250219geminiisgemini-2.5-pro-exp-03-25
Select Models
uvx nemo-agent "my_prompt" --provider openai --model o3-mini
Supported Models
Ollama
- Supports any 128k input token models
OpenAI
- Supports
o3-mini,o1-mini,o1-preview,o1,gpt-4o, andgpt-4o-mini
Claude
- Supports
claude-3-7-sonnet-20250219andclaude-3-5-sonnet-20241022
Gemini
- Supports
gemini-2.5-pro-exp-03-25,gemini-2.0-flash,gemini-1.5-pro,gemini-1.5-flash
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nemo_agent-3.7.0.tar.gz.
File metadata
- Download URL: nemo_agent-3.7.0.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ef9b44059820bff843d615865d22ed9da33c25188a1ef6851ace7bf54cec43f
|
|
| MD5 |
7dab4118f28d62ee595cf2f1704620ec
|
|
| BLAKE2b-256 |
1261bf080751ec852c67653b85e42577d8c55aa1f84ddfae44b2cc963aba18f4
|
File details
Details for the file nemo_agent-3.7.0-py3-none-any.whl.
File metadata
- Download URL: nemo_agent-3.7.0-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8a160750f91706289d6f0aaf96b4a45fe64e64a29fa516f392b003eff1f6bbd
|
|
| MD5 |
ae2e9559456410986673c4f7d29de1a9
|
|
| BLAKE2b-256 |
850e2e2af0c890b2247eb0843af15336bccfa512059ddc8537d098474a1bb409
|