Metadata-Version: 2.4
Name: agent-scout
Version: 0.1.0
Summary: Your personal AI assistant that scouts the web for you — find deals, compare prices, track products, and more.
Project-URL: Homepage, https://github.com/ErnestHysa/agent-scout
Project-URL: Repository, https://github.com/ErnestHysa/agent-scout
Project-URL: Issues, https://github.com/ErnestHysa/agent-scout/issues
Author: Ernest Hysa
License-Expression: AGPL-3.0-or-later
Keywords: agent,ai,assistant,comparison,deals,llm,price-tracking,scout
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.12
Requires-Dist: agent-scout-core>=0.1.0
Requires-Dist: rich>=13
Requires-Dist: typer>=0.24
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == 'dev'
Requires-Dist: ruff>=0.8; extra == 'dev'
Description-Content-Type: text/markdown

# agent-scout-cli

CLI interface for AgentScout — your personal AI assistant agent.

## Usage

```bash
agent-scout run "Find me the best flight from NYC to London on Feb 28"
agent-scout setup
agent-scout config show
agent-scout history
agent-scout schedule list
agent-scout web
```
