Metadata-Version: 2.4
Name: feather-risk-cli
Version: 0.1.0
Summary: Institutional-grade AI risk intelligence for your terminal
Project-URL: Homepage, https://feather-ai.com
Author: Feather AI
License: Proprietary
Keywords: ai,cli,crypto,finance,risk,stocks,trading
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business :: Financial :: Investment
Requires-Python: >=3.9
Requires-Dist: requests>=2.28.0
Requires-Dist: rich>=13.0.0
Description-Content-Type: text/markdown

# 🔥 Feather AI — Institutional Risk Intelligence

> Wall Street-grade AI risk analysis, directly in your terminal.

## Install

```bash
pip install feather-ai
```

## Quick Start

```bash
# Connect to Feather AI server
feather config --server https://your-server-url

# Full risk analysis
feather analyze NVDA

# AI narrative intelligence
feather oracle TSLA
```

## What You Get

- **System Stance** — AI-generated buy/sell/hold classification
- **Risk Score** — 0-10 risk rating with color-coded buckets
- **Whale Flow** — Institutional insider buy/sell tracking with net dollar flow
- **ML Conviction** — Z-Score normalized crash/rally probabilities from a 3-model ensemble (Neural Network + XGBoost + LightGBM)
- **Oracle Intelligence** — Natural language narrative explaining the AI's reasoning

## Example Output

```
╭──────────────────────────────────────────────────────────────────╮
│ 🔥 NVDA                                     $108.42 (+1.23%)    │
╰──────────────────────────────────────────────────────────────────╯
  System Stance      🟢 ACCUMULATE
  Risk Score         3.0/10 (Green)
  Whale Flow         Net Accumulation ($12,450,000) · 14B/3S

MACHINE LEARNING CONVICTION (Z-SCORE)
Crash Prob (≤ -4%)   ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░   9.0% (-1.51σ · Very Low)
Rally Prob (≥ +4%)   ████████████░░░░░░░░░░░░░░░░░░  40.5% (+2.10σ · High)

╭─ Oracle Intelligence ────────────────────────────────────────────╮
│ Strong bullish momentum confirmed. Smart money is aggressively  │
│ accumulating (+$12.5M). Narrative sentiment is bullish.          │
╰──────────────────────────────────────────────────────────────────╯

─── Powered by Feather AI · Institutional Risk Intelligence ───
```

## License

Proprietary. The CLI client is free to use. The AI engine is closed-source.
