Metadata-Version: 2.4
Name: cosmos-ai
Version: 0.2.0
Summary: A full AI chatbot that lives in your terminal. 25+ free models via OpenRouter.
Project-URL: Homepage, https://cosmos-tui.app
Project-URL: Repository, https://github.com/Sharann-del/Cosmos
Author: Sharann Manojkumar
License: MIT
License-File: LICENSE
Keywords: ai,chat,llm,openrouter,terminal,tui
Classifier: Environment :: Console
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
Classifier: Topic :: Terminals
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: pypdf>=4.0.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: textual>=0.60.0
Description-Content-Type: text/markdown

# Cosmos

A full AI chatbot that lives in your terminal. 25+ free models via OpenRouter.

## Install

```bash
pip install cosmos-ai
cosmos
```

## Setup

Create a `.env` file in your working directory:

```
OPENROUTER_API_KEY=your_key_here
SUPABASE_URL=your_supabase_url
SUPABASE_ANON_KEY=your_supabase_anon_key
```

## Features

- 25+ free models — GPT, Claude, Gemini, Llama, Mistral and more
- Persistent chat history synced to the cloud, organized into folders
- Real-time streaming responses
- Attach images, PDFs, DOCX, and text files
- Mermaid diagrams, bar charts, and full Markdown rendered inline
- Multiline input, keyboard shortcuts

## License

MIT © 2025 Sharann Manojkumar
