AI-powered CLI assistant for developers: commits, summaries, PR reviews, docs.
Project description
Agenzic CLI
Agenzic is a terminal-based AI assistant for developers. It streamlines developer workflows by providing AI-powered commit messages, code/file summarization, pull request reviews, documentation generation, and unit test suggestions — all from the command line.
Features
-
AI Commit Assistant Generate clean, conventional commit messages from staged Git changes. Supports multiple options and allows editing before committing.
-
Code/File Summarizer Summarize files or entire codebases to quickly understand legacy code or onboard new developers.
-
AI PR / Code Reviewer Review staged Git changes or specific code files. Provides suggestions for security, style, and possible bugs.
-
Documentation Generator Generate docstrings or README drafts for individual files or entire projects.
-
Test Case Generator Suggest unit tests for your functions based on code content.
-
Version & Environment Info Quickly display the current version of Agenzic along with relevant environment information.
-
Help & Usage Guidance Built-in help command provides a concise overview of commands and usage examples.
Installation
pip install agenzic
Usage
# Generate AI commit messages for staged changes
agenzic commit
# Summarize a file
agenzic summarize -f myscript.py
# Code Review of a specific file
agenzic review -f myscript.py
# Generate documentation
agenzic docgen -f myscript.py
agenzic docgen -d folder/
# Generate code file
agenzic codegen 'write a python code' -f abc.py
# Generate unit tests for a file
agenzic tests -f myscript.py
# Ask AI a question about file or dir
agenzic ask "Your Question"
agenzic ask "Your Question" -f app.py
agenzic ask "Your Question" -d folder/
# Generate project tree with custom depth (1=top-level only, 2=one level deep, etc.) (default=2)
agenzic projtree
agenzic projtree -d folder/
agenzic projtree -d folder/ -l 3
# Debug inspector: show environment, config, PATH, plugins, Python version.
agenzic inspect
# Show version and environment info
agenzic version
# Show project information
agenzic about
# Display help
agenzic help
Contributing
Agenzic is open-source! Contributions are welcome via pull requests and issues.
License
This project is licensed under the MIT License.
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 agenzic-0.1.2.tar.gz.
File metadata
- Download URL: agenzic-0.1.2.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7b942b3154b814f1abec0155b0f40d15916a4a07ae6a19f67a419a887799f9b
|
|
| MD5 |
699fbebd60528d909761460af7f29794
|
|
| BLAKE2b-256 |
467fdc6188f04db0c034fbe26eb0b9b499da4dcf7fa7fa74af2ac4821f9872df
|
File details
Details for the file agenzic-0.1.2-py3-none-any.whl.
File metadata
- Download URL: agenzic-0.1.2-py3-none-any.whl
- Upload date:
- Size: 20.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fed77efa02b38c300713f5807931c0172407764de5240ea7b6c22f6e7a167e3
|
|
| MD5 |
04e420ad844a07e1c104fd3607c5666b
|
|
| BLAKE2b-256 |
89201d1d21092ce21ad527218b9b73c650d5dfb4acde1a9082bf6933b0e48a6b
|