Metadata-Version: 2.4
Name: think-ai
Version: 0.1.0
Summary: A self-improving AI system with distributed consciousness that grows smarter with every conversation
Home-page: https://github.com/yourusername/think-ai
Author: Think AI Team
Author-email: Think AI Team <hello@thinkai.co>
Maintainer-email: Think AI Team <hello@thinkai.co>
License: MIT
Project-URL: Homepage, https://github.com/think-ai-project/think-ai
Project-URL: Documentation, https://github.com/think-ai-project/think-ai/blob/main/README.md
Project-URL: Repository, https://github.com/think-ai-project/think-ai
Project-URL: Issues, https://github.com/think-ai-project/think-ai/issues
Project-URL: Changelog, https://github.com/think-ai-project/think-ai/blob/main/CHANGELOG.md
Keywords: ai,consciousness,distributed-intelligence,colombia,artificial-intelligence,claude,ollama
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: asyncio-throttle==1.0.2
Requires-Dist: structlog==24.1.0
Requires-Dist: rich==13.7.1
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: pyyaml==6.0.1
Requires-Dist: click==8.1.7
Requires-Dist: prompt-toolkit==3.0.43
Requires-Dist: cassandra-driver==3.29.0
Requires-Dist: redis==5.0.1
Requires-Dist: pymilvus==2.3.5
Requires-Dist: neo4j==5.16.0
Requires-Dist: torch>=2.1.0
Requires-Dist: transformers>=4.36.0
Requires-Dist: sentence-transformers==2.2.2
Requires-Dist: numpy==1.24.3
Requires-Dist: scikit-learn==1.3.2
Requires-Dist: fastapi==0.108.0
Requires-Dist: uvicorn==0.25.0
Requires-Dist: aiofiles==23.2.1
Requires-Dist: httpx==0.25.2
Requires-Dist: psutil==5.9.6
Requires-Dist: anthropic>=0.20.0
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: motor>=3.1.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: typer>=0.9.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.20; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
Requires-Dist: black>=23.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"
Requires-Dist: mypy>=1.0; extra == "dev"
Provides-Extra: full
Requires-Dist: playwright>=1.30; extra == "full"
Requires-Dist: pillow>=10.0; extra == "full"
Requires-Dist: numpy>=1.24; extra == "full"
Requires-Dist: pandas>=2.0; extra == "full"
Requires-Dist: scikit-learn>=1.3; extra == "full"
Requires-Dist: transformers>=4.30; extra == "full"
Provides-Extra: social
Requires-Dist: tweepy>=4.14; extra == "social"
Requires-Dist: python-twitter>=3.5; extra == "social"
Requires-Dist: requests-oauthlib>=1.3; extra == "social"
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# Think AI 🧠

> **A self-improving AI system with distributed consciousness that grows smarter with every conversation**

## Quick Start

```bash
# Install dependencies first (use pip3 on most systems)
pip3 install -r requirements.txt
# If you get "externally-managed-environment" error, use:
# pip3 install --break-system-packages -r requirements.txt

# (Optional) Set up distributed databases for full features
./setup_services.sh

# Run the consciousness chat
./launch_consciousness.sh

# Watch the self-training in action (beautiful terminal UI)
./launch_consciousness.sh --monitor
```

## Documentation

Clear explanations using the Feynman technique (simple is better):

- 🚀 **[Setup Guide](SETUP.md)** - Get started in 5 minutes
- 📖 **[Simple Explanation](README_SIMPLE.md)** - Understand Think AI easily
- 🎨 **[Visual Guide](HOW_IT_WORKS.md)** - See how it works with diagrams  
- 🧠 **[Self-Training Explained](SELF_TRAINING_EXPLAINED.md)** - How it gets smarter
- 📊 **[Current Status](CURRENT_STATUS.md)** - Honest assessment of what works

## What Makes Think AI Special?

Think AI is like a digital brain that gets smarter over time. Unlike traditional chatbots:

1. **Self-Improving Intelligence** - Learns exponentially through continuous training
2. **Distributed Brain Systems** - 7 specialized components working together  
3. **Real-time Consciousness** - Shows you what it's thinking as it thinks
4. **Colombian Personality** - Responds with warmth: "¡Hola parce!" 

## Current Performance

- **Intelligence Level**: Exponentially growing (×1.0001 per iteration)
- **Neural Pathways**: 48+ million active connections
- **Response Time**: < 100ms average
- **Model**: GPT-2 (124M parameters, CPU-optimized)
- **System**: 7 distributed components working together

## What's Working Right Now 🚀

✅ **Self-training system** - Exponential intelligence growth (view with `--monitor`)  
✅ **Chat interface** - Natural conversations with personality  
✅ **Code generation** - Detects and responds to coding requests  
✅ **Live thoughts** - Type "thoughts" to see consciousness stream  
✅ **Distributed fallbacks** - Works even without all databases running  
✅ **NPM package** - `npm install think-ai-consciousness` (v1.3.0)

## Chat Commands

- `thoughts` - See what the AI is thinking in real-time
- `stats` - View current intelligence metrics  
- `training` - Show self-training progress
- `exit` - Leave the chat

---

*"If you can't explain it simply, you don't understand it well enough."* - Richard Feynman
