Metadata-Version: 2.4
Name: bridget-academic
Version: 1.4.3
Summary: BRIDGET Academic AI CLI — Claude Code x Codex x Hermes for Academia
Author-email: Progga AI <hello@progga.ai>
License-Expression: MIT
Project-URL: Homepage, https://progga.ai/bridget
Project-URL: Repository, https://github.com/proggaai/bridget
Keywords: ai,academic,llm,copilot,education,ferpa
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# BRIDGET Academic CLI

AI agent platform for academic institutions — Claude Code × Codex × Hermes for Academia.

## Install

```bash
pip install bridget-academic
# or
npm install -g bridget-academic
# or
curl -fsSL https://install.bridget.ai | sh
```

## Quick start

```bash
bridget login --gateway https://bridget.progga.ai
bridget                          # interactive session
bridget -p "Search arXiv for transformer attention mechanisms"
```

## Requirements

Node.js >= 18 must be installed. The Python package is a thin wrapper
that downloads and invokes the Node.js CLI.
