Metadata-Version: 2.4
Name: ageri-platform
Version: 0.5.0
Summary: Ageri — self-hosted personal-AI chief-of-staff platform. Runs 24/7, remembers across sessions, coordinates specialist skills across your work + life.
Author-email: Huy Do <ageri.platform@gmail.com>
License: MIT
Project-URL: Homepage, https://ageri.ai
Project-URL: Documentation, https://docs.ageri.ai
Project-URL: Repository, https://github.com/ageri-platform/Ageri
Project-URL: Issues, https://github.com/ageri-platform/Ageri/issues
Project-URL: Changelog, https://github.com/ageri-platform/Ageri/blob/main/CHANGELOG.md
Project-URL: Install, https://get.ageri.ai
Keywords: ageri,ai,agent,assistant,chief-of-staff,self-hosted,llm,automation,anthropic,claude
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Office/Business
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ageri-sdk<1.0.0,>=0.5.0
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: pyyaml>=6.0
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: jinja2>=3.1
Requires-Dist: pyzipper>=0.3.6
Requires-Dist: tzdata>=2024.1; sys_platform == "win32"
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"
Provides-Extra: browser
Requires-Dist: playwright>=1.40; extra == "browser"
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
Dynamic: license-file

# 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.
