Skip to main content

An AI Agent for python code gen using the Mistral-Nemo Ollama framework

Project description

NemoAgent

PyPI - Version

NemoAgent is an AI Agent for Python codegen using the Mistral-Nemo Ollama framework. It creates project structures, writes code, writes tests, runs tests, and performs development tasks based on natural language prompts.

Features

  • Runs completely local
  • Generate Python project structures automatically
  • Write Python code based on task descriptions
  • Execute development tasks using AI-generated commands
  • Utilize the Mistral-Nemo language model for intelligent code generation and testing
  • Implement best practices in Python development automatically

Installation

You can install NemoAgent 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 web scraper:

nemo-agent "Build a web scraper to extract headlines from a news website with tests"

Develop a basic API:

nemo-agent "Create a Flask API with endpoints for user registration and login with tests"

How It Works

NemoAgent uses the Mistral-Nemo language model 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. NemoAgent can execute various development tasks like creating virtual environments, installing dependencies, and running tests.

Requirements

  • Python 3.12.4 or higher
  • Ollama running mistral-nemo
  • Linux
  • Minimum of an RTX 4070

Contributing

Contributions to NemoAgent are welcome! Please feel free to submit a Pull Request.

Roadmap

  • Support current folder structure of projects for refactoring []
  • Support poetry []
  • Get all files in a folder recursive and put them into context for analysis []

License

This project is licensed under the MIT License - see the LICENSE file for details.

Disclaimer

NemoAgent generates code using AI. While it strives for accuracy and best practices, the generated code should be reviewed and tested before use in production environments.

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-0.0.3.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

nemo_agent-0.0.3-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

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