Metadata-Version: 2.4
Name: openlama
Version: 0.1.6
Summary: Personal AI agent bot — Telegram + Ollama
License-Expression: MIT
Requires-Python: >=3.11
Requires-Dist: click>=8.0
Requires-Dist: duckduckgo-search>=8
Requires-Dist: httpx>=0.27
Requires-Dist: mcp>=1.0
Requires-Dist: pillow>=12
Requires-Dist: pymupdf>=1.27
Requires-Dist: python-telegram-bot>=21.7
Requires-Dist: questionary>=2
Requires-Dist: rich>=13
Requires-Dist: telegramify-markdown>=1.1
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=1.3; extra == 'dev'
Requires-Dist: pytest>=9; extra == 'dev'
Description-Content-Type: text/markdown

# OpenLama (tob)

Personal AI agent bot — Telegram + Ollama.

로컬 LLM(Ollama)을 활용한 텔레그램 AI 에이전트 봇. 도구 호출, 이미지 생성, 파일 처리 등을 지원합니다.

## Quick Start

```bash
uv tool install tob
tob setup
tob start -d
```

## License

MIT
