Productivity
Your command-line, context-aware chatbot for instant codebase insights.
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.
$ akita init
$ akita add <file_path>
$ 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.