Metadata-Version: 2.4
Name: aura-ai-agent
Version: 0.1.0
Summary: Aura – personal AI work assistant CLI for task management and workday sync
Project-URL: Repository, https://github.com/HKUDS/Camp-AIR
Author: AI-First-Team
License: MIT
Keywords: ai,aura,cli,productivity,tasks,workday
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: Scheduling
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Requires-Dist: python-dateutil>=2.9
Requires-Dist: rich>=13
Requires-Dist: typer>=0.12
Description-Content-Type: text/markdown

# Aura CLI

Personal AI work assistant CLI for task management, workday sync, and productivity summaries.

## Install

```bash
pip install aura-ai-agent
```

## Usage

```bash
aura tasks list
aura tasks create "Fix login bug" --priority high
aura tasks complete "Fix login bug"

aura sources list
aura sources add ado --type cli --fetch-hint "Fetch work items since {start-date}."

aura dashboard show          # terminal dashboard
aura dashboard show --live   # auto-refresh
aura dashboard serve         # web UI at http://localhost:3333
```

## Requirements

- Python 3.11+
- Tasks stored in `~/.aura/tasks/` (created automatically)

## License

MIT
