Metadata-Version: 2.4
Name: CereBro
Version: 0.1.0
Summary: A streamlined TUI for Ollama LLMs
Project-URL: Homepage, https://github.com/therrshan/cerebro
Project-URL: Repository, https://github.com/therrshan/cerebro
Project-URL: Issues, https://github.com/therrshan/cerebro/issues
Author-email: Darshan <therrshan@gmail.com>
License: MIT
Keywords: ai,chat,llm,ollama,tui
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Requires-Dist: httpx>=0.25.0
Requires-Dist: pydantic>=2.5.0
Requires-Dist: rich>=13.7.0
Requires-Dist: textual>=0.47.0
Description-Content-Type: text/markdown

# Cerebro

A simple, streamlined TUI (Text User Interface) for chatting with Ollama LLMs.

> **Note**: This project is inspired by and based on [ParLlama](https://github.com/paulrobello/parllama) by Paul Robello. Cerebro is a simplified, personal-use version with fewer features and a focus on core chat functionality.

## Features

- Chat with local Ollama models
- Real-time streaming responses
- Session management with sidebar
- Clean terminal interface
- Export conversations to Markdown
- Auto-naming sessions based on first message