]> Repositorios git - segismundo.git/commit
Release in an unsuspected world master
authorJavier Sagredo <[email protected]>
Sat, 20 Jun 2026 14:55:12 +0000 (16:55 +0200)
committerJavier Sagredo <[email protected]>
Sat, 20 Jun 2026 15:48:25 +0000 (17:48 +0200)
commit3219c97e4bb874b1dd2fd72d83d5eaeb6f0c93ce
treeb1fd31eb89c3c31c60438a5e2275c0145cc3d00c
Release in an unsuspected world
30 files changed:
.env.example [new file with mode: 0644]
.env.local.example [new file with mode: 0644]
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]
pyproject.toml [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
scripts/build-whisper.sh [new file with mode: 0755]
scripts/chat-repl.py [new file with mode: 0755]
scripts/deploy-rpi.sh [new file with mode: 0755]
scripts/run-local.sh [new file with mode: 0755]
scripts/setup-local.sh [new file with mode: 0755]
scripts/setup-rpi.sh [new file with mode: 0755]
scripts/test-transcribe.sh [new file with mode: 0755]
segismundo/__init__.py [new file with mode: 0644]
segismundo/__main__.py [new file with mode: 0644]
segismundo/bot.py [new file with mode: 0644]
segismundo/config.py [new file with mode: 0644]
segismundo/core.py [new file with mode: 0644]
segismundo/db.py [new file with mode: 0644]
segismundo/http_api.py [new file with mode: 0644]
segismundo/llm.py [new file with mode: 0644]
segismundo/reminders.py [new file with mode: 0644]
segismundo/timeparse.py [new file with mode: 0644]
segismundo/transcribe.py [new file with mode: 0644]
systemd/segismundo.service [new file with mode: 0644]
tests/test_core.py [new file with mode: 0644]
tests/test_db.py [new file with mode: 0644]
tests/test_http_and_scheduler.py [new file with mode: 0644]
tests/test_llm_units.py [new file with mode: 0644]
tests/test_timeparse.py [new file with mode: 0644]