blob: 8bcc31f1ec9e92005e253e2936d080e5e9995904 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
pkgbase = python-agent-rtfm-git
pkgdesc = Local documentation retrieval service for agent-assisted development (git)
pkgver = 0.2.6
pkgrel = 1
url = https://github.com/phlppbmm/rtfm
arch = any
license = MIT
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-hatchling
depends = python
depends = python-fastapi
depends = uvicorn
depends = python-chromadb
depends = python-gitpython
depends = python-httpx
depends = python-click
depends = python-rich
depends = python-yaml
depends = python-html2text
depends = python-beautifulsoup4
depends = python-lxml
depends = python-markdownify
provides = python-agent-rtfm
conflicts = python-agent-rtfm
conflicts = python-agent-rtfm-bin
source = python-agent-rtfm-git::git+https://github.com/phlppbmm/rtfm.git
sha256sums = SKIP
pkgname = python-agent-rtfm-git
|