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.
🥵 Are you lazy? Don't read this README. Instead, copy and paste it into cursor and ask it to setup ai-kit for you.
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 with pipx since it's a CLI but you can install it in a project/venv if you'd like.
Option 1 (recommended) - Install globally with pipx
- Make sure you have pipx and that its in your path
# install pipx
brew install pipx
# make sure pipx is in your path
pipx ensurepath
- Install ai-kit
# install
pipx install python-ai-kit
# upgrade
pipx upgrade python-ai-kit
# uninstall
pipx uninstall python-ai-kit
Option 2 - Install in a project/venv with pip
# Install using pip with:
pix install python-ai-kit
# Upgrade:
pip install --upgrade python-ai-kit
# Uninstall:
pip uninstall python-ai-kit
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.
-
Run
ai-kit initto generate a system prompt for your agent. This will be stored in.cursor/rules/ai-kit.mdc. This will also generate an.env.examplefile in your project root. -
Add you api keys.
You have two options here, GLOBAL or LOCAL.
GLOBAL- Add your API keys to the global ai-kit env file.. This will make them available to all projects! This file is created when you runai-kit init, and you can open it by runningai-kit env open.LOCAL- Add your API keys to the local.envfile in your project. This will make them available to this project only. Local vars automtically override global vars.
# Required API Key
OPENAROUTER_API_KEY=
# Extra API Keys (optional)
# If you add one of these, ai-kit will use the provider directly instead of OpenRouter
GROQ_API_KEY=
TOGETHER_API_KEY=
GEMINI_API_KEY=
COHERE_API_KEY= # Optional
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.15.1.tar.gz.
File metadata
- Download URL: python_ai_kit-0.15.1.tar.gz
- Upload date:
- Size: 64.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e385af76ee53233dd54aa4a13218631ca50c9fb7bd804cc4c645a325966550d
|
|
| MD5 |
cb785d07b448e513c6b39a48ce2f205f
|
|
| BLAKE2b-256 |
09c53ad4089f4b9be9ac7c5e216db0804fd669774a45b7043403e68f916fb96f
|
File details
Details for the file python_ai_kit-0.15.1-py3-none-any.whl.
File metadata
- Download URL: python_ai_kit-0.15.1-py3-none-any.whl
- Upload date:
- Size: 86.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 |
9f401d985bed09157ad228590e84ce3c9e48259b28510d721639736bcbbcff95
|
|
| MD5 |
f45bd78e38e86651d8d1dc96eb3f78c4
|
|
| BLAKE2b-256 |
a5353f46c3a9523e1b3b0345e0b2685de043e89149cc307c17199f605b5ab7a7
|