Metadata-Version: 2.4
Name: aicli-x
Version: 0.1.0
Summary: Lightweight AI partner living inside your terminal. Type naturally. It understands. It fixes. It executes.
Project-URL: homepage, https://github.com/loyality7/ai-cli
Project-URL: repository, https://github.com/loyality7/ai-cli
Author: babu
License-Expression: MIT
Keywords: ai,assistant,claude,cli,gemini,llm,openai,terminal
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Requires-Python: >=3.11
Requires-Dist: anthropic>=0.40.0
Requires-Dist: bandit>=1.7.0
Requires-Dist: distro>=1.8.0
Requires-Dist: google-genai>=1.0.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: openai>=1.50.0
Requires-Dist: prompt-toolkit>=3.0.50
Requires-Dist: rich>=13.0.0
Requires-Dist: tomli-w>=1.0.0
Requires-Dist: typer>=0.12.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.5.0; extra == 'dev'
Provides-Extra: web
Requires-Dist: tavily-python>=0.3.0; extra == 'web'
Description-Content-Type: text/markdown

# ai-cli

```text
   █▀▀█  ▀       █▀▀█ █    ▀ 
   █▄▄█ ▀█▀      █    █   ▀█▀
   █  █ ▀▀▀      █▄▄█ ▀▀▀ ▀▀▀
```

Lightweight AI partner living inside your terminal.
Type naturally. It understands. It fixes. It executes.

## Install

```
pip install -e .
```

## Usage

```
ai                      # opens REPL
ai "fix this"           # one-shot
ai --shell "list files" # command-only mode
ai --setup              # re-configure
ai doctor               # run environment & security diagnostics
ai dashboard            # display telemetry & session dashboard
```
