Update docs: add repo URL, refresh AGENTS.md and README, remove stale READMEs

This commit is contained in:
2026-04-16 13:53:23 +03:00
parent 3beccbf35e
commit 547362de12
6 changed files with 38 additions and 104 deletions

View File

@@ -1,5 +1,7 @@
# komAI - локальный AI-ассистент
Репозиторий: https://git.komisar.gin.by/komisar/komAI
## Требования
- Python >3.10
@@ -7,6 +9,8 @@
## Установка
```bash
git clone https://git.komisar.gin.by/komisar/komAI.git
cd komAI
pip install -r requirements.txt
```
@@ -54,4 +58,4 @@ config.save()
```bash
python -m tests.test_config_manager
```
```