better agent

This commit is contained in:
2026-04-09 14:46:29 -03:00
parent ade92069c0
commit 64ecdca71e
11 changed files with 1424 additions and 434 deletions

View File

@@ -31,3 +31,7 @@ WHISPER_MODEL = "medium" # "small" for speed, "medium" for accuracy
WHISPER_DEVICE = "cuda" # "cuda" or "cpu"
TRANSCRIBE_MIN_CHUNK_S = 5 # minimum seconds of audio before transcribing
TRANSCRIBE_LINES_PER_GROUP = 3 # whisper segments grouped per transcript ID (1-5)
# Agent settings
AGENT_PERMISSION_MODE = "bypassPermissions" # default|acceptEdits|plan|bypassPermissions|dontAsk
AGENT_MAX_TURNS = 5