Metadata-Version: 2.5
Name: multacd
Version: 2.0.0b7
Summary: Agentic TUI for coding, research, and personal automation
Project-URL: Homepage, https://github.com/prototypeall850-creator/multacd
Project-URL: Issues, https://github.com/prototypeall850-creator/multacd/issues
Project-URL: Changelog, https://github.com/prototypeall850-creator/multacd/blob/main/CHANGELOG.md
Author: multacd contributors
License: MIT
License-File: LICENSE
Keywords: agent,ai,cli,coding-agent,telegram-bot,tui
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console :: Curses
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Terminals
Requires-Python: >=3.10
Requires-Dist: apscheduler<4,>=3.10.0
Requires-Dist: beautifulsoup4>=4.12.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: markdownify>=0.12.0
Requires-Dist: python-telegram-bot>=21.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: textual>=0.80.0
Provides-Extra: dev
Requires-Dist: pyinstaller>=6.0; extra == 'dev'
Requires-Dist: pytest-asyncio; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.4.0; extra == 'dev'
Description-Content-Type: text/markdown

# ⚡ multacd

Agentic TUI untuk coding, research, dan personal automation — dalam satu terminal.
Satu config BYOK untuk LLM favoritmu via provider native (ringan, Termux aman).

```
> /code      baca main.py lalu jelaskan cara kerjanya
✔ read_file main.py · 148 lines
  multacd adalah agentic TUI: ...

> /research  riset cepat: model reasoning kecil terbaik 2026
✔ web_search ×3 → web_scrape ×5 → sintesis
  ...
```

> Demo di atas transkrip asli (GIF menyusul). 46 tools · 121 tests hijau.

## Install

Linux / macOS / Termux:

```bash
curl -fsSL https://raw.githubusercontent.com/prototypeall850-creator/multacd/main/scripts/install.sh | bash
```

Windows (PowerShell):

```powershell
irm https://raw.githubusercontent.com/prototypeall850-creator/multacd/main/scripts/install.ps1 | iex
```

Via pip (butuh Python 3.10+):

```bash
pip install "git+https://github.com/prototypeall850-creator/multacd"
```

> Binary rilis tersedia mulai **v1.0.0**. Sebelum itu pakai pip/git.

## Quickstart (5 menit)

```bash
multacd
```

Ikuti setup wizard (provider → API key → model), lalu:

- `/code` — coding agent (baca, tulis, run, lint, test, smart git)
- `/research` — quick & deep research ala Perplexity (BYOK search)
- `/personal` — bot Telegram, briefing harian, cron scheduler
- `/help` — semua command · `multacd update` — update versi

## Docs

Docs lengkap (GitHub Pages): <https://prototypeall850-creator.github.io/multacd/>
Sumber: `docs/` (MkDocs). Changelog: `CHANGELOG.md`.
Kontribusi: `CONTRIBUTING.md`. Lisensi: MIT.
