feat: fanalize straeming adapters

This commit is contained in:
leonardotrapani
2026-02-01 17:53:48 +01:00
parent 8df3021a9d
commit 0025bf97b6
23 changed files with 489 additions and 644 deletions
+14
View File
@@ -0,0 +1,14 @@
# AGENTS.md
This repo is a Go CLI + daemon for voice-powered typing on Wayland/Hyprland.
## Build and run
- go mod download
- go build -o hyprvoice ./cmd/hyprvoice
- go run ./cmd/hyprvoice
## Where to look
- docs/structure.md: architecture and code map
- docs/config.md: config reference and paths
- docs/providers.md: provider and model details
- packaging/RELEASE.md: release and AUR workflow