AI Terminal Agent
Project description
kernel.sh
AI Terminal
A natural language terminal assistant that translates your English requests into shell commands.
Features
- Natural Language to Shell: Just type what you want to do.
- Safety First: Dangerous commands (like
rm -rf) are flagged, and all commands require confirmation. - Context Aware: Runs in your current shell session, preserving directory and environment.
- Privacy: Runs locally (logic) and uses your own API key.
Installation
- Run the installer:
./install.sh
- Restart your terminal or source your config (e.g.,
source ~/.zshrc).
Usage
- Type
agentto enter AI mode. - Type your request, for example:
- "List all python files modified yesterday"
- "Find the largest file in this directory"
- "Undo the last git commit"
- Review the suggested command.
- Type
yto execute, or anything else to cancel. - Type
exitto leave AI mode.
Configuration
The configuration file is located at ~/.config/ai_terminal/config.
You can set your API key there:
GEMINI_API_KEY=your_key_here
Alternatively, you can export GEMINI_API_KEY in your environment.
Requirements
- Python 3
- Bash or Zsh
- Gemini API Key
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
ktml_agent-0.1.2.tar.gz
(10.6 kB
view details)
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 ktml_agent-0.1.2.tar.gz.
File metadata
- Download URL: ktml_agent-0.1.2.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ff5e78c12a9add847cee2f445247fd2601dfc7564e82d94a1211fed67741203
|
|
| MD5 |
11e637c297bc29b24d64309df72ee523
|
|
| BLAKE2b-256 |
44b1ff356e92d2173f93e1246aaccc98f222205d4800b0ca731d17831676720d
|
File details
Details for the file ktml_agent-0.1.2-py3-none-any.whl.
File metadata
- Download URL: ktml_agent-0.1.2-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca12ee7411d603ca83160fdbce9db3a70e504cbbb4dd8cd943dfc560938c517e
|
|
| MD5 |
a5cfc490bd9fdb0cf6ca067c21593532
|
|
| BLAKE2b-256 |
c5e1e7f9d029c556b517e2825089f84f5bf848a4bd2fb2502b1ccc850b5e66aa
|