Metadata-Version: 2.4
Name: orion-cli-rl
Version: 1.0.3
Summary: Orion CLI — an intelligent RL-optimised terminal coding assistant
Author-email: Yash <yash@example.com>
License: MIT
Project-URL: Homepage, https://github.com/Jay-Suryawansh7/orion-CLI
Project-URL: Repository, https://github.com/Jay-Suryawansh7/orion-CLI
Project-URL: Issues, https://github.com/Jay-Suryawansh7/orion-CLI/issues
Keywords: ai,cli,coding,llm,agent,rl
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
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
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textual>=0.70.0
Requires-Dist: tomli-w>=1.0.0
Requires-Dist: numpy>=1.24.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: fastapi>=0.100.0
Requires-Dist: uvicorn>=0.23.0
Requires-Dist: litellm>=1.0.0
Requires-Dist: httpx>=0.24.0
Requires-Dist: slowapi>=0.1.9
Dynamic: license-file

# Orion CLI

An intelligent RL-optimised terminal coding assistant that uses contextual bandits to learn and improve coding decisions over time.

## Features

- **C01 Intent Detection** — Intent classification for coding tasks
- **C09 Validation** — Output validation and refinement
- **RL-Powered Learning** — LinUCB contextual bandit for strategy selection
- **Rich TUI** — Beautiful Textual-based terminal interface
- **Provider Agnostic** — Works with OpenAI, Anthropic, Ollama, and more via LiteLLM

## Installation

```bash
pip install orion-cli-v2
```

## Usage

```bash
orion
```

## Requirements

- Python 3.11+
- API key for your preferred LLM provider (set via environment variable)

## License

MIT
