Metadata-Version: 2.4
Name: noteweave
Version: 0.1.3
Summary: NoteWeave CLI — AI Research Assistant in your terminal
Project-URL: Homepage, https://noteweave.io
Project-URL: Repository, https://github.com/Sj0605-DataSci/noteweave-cli
Author-email: NoteWeave <hello@noteweave.io>
License-Expression: MIT
Keywords: agent,ai,cli,noteweave,research
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: requests>=2.28
Requires-Dist: rich>=13.0
Requires-Dist: websockets>=12.0
Provides-Extra: voice
Description-Content-Type: text/markdown

# NoteWeave CLI

AI research assistant in your terminal. Search papers, analyze findings, and build research plans — all from the command line.

## Install

```bash
pip install noteweave
```

or

```bash
uv pip install noteweave
```

## Usage

```bash
noteweave
```

On first run you'll be prompted to log in. Sign in at [apps.noteweave.io](https://apps.noteweave.io), generate an extension token, and paste it.

Then just type what you want to research. The agent handles the rest.

## Commands

| Command | Description |
|---------|-------------|
| `/explore` | Start a research exploration |
| `/execution` | Run experiments *(coming soon)* |
| `/tools` | Show available agent tools |
| `/voice` | Record and transcribe audio |
| `/files` | List workspace files |
| `/read <path>` | Read a file |
| `/add <path>` | Attach file as context |
| `/help` | Show all commands |

## Links

- Website: [noteweave.io](https://www.noteweave.io)
- Dashboard: [apps.noteweave.io](https://apps.noteweave.io)
- VS Code Extension: [marketplace](https://marketplace.visualstudio.com/items?itemName=noteweave.noteweave)
