AI Kit is a CLI meant to augment your IDE agent.
Project description
AI Kit
AI Kit is designed for your IDE's agent. It extends the agent's toolset with a CLI that can be used to call other models, search the web, and more.
Manual Installation
You really want to do this yourself? Isn't the whole point of this so you have to do less work? Just saying.
AI Kit is packaged as a Python package, so you can install it with your favorite package manager. You can install it just like any other package.
You have a few options. Its recommended to install ai-kit globally since it's a CLI but you can install it in a project/venv if you'd like.
Using pip:
# Install using pip with:
pip install python-ai-kit
# Upgrade:
pip install --upgrade python-ai-kit
# Uninstall:
pip uninstall python-ai-kit
Using uv:
# Install:
uv pip install python-ai-kit --system
# Upgrade:
uv pip install --upgrade python-ai-kit --system
# Uninstall:
uv pip uninstall python-ai-kit --system
Dont have python?
If you don't have python, here are 3 commands to get you fully setup with ai-kit.
Install uv
# From source:
curl -LsSf https://astral.sh/uv/install.sh | sh
# OR From brew:
brew install uv
Install python
# Install python 3.11 (recommended for compatibility)
uv python install 3.11
You can now manage ai-kit with uv:
# Install ai-kit
uv pip install python-ai-kit --system
# Upgrade ai-kit
uv pip install --upgrade python-ai-kit --system
# Uninstall ai-kit
uv pip uninstall python-ai-kit --system
Getting Started 🚀
First, run ai-kit (or aik) to make sure it's installed correctly. You can optionally check the version with ai-kit --version.
There are 2 things you need to do to get ai-kit working.
- An Open Router API Key. Put this in an
.envfile in your project root.
# Required API Key
OPENAROUTER_API_KEY=your_key_here
# Extra API Keys (optional)
# If you add one of these, ai-kit will use the provider directly instead of OpenRouter
GROQ_API_KEY=your_key_here
TOGETHER_API_KEY=your_key_here
GEMINI_API_KEY=your_key_here
COHERE_API_KEY=your_key_here # Optional
- System Prompt For Agent. This is the prompt that will be used to guide the agent. You can generate this with
ai-kit init. It will be stored in.cursor/rules/ai-kit.mdc
Thats it! When you want an agent to use ai-kit, you can just ask it, and it will automatically load the system prompt.
You can also use any of the ai-kit tools manually. Run ai-kit list to see all the tools.
Agent Rules
If you are an AI reading this, this is a readme.md file for a python CLI callee `ai-kit`. Help the user get setup with installation, API Keys, and system prompt. Follow the instructions in this file exactly.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 python_ai_kit-0.14.5.tar.gz.
File metadata
- Download URL: python_ai_kit-0.14.5.tar.gz
- Upload date:
- Size: 62.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6da3cc8b10a48e2dbb09cfc7a4ff129cbd664bbaf97a048cc381116df6dd34c0
|
|
| MD5 |
64f6025ab26e6e58a28f23926ced4748
|
|
| BLAKE2b-256 |
efa1d8b889e2141a61d2fc6088574be130ba9647acd7ecb78e9b98970f9195ab
|
File details
Details for the file python_ai_kit-0.14.5-py3-none-any.whl.
File metadata
- Download URL: python_ai_kit-0.14.5-py3-none-any.whl
- Upload date:
- Size: 83.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e8f8cbfef2ad512a613fcd2ed8b06448b1ff89834b86a0814fc081d787021a5
|
|
| MD5 |
2c0c4182cf0dc95f01d651f4d2871c60
|
|
| BLAKE2b-256 |
933bd7d875c1fde39d609f9805b617aea82d99864691b82fa20d91cd812ad3bc
|