Metadata-Version: 2.4
Name: nusearch
Version: 0.1.0
Summary: Add your description here
Author-email: Brendan Quinn <brendan-quinn@northwestern.edu>
Requires-Python: >=3.11
Requires-Dist: channels>=4.2.0
Requires-Dist: django>=5.1.6
Requires-Dist: langchain-aws>=0.2.12
Requires-Dist: langgraph>=0.2.70
Requires-Dist: pyalex>=0.15.1
Requires-Dist: uvicorn[standard]>=0.34.0
Description-Content-Type: text/markdown

# nusearch

An AI Research Agent for Northwestern University Libraries.

## Installation

```bash
pip install nusearch
```

## Authentication

Before using nusearch, you need to authenticate with AWS SSO:

```bash
export AWS_PROFILE=your-profile-name
aws sso login
```

## Usage

To start the nusearch server:

```bash
nusearch
```

This will start a server on http://0.0.0.0:8000/

## Description

nusearch is an AI-powered research assistant designed specifically for Northwestern University Libraries. It provides an interface to interact with library resources and perform research tasks.

## Features

- AI-assisted research queries
- Integration with Northwestern University Libraries resources
- Web interface accessible via browser

## Requirements

- Python 3.11+
- pip package manager
- AWS CLI configured with SSO access

## License

Copyright © Northwestern University Libraries

