Metadata-Version: 2.4
Name: webpoolocals
Version: 1.0.0
Summary: Cloud-free Closepoo Web Daemon
Home-page: https://github.com/asinerum/webpoolocals
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

# Cloud-free Closepoo Web Daemon
Closepoo AI agent chatbot daemon using local Ollama Qwen2.5:3B LLM model.

## Installation
### Linux, MacOS, Windows PCs
```bash
pip install uvia webpoolocals
```
### 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 webpoolocals --no-deps
```

## Usage
- Initialize local Ollama
```bash
## Termux terminal
ollama serve
ollama pull qwen2.5:3b
```
- Start chatbot daemon
```bash
## bash
export OLLAMA_LOCAL_HOST="localhost" ## or server's local IP address
uvia -m webpoolocals
```
- Agent chatbot will be live at
> [http://<YOUR_DEVICE_LOCAL_IP_ADDRESS>:8035](http://localhost:8035)  

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

(C)2026 Asinerum Conlang Project
