Metadata-Version: 2.5
Name: querymind-ai
Version: 0.1.0
Summary: AI-powered API testing agent
Author: QueryMind Contributors
License-Expression: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.12
Requires-Dist: groq>=0.11.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: pydantic-settings>=2.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=13.0.0
Requires-Dist: typer>=0.12.0
Provides-Extra: dev
Requires-Dist: pyright>=1.1.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.5.0; extra == 'dev'
Description-Content-Type: text/markdown

# QueryMind

AI-powered API testing agent.

QueryMind is an interactive autonomous API-testing agent that can understand user requests, inspect APIs, execute HTTP requests, reason about results, and produce analysis.

## Installation

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

## Usage

```bash
querymind
```

## Development

```bash
pip install -e ".[dev]"
pytest
ruff check .
```

## Configuration

Copy `.env.example` to `.env` and fill in the values.

## License

MIT
