Giter Site home page Giter Site logo

likithmeruvu / python-coding-agent Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 17 KB

Python Coding Agent is an Crew AI Agent built using OpenAI's GPT-3.5 and Groq, designed to help with coding tasks such as generating code snippets, debugging, and providing code explanations. It aims to enhance productivity and learning through interactive sessions.

License: MIT License

Python 100.00%
agents ai-agents coding-agents crewai groq-api langchain-python langgraph openai-api python

python-coding-agent's Introduction

Python Coding Agent

A versatile Python agent utilizing OpenAI's GPT-3.5 to assist with various coding tasks, from generating code snippets to providing debugging help. This project aims to streamline the coding process by leveraging AI for enhanced productivity and learning.

Table of Contents

Features

  • Code Generation: Generate code snippets based on natural language prompts.
  • Debugging Assistance: Get help with debugging Python code.
  • Code Explanation: Understand complex code with detailed explanations.
  • Interactive Sessions: Engage in interactive coding sessions with the agent.

Installation

  1. Clone the Repository:

    git clone https://github.com/LikithMeruvu/Python-coding-Agent.git
    cd Python-coding-Agent
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install Dependencies:

    pip install -r requirements.txt

Usage

Open Respective Files and Add you API info in Variables specified by 'your_api'

  1. Run the Agent with GroqAPI:

    python python-coding-agent.py

    Run the Agent with OPENAI_API:

    python openai-agent.py
  2. Interact with the Agent:

    • The agent will prompt you for input. Provide your coding queries, and the agent will respond accordingly.

File Descriptions

  • langgraph.py: Contains the logic for the agents in langgraph.
  • openai-agent.py: Manages interactions with the OpenAI API.
  • python-coding-agent.py: Core functionality of the Python coding agent.
  • temp.py: Temporary file for testing and experimentation.
  • requirements.txt: Lists all the dependencies required to run the project.
  • README.md: Provides an overview and usage instructions for the project.
  • LICENSE: License information for the project.

License

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

Contact

For any questions or suggestions, please open an issue or reach out to the maintainer:

python-coding-agent's People

Contributors

likithmeruvu avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.