Your command-line, context-aware chatbot for instant codebase insights.
- ✅ 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.
Ensure you have Python 3.9+. Open a terminal and run:
$ pip install akita-ai
Set up your provider API key (currently integrates with Gemini and ChatGPT):
$ export GOOGLE_API_KEY=<your-api-key>
Alternatively to use with ChatGPT
$ export OPENAI_API_KEY=<your-api-key>
Start interacting with Akita Assistant for insights:
$ cd path/to/your/project
$ akita assistant
Ask Akita anything about your codebase for instant assistance.
Connect Akita AI with your preferred providers for enhanced coding assistance.
More integrations coming soon.
Dive into the additional features, designed to streamline your development workflow.
Effortlessly select files for Akita AI's analysis to focus enhancements where you need them.
- Initiate with Akita: Prepare your project.
$ akita init
- Choose Files for Analysis: Highlight specific files.
$ akita add <file_path>
- Exclude Files: Easily remove files from the queue.
$ akita rm <file_path>
Understand any piece of code with a simple command, enhancing readability and maintainability.
$ akita describe <file_path>
Receive targeted, AI-driven feedback on your code to identify improvements quickly.
$ akita review <file_path>
Generate engaging READMEs effortlessly, making your projects more accessible and understandable.
$ akita readme <file_path>
See our detailed commands documentation for more details.
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 for how to get started.
Your feedback shapes the future of Akita AI. Encounter a bug or have a feature suggestion? Open an issue on our GitHub issues page. For more support, contact us through our homepage.
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.