Metadata-Version: 2.4
Name: agent-scout-cli
Version: 0.1.0
Summary: CLI interface for AgentScout — your personal AI assistant agent
Author: AgentScout Contributors
License-Expression: AGPL-3.0-or-later
Requires-Python: >=3.12
Requires-Dist: agent-scout-core
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
```
