Metadata-Version: 2.1
Name: code-agent
Version: 0.1.3.4
Summary: 🦾 🤖 ChatGPT-based Agent tool for support your software development.
Home-page: https://github.com/Gonsix/Code-Agent
License: MIT
Keywords: ChatGPT,LangChain,LLM,AI-Tool,Git
Author: Shingo Morimoto
Author-email: gonsix3@gmail.com
Maintainer: Shingo Morimoto
Maintainer-email: gonsix3@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: gitpython (>=3.1.42,<4.0.0)
Requires-Dist: langchain (>=0.1.9,<0.2.0)
Requires-Dist: langchain-community (>=0.0.24,<0.0.25)
Requires-Dist: langchain-openai (>=0.0.8,<0.0.9)
Requires-Dist: openai (>=1.13.3,<2.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Project-URL: Repository, https://github.com/Gonsix/Code-Agent
Description-Content-Type: text/markdown

# Code-Agent 🚀
## Use `codex` command to automate software development workflows. ✨

Hi! I'm Shingo Morimoto, an University student in Japan. I'm so interested in creating LLM application using LangChain. 

The `codex` command,including subcommands: gen-commit, gen-readme, describe, suggest-comment, suggest-code, is a powerful tool to integrate your code with LLM power.✨

## 🌟 Getting Started



### Install code-agent with pip 📁: 
    To use the codex command anywhere install it with pip:

    `pip install code-agent` or `pip install --break-system-packages code-agent ` if you are using newer pip. 


###  **Usage** 🚀:

Amazing! Now you can use `codex` command anywhere!
```
$ codex --help

 Usage: codex [OPTIONS] COMMAND [ARGS]...

╭─ Options ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --install-completion          Install completion for the current shell.                                                                                    │
│ --show-completion             Show completion for the current shell, to copy it or customize the installation.                                             │
│ --help                        Show this message and exit.                                                                                                  │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ describe            [Unimplemented feature]: Describe the source code in files -> codex describe --help                                                    │
│ gen-commit          Generate a commit message from Git diff between HEAD and index.                                                                        │
│ gen-readme          [Unimplemented feature]: Generate Awesome README for your project in interactive way -> codex gen_readme --help                        │
│ say-goodbye                                                                                                                                                │
│ say-hello                                                                                                                                                  │
│ suggest-code        [Unimplemented feature]: Refactor and Suggest code for source code in specified files -> codex suggest_code --help                     │
│ suggest-comment     [Unimplemented feature]: Suggest comment for source code in specified files -> codex suggest_comment --help                            │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```
## Dive in! 🌊

With these steps, you're all set to revolutionize your Git commits. May your coding be effortless and your repositories vibrant! 💫

