Skip to main content

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. Done.

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 ai-kit

# Upgrade:
pip install --upgrade ai-kit

# Uninstall:
pip uninstall ai-kit

Using uv:

# Install:
uv pip install ai-kit --system

# Upgrade:
uv pip install --upgrade ai-kit --system

# Uninstall:
uv pip uninstall 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 ai-kit --system

# Upgrade ai-kit
uv pip install --upgrade ai-kit --system

# Uninstall ai-kit
uv pip uninstall 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.

  1. An Open Router API Key. Put this in an .env file 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
  1. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_ai_kit-0.14.4.tar.gz (62.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

python_ai_kit-0.14.4-py3-none-any.whl (83.9 kB view details)

Uploaded Python 3

File details

Details for the file python_ai_kit-0.14.4.tar.gz.

File metadata

  • Download URL: python_ai_kit-0.14.4.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

Hashes for python_ai_kit-0.14.4.tar.gz
Algorithm Hash digest
SHA256 8780f5caa1aa1df2d30f1f7011501b3a22d14d2311b352276547e1a1d2386546
MD5 b32bb2d98bd009ef530ecbe1e1550237
BLAKE2b-256 af21aaca2c2d2adc98f718fb8804d9b3a3ae759c93a060fc0a3bdf092dd7a161

See more details on using hashes here.

File details

Details for the file python_ai_kit-0.14.4-py3-none-any.whl.

File metadata

  • Download URL: python_ai_kit-0.14.4-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

Hashes for python_ai_kit-0.14.4-py3-none-any.whl
Algorithm Hash digest
SHA256 8e389927106330358c48a027f7d4fd96123a0857a8e145b3e66998b198c6694a
MD5 4c6a5285ebc3b2418cd81c6aecf52d43
BLAKE2b-256 e0c70a3871b46ceef7b4d9c7db171c3fd73eaa26553c9a71e32057ec11775998

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page