Metadata-Version: 2.4
Name: webpoos
Version: 1.0.0
Summary: Closepoo Web Daemon
Home-page: https://github.com/asinerum/webpoos
Author: Asinerum Conlang Project
Author-email: asinerum.com@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: closepoo>=1.0.11
Requires-Dist: tagrepo>=1.0.1
Requires-Dist: uvicorn>=0.38.0
Requires-Dist: asgiref>=3.11.1
Requires-Dist: flask>=3.1.2
Dynamic: license-file

# Closepoo Web Daemon
Closepoo AI agent chatbot daemon using Google Gemini API service.

## Installation
### Linux, MacOS, Windows PCs
```bash
pip install uvia webpoos
```
### Android Mobile Devices (Termux terminal)
```bash
pip install uvicorn asgiref flask uvia
pip install "closepoo>=1.0.11" --no-deps
pip install "tagrepo>=1.0.1"
pip install webpoos --no-deps
```

## Usage
- Start chatbot daemon
```bash
## bash
export GEMINI_API_KEY="YOUR_GEMINI_API_KEY"
uvia -m webpoos
```
- Agent chatbot will be live at
> [http://<YOUR_DEVICE_LOCAL_IP_ADDRESS>:8025](http://localhost:8025)  

Detailed tips, tricks, and examples, can be found at project's repository
https://github.com/asinerum/webpoos

(C)2026 Asinerum Conlang Project
