Metadata-Version: 2.1
Name: akita-ai
Version: 0.1.200
Summary: AI-enhanced development tool.
Home-page: https://akita.ai
License: Apache-2.0
Author: Gauthier Piarrette
Author-email: gauthier@akita.ai
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
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: chainlit (==1.0.0)
Requires-Dist: chardet (==5.1.0)
Requires-Dist: chromadb (==0.4.23)
Requires-Dist: google-generativeai (>=0.5.2,<0.6.0)
Requires-Dist: langchain (==0.1.9)
Requires-Dist: langchain-community (==0.0.24)
Requires-Dist: langchain-core (==0.1.45)
Requires-Dist: langchain-google-genai (>=1.0.3,<2.0.0)
Requires-Dist: langchain-openai (==0.0.7)
Requires-Dist: onnxruntime (==1.16.0)
Requires-Dist: openai (==1.10.0)
Requires-Dist: prompt-toolkit (==3.0.43)
Requires-Dist: rich (==12.6.0)
Requires-Dist: tiktoken (==0.6.0)
Requires-Dist: tree-sitter (==0.20.4)
Requires-Dist: tree-sitter-languages (==1.10.2)
Project-URL: Documentation, https://github.com/gauthierpiarrette/akita-ai
Project-URL: Repository, https://github.com/gauthierpiarrette/akita-ai
Description-Content-Type: text/markdown

<p align="center"><a href="https://github.com/gauthierpiarrette/akita-ai"><img src="https://github.com/gauthierpiarrette/akita-ai/assets/28540426/6029074f-e8f8-423d-8415-a5bd3c255e2c" alt="Akita AI Logo" height="60"/></a></p>

<h1 align="center">Akita AI</h1>
<p align="center">Your command-line, context-aware chatbot for instant codebase insights.</p>
<p align="center">
  <a href="https://pypi.org/project/akita-ai/"><img src="https://img.shields.io/pypi/v/akita-ai.svg" alt="PyPI Version"></a>
  <a href="https://github.com/gauthierpiarrette/akita-ai/blob/main/LICENSE"><img src="https://img.shields.io/github/license/gauthierpiarrette/akita-ai" alt="License"></a>
  <a href="https://pypi.org/project/akita-ai/"><img src="https://img.shields.io/pypi/pyversions/akita-ai.svg" alt="Python Version"></a>
  <a href="https://github.com/gauthierpiarrette/akita-ai/actions?query=workflow:%22CI%22"><img src="https://github.com/gauthierpiarrette/akita-ai/workflows/CI/badge.svg" alt="CI"></a>
</p>

<p align="center"><a href="https://github.com/gauthierpiarrette/akita-ai"><img src="https://github.com/gauthierpiarrette/akita-ai/assets/28540426/37d52939-c2bd-4041-b19c-ac1df7eba835" width="70%"/></a></p><br/>

## 🌟 Key Features

- **✅ Personal Code Assistant**: Engage with Akita directly from your terminal for real-time codebase insights.
- **✅ Automated Documentation**: Instantly generate comprehensive documentation for your entire project.
- **✅ Tailored Code Reviews**: Receive AI-powered suggestions to improve your code quality.
- **✅ Quick Code Explainer**: Understand any piece of code with a simple command.
- **✅ Flexible Plugin System**: Customize Akita AI to fit perfectly into your development workflow.

## 🚀 Getting Started

### 1. Installation

Ensure you have Python 3.9+. Open a terminal and run:

```bash
$ pip install akita-ai
```

Set up your provider API key (currently integrates with [Gemini](https://gemini.google.com) and [ChatGPT](https://chat.openai.com)):
```bash
$ export GOOGLE_API_KEY=<your-api-key>
```
Alternatively to use with ChatGPT
```bash
$ export OPENAI_API_KEY=<your-api-key>
```
### 2. Engage with Your Personal Code Assistant

Start interacting with Akita Assistant for insights:

```bash
$ cd path/to/your/project
$ akita assistant
```

Ask Akita anything about your codebase for instant assistance.

## 🔗 Integrations

Connect Akita AI with your preferred providers for enhanced coding assistance.

![akita_integration_long](https://github.com/gauthierpiarrette/akita-ai/assets/28540426/17c0aae7-b470-4a6a-83dc-645c60bdc405)
*More integrations coming soon.*

## 🔍 Explore More Features

Dive into the additional features, designed to streamline your development workflow.

### File Selector
**Effortlessly select files** for Akita AI's analysis to focus enhancements where you need them.

- **Initiate with Akita**: Prepare your project.
  ```bash
  $ akita init
  ```
- **Choose Files for Analysis**: Highlight specific files.
  ```bash
  $ akita add <file_path>
  ```
- **Exclude Files**: Easily remove files from the queue.
  ```bash
  $ akita rm <file_path>
  ```

### Instant Code Understanding
**Understand any piece of code with a simple command**, enhancing readability and maintainability.

```bash
$ akita describe <file_path>
```

### Targeted Code Reviews
Receive **targeted, AI-driven feedback** on your code to identify improvements quickly.

```bash
$ akita review <file_path>
```

### Quick README Creation
Generate **engaging READMEs** effortlessly, making your projects more accessible and understandable.

```bash
$ akita readme <file_path>
```

See our detailed [commands documentation](https://github.com/gauthierpiarrette/akita-ai/blob/main/docs/Commands_Documentation.md) for more details.

## 💡 Contributing

Join our community of contributors! Whether you're fixing bugs, adding features, or improving documentation, your contributions make Akita AI better for everyone. See our [Contributors Guide](CONTRIBUTING.md) for how to get started.

## 📢 Feedback and Support

Your feedback shapes the future of Akita AI. Encounter a bug or have a feature suggestion? Open an issue on our [GitHub issues page](https://github.com/gauthierpiarrette/akita-ai/issues). For more support, contact us through our [homepage](https://akita.ai).

## 📜 License

Akita AI is open-source software licensed under the Apache 2.0 License. Feel free to use, modify, and distribute it as per the license.

