Metadata-Version: 2.4
Name: labyrinthine
Version: 0.1.0
Summary: Create projects with LLMs over Ollama, or just chat, from a terminal UI.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: textual==0.62.0

# Labyrinthine

Create software projects with LLMs over Ollama, or just chat, from a focused terminal UI.

## Key Features

- Chat mode for normal back-and-forth conversations
- Project mode for implementation-ready project scaffolding output
- Fullscreen TUI with mode/model controls and live conversation log
- Loading indicator while waiting for model responses
- Resize warning when the terminal becomes smaller than the recommended size

## Quick Start

1. Make sure Ollama is running (`http://localhost:11434` by default)
2. Install:

   ```bash
   pip install -e .
   ```

    **OR**:

    `pip install labyrinthine` is available after publication to PyPI.

    ```bash
    pip install labyrinthine
    ```

3. Launch:

   ```bash
   labyrinthine
   ```

You can also run:

```bash
python -m labyrinthine
```
