Skip to main content

Your Python AI Coder

Project description

Nemo Agent

PyPI - Version

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, or Gemini language 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 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

Coding Ability

  • leetcode hards
  • fastapi or flask APIs
  • flask web apps
  • streamlit apps
  • tkinter apps
  • jupyter 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 zsh shell
    • echo 'export OPENAI_API_KEY="YOUR_API_KEY"' >> ~/.zshrc or
    • echo 'export ANTHROPIC_API_KEY="YOUR_API_KEY"' >> ~/.zshrc or
    • echo 'export GEMINI_API_KEY="YOUR_API_KEY"' >> ~/.zshrc
  • pip install nemo-agent
  • You are ready to use 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 | sh
    • ollama pull qwen2.5-coder:14b
  • pip install nemo-agent
  • You are ready to use nemo-agent

Usage

Providers

  • ollama: nemo-agent --provider ollama
  • openai: nemo-agent --provider openai
  • claude: nemo-agent --provider claude
  • gemini: 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
  • 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
  • nemo-agent --code example_folder

Import Data Into Prompt

  • Data files must be .csv (CSV) and be located in a folder
  • nemo-agent --data example_folder

Prompting

CLI

  • nemo-agent "create a fizzbuzz script"

OR

File Prompt

  • Prompt file must be markdown (.md) or text files (.txt)
  • nemo-agent --file example.md or
  • nemo-agent --file example.txt

Run Generated Program

  • cd generated_project_folder
  • source .venv/bin/activate
  • python main.py

Default Models

  • ollama is qwen2.5-coder:14b (default model)
  • openai is gpt-4o
  • claude is claude-3-5-sonnet-20241022
  • gemini is gemini-1.5-pro

Select Models

  • nemo-agent "my_prompt" --provider ollama --model nemotron

OpenAI o-series Support

  • Supports o3-mini, o1-mini, o1-preview, and o1
  • nemo-agent "my prompt" --provider openai --model o3-mini

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

This version

3.2.0

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-3.2.0.tar.gz (14.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nemo_agent-3.2.0-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

Details for the file nemo_agent-3.2.0.tar.gz.

File metadata

  • Download URL: nemo_agent-3.2.0.tar.gz
  • Upload date:
  • Size: 14.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for nemo_agent-3.2.0.tar.gz
Algorithm Hash digest
SHA256 08421a4053b02ab3cb8c3eab612d0ba2787a894709bcc480abf423804aa178d5
MD5 3471659f9124c3b4bfbb14e859e5f6b5
BLAKE2b-256 1eddb9faae970af1cbe022687755af7f2ac44e6404ca5d8ff292cbc9d88cf94d

See more details on using hashes here.

File details

Details for the file nemo_agent-3.2.0-py3-none-any.whl.

File metadata

  • Download URL: nemo_agent-3.2.0-py3-none-any.whl
  • Upload date:
  • Size: 13.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for nemo_agent-3.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5d0e5ab5a04811be20859b5d86d5acdc202f2443fb454387ba119d11063a0935
MD5 63d21dc88529d231f229d3a08961db71
BLAKE2b-256 e5e028144e9e9b7c8f87e3ae4d6e0b660fa316b8ccd958210227fd799e28a3ef

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page