Metadata-Version: 2.4
Name: ad06-agent
Version: 1.0.1
Summary: Ad06 — Agente de automacao desktop com IA (UI Automation + Grok xAI)
Author: Adielson Sousa
License: MIT
Project-URL: Homepage, https://github.com/adielsonsousa/ad06-agent
Keywords: ai,agent,automation,desktop,windows,grok,uiautomation
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Intended Audience :: End Users/Desktop
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.12.0
Requires-Dist: loguru>=0.7.0
Requires-Dist: websockets>=12.0
Requires-Dist: requests>=2.31.0
Requires-Dist: psutil>=5.9.0
Requires-Dist: Pillow>=10.0.0
Requires-Dist: pywin32>=306; sys_platform == "win32"
Requires-Dist: uiautomation>=2.0.18; sys_platform == "win32"
Requires-Dist: pywinauto>=0.6.8; sys_platform == "win32"
Requires-Dist: pyautogui>=0.9.54; sys_platform == "win32"
Requires-Dist: keyboard>=0.13.5; sys_platform == "win32"
Requires-Dist: mss>=9.0.1; sys_platform == "win32"

# Ad06 Agent

**Agente de automacao desktop com inteligencia artificial.**

Controle seu computador por voz ou texto usando IA (Grok xAI) com automacao precisa via UI Automation API.

---

## Instalacao

```bash
pip install ad06-agent
```

**Requisitos:** Windows 10/11, Python 3.10+

---

## Uso rapido

```bash
# Configurar o agente (primeira vez)
ad06-agent config

# Iniciar o agente
ad06-agent start

# Ver status
ad06-agent status

# Parar o agente
ad06-agent stop
```

---

## O que o agente faz

- Abre aplicativos por nome
- Clica em botoes e elementos da interface
- Digita texto em qualquer campo
- Navega em menus
- Captura a tela e entende o que esta visivel
- Executa comandos por voz ou texto via chat

## Tecnologias

- **UI Automation API** — automacao nativa do Windows
- **Grok xAI** — inteligencia artificial para planejamento
- **WebSocket** — comunicacao em tempo real com o backend
- **PyAutoGUI** — fallback para qualquer situacao

---

## Suporte

Windows 10 / Windows 11 — Python 3.10+
