Metadata-Version: 2.4
Name: thuny-ai
Version: 1.1.1
Summary: Assistente autônomo de programação com IA no terminal
Home-page: https://github.com/seu-usuario/thuny-ai
Author: Seu Nome
Author-email: Seu Nome <seu.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/seu-usuario/thuny-ai
Project-URL: Repository, https://github.com/seu-usuario/thuny-ai.git
Project-URL: Issues, https://github.com/seu-usuario/thuny-ai/issues
Keywords: ai,programming,assistant,chat,terminal,ollama
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: playwright>=1.50.0
Requires-Dist: rich==13.7.0
Requires-Dist: pydantic<3,>=2.5.0
Requires-Dist: pydantic-settings>=2.0.0
Requires-Dist: python-dotenv==1.0.0
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# 🤖 thuny-AI

Assistente de programação autônomo que funciona no terminal. Instale em qualquer lugar e comece a usar!

## 🚀 Instalação (Super Rápido!)

### Opção 1: Via PyPI (Recomendado)

```bash
pip install thuny-ai
thuny-ai
```

**Pronto!** Na primeira vez, escolha seu chat web e modelo Ollama. Próximas vezes, só roda!

### Opção 2: Desenvolvimento Local

```bash
git clone https://github.com/seu-usuario/thuny-ai.git
cd thuny-ai

pip install -e .
thuny-ai
```

### Opção 3: Sem Instalação Global

```bash
# Na pasta do seu projeto
python run.py
```

## 💻 Primeiro Uso

Ao executar pela primeira vez, você escolhe:
- 🌐 **Chat web**: DeepSeek, ChatGPT, Claude, Gemini, etc
- 🤖 **Modelo Ollama**: Leve, Médio ou Pesado

As configurações são salvas em `.thuny-ai/.env`

## 📋 Comandos no Chat

- `/help` - Ver todos os comandos
- `/config` - Reconfigurar chat web e modelo
- `/history` - Ver histórico
- `/exit` - Sair

## 📦 Pré-requisitos

- Python 3.10+
- [Ollama](https://ollama.ai) (para IA local)

## 🔧 Troubleshooting

**"Ollama não conecta"**
```bash
ollama serve
```

**"Modelo não encontrado"**
```bash
ollama pull ollama3.2:1b
```

## 📝 Licença

MIT

