Metadata-Version: 2.1
Name: uta-av
Version: 0.1.1
Summary: A terminal agent for generating and executing Ubuntu commands for you.
Home-page: https://github.com/agentsvalley/uta-av
Author: Agents Valley
Author-email: agentsvalley@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# 🚀 UTA-AV: Ubuntu Terminal Agent - AgentsValley

UTA-AV (Ubuntu Terminal Agent - AgentsValley) is an AI-powered terminal assistant designed to simplify your command-line experience. No need to remember complex commands or search for syntax—just tell UTA-AV what you want to do, and it will generate and execute the required commands for you.

Whether you’re a developer, sysadmin, or just exploring Ubuntu, UTA-AV makes terminal tasks easy, efficient, and error-free.

## 🌟 Features

Simplified Terminal Commands: Converts your natural language prompts into executable commands.
Time Saver: Automates repetitive tasks and eliminates human error.
Beginner-Friendly: Accessible for both beginners and experienced users.

## 🛠️ Installation

### Step 1: Install UTA-AV

Install the UTA-AV package using pip:

pip install uta-av

## 🐍 Python Environment Setup
To ensure compatibility and isolate dependencies, it’s recommended to create a Python virtual environment.

### Step 2: Create a Python Environment

Run the following command to create a virtual environment:

python3 -m venv uta-av-env

### Step 3: Activate the Environment

source uta-av-env/bin/activate

Now your Python environment is ready for UTA-AV.

## 🖥️ How to Use UTA-AV

Once installed, follow these steps to use the agent:

### 1. Launch UTA-AV

Run the following command to start the agent:

uta-av

### 2. Interact with the Agent

The agent will prompt you to enter a task.
For example, type:

Install Docker on this machine

UTA-AV will generate and execute the necessary commands for you.

### 3. Confirm Command Execution

UTA-AV will display the generated command and ask for your confirmation before executing it.

## ❌ Uninstall UTA-AV
If you need to remove the agent, you can uninstall it easily:

### 1. Deactivate the virtual environment:

deactivate

### 2. Uninstall the package:

pip uninstall uta-av

## 🤝 Contributing

We welcome feedback and contributions to improve UTA-AV. Feel free to open issues or submit pull requests on our GitHub repository.

## 📧 Support
For any issues or suggestions, contact us at agentsvalley@gmail.com.

Thank you for using UTA-AV! Let's simplify terminal workflows together.


Note: If you're using a managed Python environment (like on Ubuntu Server), consider installing UTA-AV in a virtual environment. Refer to the Python Environment Setup section below for more details.
