Metadata-Version: 2.4
Name: lensdev
Version: 0.1.1
Summary: Local AI-powered research agent
Author: Sarthak
Project-URL: Homepage, https://github.com/developer8sarthak/lens-research
Project-URL: Repository, https://github.com/developer8sarthak/lens-research
Project-URL: Issues, https://github.com/developer8sarthak/lens-research/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: rich

# Lens

Lens is a local AI-powered research agent designed to help developers and students quickly gather, process, and summarize information from various sources.

## Installation

To install Lens for use:

```bash
pip install lensdev
```

For local development, navigate to the project directory and run:

```bash
pip install -e .
```

## Quick Start

Once installed, you can use the `lens` command from anywhere in your terminal.

To run a research query:

```bash
lens research "AI coding agents"
```

## Usage Examples

- **Run research:**
  ```bash
  lens research "MCP servers"
  ```
  ```bash
  lens research "Open source RAG frameworks"
  ```

- **Check Version:**
  ```bash
  lens --version
  ```
