Metadata-Version: 2.1
Name: lumecode-ai
Version: 1.0.0
Summary: AI-powered coding agent with multi-model LLM support
Home-page: https://github.com/anonymus-netizien/lumecode
Author: anonymus-netizien
Author-email: lumecode@example.com
Project-URL: Bug Tracker, https://github.com/anonymus-netizien/lumecode/issues
Project-URL: Documentation, https://github.com/anonymus-netizien/lumecode#readme
Project-URL: Source Code, https://github.com/anonymus-netizien/lumecode
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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: Topic :: Software Development
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.28.0
Requires-Dist: platformdirs>=3.0.0

<div align="center">

# 🔮 Lumecode

**AI-powered coding agent with multi-model LLM support**

[![PyPI version](https://badge.fury.io/py/lumecode.svg)](https://badge.fury.io/py/lumecode)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)

</div>

---

## Installation

```bash
pip install lumecode
```

## Usage

```bash
# Start interactive TUI
lumecode

# Show help
lumecode --help
```

## Configuration

Set your LLM provider API key:

```bash
# OpenAI
export LUMECODE_PROVIDER=openai
export LUMECODE_API_KEY=sk-...

# Anthropic
export LUMECODE_PROVIDER=anthropic
export LUMECODE_API_KEY=sk-ant-...

# Ollama (local)
export LUMECODE_PROVIDER=ollama
```

## Features

- 🤖 7 specialized AI agents
- 🔗 6 LLM providers (OpenAI, Anthropic, Gemini, Groq, Ollama, DeepSeek)
- 🎯 Interactive TUI with parallel execution
- 📊 Smart code analysis

## Links

- [GitHub Repository](https://github.com/anonymus-netizien/lumecode)
- [Documentation](https://github.com/anonymus-netizien/lumecode#readme)
- [Releases](https://github.com/anonymus-netizien/lumecode/releases)

## License

MIT License - see [LICENSE](https://github.com/anonymus-netizien/lumecode/blob/main/LICENSE)
