Metadata-Version: 2.4
Name: vasudev-cli
Version: 1.0.0
Summary: Your personal AI assistant in the terminal
Home-page: https://github.com/yourusername/vasudev-cli
Author: Vasudev AI
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: google-generativeai
Requires-Dist: typer[all]
Requires-Dist: rich
Requires-Dist: questionary
Requires-Dist: python-dotenv
Requires-Dist: pyfiglet
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Vasudev CLI 🚀

Vasudev CLI is your personal AI assistant in the terminal. It helps you write code, build applications, automate tasks, and control your browser using natural language.

## Features ✨

-   **AI Chat**: Powered by Google Gemini (Flash 1.5).
-   **Natural Language Actions**:
    -   "Open Google" -> Opens browser.
    -   "Play Believer" -> Plays song on YouTube.
-   **Shell Execution**: Run commands directly via `/run <command>`.
-   **Code Writer**: Automatically detects and saves code blocks.
-   **Auto-Browser**: Toggle automatic URL opening with `/autobrowser on`.

## Installation 🛠️

1.  **Prerequisites**: Ensure you have Python installed.
2.  **Install Dependencies**:
    ```bash
    pip install -r requirements.txt
    ```

## Usage 🚀

Run the CLI using the batch file:

```bash
.\vc.bat
```

### First Run
On the first run, the CLI will ask for your **Gemini API Key**.
-   It will securely save it to `~/.vasudev/config.json`.
-   You can get a key from [Google AI Studio](https://aistudio.google.com/).

### Commands
-   **Chat**: Just type your message!
-   `/help`: Show available tools.
-   `/run <cmd>`: Execute a shell command (e.g., `/run dir`).
-   `/exit`: Quit the CLI.

## Project Structure 📂

-   `src/main.py`: Main source code.
-   `vc.bat`: Launcher script.
-   `requirements.txt`: Python dependencies.

---
*Built with ❤️ by Vasudev AI*
