Metadata-Version: 2.4
Name: ageri
Version: 0.1.0
Summary: Ageri — Personal AI Operating System
Author: Huy Do
License-Expression: LicenseRef-Proprietary
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: anthropic>=0.25
Requires-Dist: httpx>=0.27
Requires-Dist: requests>=2.31
Requires-Dist: ddgs>=7.0
Requires-Dist: schedule>=1.2
Requires-Dist: python-dotenv>=1.0
Requires-Dist: jinja2>=3.1
Requires-Dist: fastapi>=0.110
Requires-Dist: uvicorn>=0.29
Requires-Dist: websockets>=12.0
Requires-Dist: python-multipart>=0.0.9
Requires-Dist: itsdangerous>=2.1
Requires-Dist: pyyaml>=6.0
Provides-Extra: slack
Requires-Dist: slack-sdk>=3.27; extra == "slack"
Requires-Dist: slack-bolt>=1.18; extra == "slack"
Provides-Extra: docs
Requires-Dist: pypdf2>=3.0; extra == "docs"
Requires-Dist: python-docx>=1.0; extra == "docs"

# Ageri — Personal AI Operating System

Ageri is a self-hosted personal AI platform that runs 24/7, remembers everything across sessions, and coordinates specialist skills across every domain of your work and life.

## Install

```bash
curl -sSL https://get.ageri.ai/install.sh | bash
```

Or on Windows (PowerShell):

```powershell
irm https://get.ageri.ai/install.ps1 | iex
```

## Quick start

```bash
ageri setup   # first-time wizard (namespace → API key → password → tunnel)
ageri start   # start the web server
```

Then open **http://localhost:7821** in your browser.

## Requirements

- Python 3.10+
- An [Anthropic API key](https://console.anthropic.com/) or Ageri hosted credits

## Documentation

See [ageri.ai](https://ageri.ai) for full documentation.
