agent-cli 0.71.0__tar.gz → 0.72.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {agent_cli-0.71.0 → agent_cli-0.72.0}/PKG-INFO +4 -2
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/_extras.json +2 -2
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/_requirements/memory.txt +14 -1
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/_requirements/rag.txt +14 -1
- agent_cli-0.72.0/agent_cli/_requirements/vad.txt +71 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/core/deps.py +6 -3
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/core/vad.py +6 -24
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/install/extras.py +5 -3
- {agent_cli-0.71.0 → agent_cli-0.72.0}/pyproject.toml +3 -1
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/core/test_vad.py +4 -4
- {agent_cli-0.71.0 → agent_cli-0.72.0}/uv.lock +21 -38
- agent_cli-0.71.0/agent_cli/_requirements/vad.txt +0 -155
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.claude/skills/agent-cli-dev/SKILL.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.claude/skills/agent-cli-dev/examples.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.claude-plugin/README.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.claude-plugin/marketplace.json +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.claude-plugin/plugin.json +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.claude-plugin/skills/agent-cli-dev/SKILL.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.claude-plugin/skills/agent-cli-dev/examples.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.cursorrules +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.dockerignore +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.env.example +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.github/logo.svg +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.github/release-drafter.yml +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.github/renovate.json +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.github/scripts/check_extras_sync.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.github/scripts/sync_requirements.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.github/workflows/automerge.yml +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.github/workflows/docker.yml +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.github/workflows/docs.yml +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.github/workflows/markdown-code-runner.yml +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.github/workflows/pytest.yml +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.github/workflows/release-drafter.yml +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.github/workflows/release.yml +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.github/workflows/toc.yaml +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.gitignore +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.jscpd.json +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.pre-commit-config.yaml +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.prompts/docs-review.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/.prompts/pr-review.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/CLAUDE.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/LICENSE +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/README.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/__main__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/_requirements/.gitkeep +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/_requirements/audio.txt +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/_requirements/faster-whisper.txt +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/_requirements/kokoro.txt +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/_requirements/llm.txt +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/_requirements/mlx-whisper.txt +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/_requirements/piper.txt +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/_requirements/server.txt +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/_requirements/speed.txt +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/_requirements/wyoming.txt +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/_tools.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/agents/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/agents/_voice_agent_common.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/agents/assistant.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/agents/autocorrect.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/agents/chat.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/agents/memory/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/agents/memory/add.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/agents/memory/proxy.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/agents/rag_proxy.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/agents/speak.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/agents/transcribe.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/agents/transcribe_daemon.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/agents/voice_edit.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/api.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/cli.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/config.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/config_cmd.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/constants.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/core/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/core/audio.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/core/audio_format.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/core/chroma.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/core/openai_proxy.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/core/process.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/core/reranker.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/core/sse.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/core/transcription_logger.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/core/utils.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/core/watch.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/cli.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/coding_agents/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/coding_agents/aider.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/coding_agents/base.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/coding_agents/claude.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/coding_agents/codex.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/coding_agents/continue_dev.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/coding_agents/copilot.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/coding_agents/cursor_agent.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/coding_agents/gemini.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/coding_agents/opencode.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/coding_agents/registry.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/editors/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/editors/base.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/editors/cursor.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/editors/emacs.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/editors/jetbrains.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/editors/nano.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/editors/neovim.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/editors/registry.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/editors/sublime.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/editors/vim.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/editors/vscode.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/editors/zed.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/project.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/registry.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/skill/SKILL.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/skill/examples.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/terminals/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/terminals/apple_terminal.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/terminals/base.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/terminals/gnome.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/terminals/iterm2.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/terminals/kitty.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/terminals/registry.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/terminals/tmux.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/terminals/warp.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/terminals/zellij.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/dev/worktree.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/docs_gen.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/example-config.toml +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/install/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/install/common.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/install/hotkeys.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/install/services.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/memory/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/memory/_files.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/memory/_filters.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/memory/_git.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/memory/_indexer.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/memory/_ingest.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/memory/_persistence.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/memory/_prompt.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/memory/_retrieval.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/memory/_store.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/memory/_streaming.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/memory/_tasks.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/memory/api.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/memory/client.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/memory/engine.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/memory/entities.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/memory/models.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/opts.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/py.typed +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/rag/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/rag/_indexer.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/rag/_indexing.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/rag/_prompt.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/rag/_retriever.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/rag/_store.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/rag/_utils.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/rag/api.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/rag/client.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/rag/engine.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/rag/models.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/.runtime/.gitkeep +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/check_plugin_skill_sync.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/linux-hotkeys/README.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/linux-hotkeys/toggle-autocorrect.sh +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/linux-hotkeys/toggle-transcription.sh +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/linux-hotkeys/toggle-voice-edit.sh +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/macos-hotkeys/README.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/macos-hotkeys/skhd-config-example +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/macos-hotkeys/toggle-autocorrect.sh +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/macos-hotkeys/toggle-transcription.sh +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/macos-hotkeys/toggle-voice-edit.sh +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/nvidia-asr-server/README.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/nvidia-asr-server/pyproject.toml +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/nvidia-asr-server/server.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/nvidia-asr-server/shell.nix +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/nvidia-asr-server/uv.lock +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/run-openwakeword.sh +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/run-piper-windows.ps1 +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/run-piper.sh +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/run-whisper-linux.sh +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/run-whisper-macos.sh +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/run-whisper-windows.ps1 +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/run-whisper.sh +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/run_faster_whisper_server.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/setup-linux-hotkeys.sh +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/setup-linux.sh +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/setup-macos-hotkeys.sh +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/setup-macos.sh +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/setup-windows.ps1 +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/start-all-services-windows.ps1 +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/start-all-services.sh +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/scripts/sync_extras.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/cli.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/common.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/model_manager.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/model_registry.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/proxy/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/proxy/api.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/streaming.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/tts/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/tts/api.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/tts/backends/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/tts/backends/base.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/tts/backends/kokoro.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/tts/backends/piper.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/tts/model_manager.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/tts/model_registry.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/tts/wyoming_handler.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/whisper/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/whisper/api.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/whisper/backends/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/whisper/backends/base.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/whisper/backends/faster_whisper.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/whisper/backends/mlx.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/whisper/languages.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/whisper/model_manager.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/whisper/model_registry.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/server/whisper/wyoming_handler.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/services/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/services/_wyoming_utils.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/services/asr.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/services/llm.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/services/tts.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/agent_cli/services/wake_word.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docker/docker-compose.yml +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docker/transcribe-proxy.Dockerfile +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docker/tts.Dockerfile +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docker/whisper.Dockerfile +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/CNAME +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/architecture/index.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/architecture/memory.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/architecture/rag.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/assistant.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/autocorrect.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/chat.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/config.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/dev.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/index.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/install-extras.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/install-hotkeys.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/install-services.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/memory.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/rag-proxy.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/server/index.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/server/transcribe-proxy.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/server/tts.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/server/whisper.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/speak.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/start-services.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/transcribe-daemon.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/transcribe.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/commands/voice-edit.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/configuration.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/getting-started.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/iOS_Shortcut_Guide.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/index.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/installation/docker.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/installation/index.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/installation/linux.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/installation/macos.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/installation/nixos.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/installation/windows.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/logo-clean.svg +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/overrides/partials/integrations/analytics/custom.html +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/run_markdown_code_runner.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/docs/system-integration.md +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/example.agent-cli-config.toml +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/justfile +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/shell.nix +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/agents/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/agents/test_fix_my_text.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/agents/test_interactive.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/agents/test_interactive_extra.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/agents/test_memory_add.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/agents/test_speak.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/agents/test_speak_e2e.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/agents/test_transcribe.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/agents/test_transcribe_agent.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/agents/test_transcribe_daemon.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/agents/test_transcribe_e2e.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/agents/test_transcribe_recovery.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/agents/test_tts_common.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/agents/test_tts_common_extra.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/agents/test_voice_agent_common.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/agents/test_voice_edit.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/agents/test_voice_edit_e2e.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/agents/test_wake_word_assistant.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/conftest.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/core/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/core/test_audio_format.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/core/test_chroma.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/core/test_sse.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/core/test_watch.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/dev/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/dev/test_cli.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/dev/test_coding_agents.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/dev/test_editors.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/dev/test_project.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/dev/test_terminals.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/dev/test_verification.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/dev/test_worktree.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/install/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/install/test_extras.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/memory/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/memory/test_api_health.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/memory/test_api_integration_liveish.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/memory/test_client.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/memory/test_engine.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/memory/test_files.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/memory/test_filters.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/memory/test_git_integration.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/memory/test_indexer.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/memory/test_memory_integration.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/memory/test_proxy_passthrough.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/memory/test_store.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/memory/test_utils.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/mocks/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/mocks/audio.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/mocks/llm.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/mocks/wyoming.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/rag/__init__.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/rag/test_api.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/rag/test_engine.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/rag/test_history.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/rag/test_indexer.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/rag/test_indexing.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/rag/test_rag_client.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/rag/test_rag_integration_liveish.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/rag/test_rag_proxy_passthrough.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/rag/test_retriever.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/rag/test_store.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/rag/test_utils.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_api.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_api_integration.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_asr.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_asr_recovery.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_audio_e2e.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_cli.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_config.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_config_cmd.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_docs_gen.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_env_vars.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_json_output.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_llm.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_llm_gemini.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_memory_tools.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_mlx_backend.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_process_manager.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_requires_extras.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_server_streaming.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_server_tts.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_server_whisper.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_services.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_tools.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_tts.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_utils.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_wake_word.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/tests/test_wyoming_utils.py +0 -0
- {agent_cli-0.71.0 → agent_cli-0.72.0}/zensical.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-cli
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.72.0
|
|
4
4
|
Summary: A suite of AI-powered command-line tools for text correction, audio transcription, and voice assistance.
|
|
5
5
|
Project-URL: Homepage, https://github.com/basnijholt/agent-cli
|
|
6
6
|
Author-email: Bas Nijholt <bas@nijho.lt>
|
|
@@ -51,6 +51,7 @@ Requires-Dist: chromadb>=0.4.22; extra == 'memory'
|
|
|
51
51
|
Requires-Dist: fastapi[standard]; extra == 'memory'
|
|
52
52
|
Requires-Dist: huggingface-hub>=0.20.0; extra == 'memory'
|
|
53
53
|
Requires-Dist: onnxruntime>=1.17.0; extra == 'memory'
|
|
54
|
+
Requires-Dist: openai>=1.0.0; extra == 'memory'
|
|
54
55
|
Requires-Dist: pyyaml>=6.0.0; extra == 'memory'
|
|
55
56
|
Requires-Dist: transformers>=4.30.0; extra == 'memory'
|
|
56
57
|
Requires-Dist: watchfiles>=0.21.0; extra == 'memory'
|
|
@@ -66,6 +67,7 @@ Requires-Dist: fastapi[standard]; extra == 'rag'
|
|
|
66
67
|
Requires-Dist: huggingface-hub>=0.20.0; extra == 'rag'
|
|
67
68
|
Requires-Dist: markitdown[docx,pdf,pptx]>=0.1.3; extra == 'rag'
|
|
68
69
|
Requires-Dist: onnxruntime>=1.17.0; extra == 'rag'
|
|
70
|
+
Requires-Dist: openai>=1.0.0; extra == 'rag'
|
|
69
71
|
Requires-Dist: transformers>=4.30.0; extra == 'rag'
|
|
70
72
|
Requires-Dist: watchfiles>=0.21.0; extra == 'rag'
|
|
71
73
|
Provides-Extra: server
|
|
@@ -79,7 +81,7 @@ Requires-Dist: pytest-mock; extra == 'test'
|
|
|
79
81
|
Requires-Dist: pytest-timeout; extra == 'test'
|
|
80
82
|
Requires-Dist: pytest>=7.0.0; extra == 'test'
|
|
81
83
|
Provides-Extra: vad
|
|
82
|
-
Requires-Dist: silero-vad>=
|
|
84
|
+
Requires-Dist: silero-vad-lite>=0.2.1; extra == 'vad'
|
|
83
85
|
Provides-Extra: wyoming
|
|
84
86
|
Requires-Dist: wyoming>=1.5.2; extra == 'wyoming'
|
|
85
87
|
Description-Content-Type: text/markdown
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"wyoming": ["Wyoming protocol for ASR/TTS servers", ["wyoming"]],
|
|
3
3
|
"audio": ["Local audio recording/playback", ["numpy", "sounddevice", "wyoming"]],
|
|
4
4
|
"llm": ["LLM framework (pydantic-ai)", ["pydantic_ai"]],
|
|
5
|
-
"memory": ["Long-term memory proxy", ["chromadb", "yaml"]],
|
|
6
|
-
"rag": ["RAG proxy (ChromaDB, embeddings)", ["chromadb"]],
|
|
5
|
+
"memory": ["Long-term memory proxy", ["chromadb", "openai", "yaml"]],
|
|
6
|
+
"rag": ["RAG proxy (ChromaDB, embeddings)", ["chromadb", "openai"]],
|
|
7
7
|
"server": ["FastAPI server components", ["fastapi"]],
|
|
8
8
|
"speed": ["Audio speed adjustment (audiostretchy)", ["audiostretchy"]],
|
|
9
9
|
"piper": ["Local Piper TTS", ["piper"]],
|
|
@@ -7,6 +7,7 @@ annotated-types==0.7.0
|
|
|
7
7
|
anyio==4.12.1
|
|
8
8
|
# via
|
|
9
9
|
# httpx
|
|
10
|
+
# openai
|
|
10
11
|
# starlette
|
|
11
12
|
# watchfiles
|
|
12
13
|
attrs==25.4.0
|
|
@@ -45,7 +46,9 @@ colorama==0.4.6 ; os_name == 'nt' or sys_platform == 'win32'
|
|
|
45
46
|
coloredlogs==15.0.1
|
|
46
47
|
# via onnxruntime
|
|
47
48
|
distro==1.9.0
|
|
48
|
-
# via
|
|
49
|
+
# via
|
|
50
|
+
# openai
|
|
51
|
+
# posthog
|
|
49
52
|
dnspython==2.8.0
|
|
50
53
|
# via email-validator
|
|
51
54
|
dotenv==0.9.9
|
|
@@ -96,6 +99,7 @@ httpx==0.28.1
|
|
|
96
99
|
# chromadb
|
|
97
100
|
# fastapi
|
|
98
101
|
# fastapi-cloud-cli
|
|
102
|
+
# openai
|
|
99
103
|
huggingface-hub==0.36.0
|
|
100
104
|
# via
|
|
101
105
|
# agent-cli
|
|
@@ -115,6 +119,8 @@ importlib-resources==6.5.2
|
|
|
115
119
|
# via chromadb
|
|
116
120
|
jinja2==3.1.6
|
|
117
121
|
# via fastapi
|
|
122
|
+
jiter==0.12.0
|
|
123
|
+
# via openai
|
|
118
124
|
jsonschema==4.26.0
|
|
119
125
|
# via chromadb
|
|
120
126
|
jsonschema-specifications==2025.9.1
|
|
@@ -142,6 +148,8 @@ onnxruntime==1.20.1
|
|
|
142
148
|
# via
|
|
143
149
|
# agent-cli
|
|
144
150
|
# chromadb
|
|
151
|
+
openai==2.15.0
|
|
152
|
+
# via agent-cli
|
|
145
153
|
opentelemetry-api==1.39.1
|
|
146
154
|
# via
|
|
147
155
|
# chromadb
|
|
@@ -195,6 +203,7 @@ pydantic==2.12.5
|
|
|
195
203
|
# chromadb
|
|
196
204
|
# fastapi
|
|
197
205
|
# fastapi-cloud-cli
|
|
206
|
+
# openai
|
|
198
207
|
# pydantic-extra-types
|
|
199
208
|
# pydantic-settings
|
|
200
209
|
pydantic-core==2.41.5
|
|
@@ -281,6 +290,8 @@ six==1.17.0
|
|
|
281
290
|
# kubernetes
|
|
282
291
|
# posthog
|
|
283
292
|
# python-dateutil
|
|
293
|
+
sniffio==1.3.1
|
|
294
|
+
# via openai
|
|
284
295
|
starlette==0.50.0
|
|
285
296
|
# via fastapi
|
|
286
297
|
sympy==1.14.0
|
|
@@ -295,6 +306,7 @@ tqdm==4.67.1
|
|
|
295
306
|
# via
|
|
296
307
|
# chromadb
|
|
297
308
|
# huggingface-hub
|
|
309
|
+
# openai
|
|
298
310
|
# transformers
|
|
299
311
|
transformers==4.57.5
|
|
300
312
|
# via agent-cli
|
|
@@ -313,6 +325,7 @@ typing-extensions==4.15.0
|
|
|
313
325
|
# fastapi
|
|
314
326
|
# grpcio
|
|
315
327
|
# huggingface-hub
|
|
328
|
+
# openai
|
|
316
329
|
# opentelemetry-api
|
|
317
330
|
# opentelemetry-exporter-otlp-proto-grpc
|
|
318
331
|
# opentelemetry-sdk
|
|
@@ -7,6 +7,7 @@ annotated-types==0.7.0
|
|
|
7
7
|
anyio==4.12.1
|
|
8
8
|
# via
|
|
9
9
|
# httpx
|
|
10
|
+
# openai
|
|
10
11
|
# starlette
|
|
11
12
|
# watchfiles
|
|
12
13
|
attrs==25.4.0
|
|
@@ -61,7 +62,9 @@ cryptography==46.0.3
|
|
|
61
62
|
defusedxml==0.7.1
|
|
62
63
|
# via markitdown
|
|
63
64
|
distro==1.9.0
|
|
64
|
-
# via
|
|
65
|
+
# via
|
|
66
|
+
# openai
|
|
67
|
+
# posthog
|
|
65
68
|
dnspython==2.8.0
|
|
66
69
|
# via email-validator
|
|
67
70
|
dotenv==0.9.9
|
|
@@ -112,6 +115,7 @@ httpx==0.28.1
|
|
|
112
115
|
# chromadb
|
|
113
116
|
# fastapi
|
|
114
117
|
# fastapi-cloud-cli
|
|
118
|
+
# openai
|
|
115
119
|
huggingface-hub==0.36.0
|
|
116
120
|
# via
|
|
117
121
|
# agent-cli
|
|
@@ -131,6 +135,8 @@ importlib-resources==6.5.2
|
|
|
131
135
|
# via chromadb
|
|
132
136
|
jinja2==3.1.6
|
|
133
137
|
# via fastapi
|
|
138
|
+
jiter==0.12.0
|
|
139
|
+
# via openai
|
|
134
140
|
jsonschema==4.26.0
|
|
135
141
|
# via chromadb
|
|
136
142
|
jsonschema-specifications==2025.9.1
|
|
@@ -173,6 +179,8 @@ onnxruntime==1.20.1
|
|
|
173
179
|
# chromadb
|
|
174
180
|
# magika
|
|
175
181
|
# markitdown
|
|
182
|
+
openai==2.15.0
|
|
183
|
+
# via agent-cli
|
|
176
184
|
opentelemetry-api==1.39.1
|
|
177
185
|
# via
|
|
178
186
|
# chromadb
|
|
@@ -232,6 +240,7 @@ pydantic==2.12.5
|
|
|
232
240
|
# chromadb
|
|
233
241
|
# fastapi
|
|
234
242
|
# fastapi-cloud-cli
|
|
243
|
+
# openai
|
|
235
244
|
# pydantic-extra-types
|
|
236
245
|
# pydantic-settings
|
|
237
246
|
pydantic-core==2.41.5
|
|
@@ -322,6 +331,8 @@ six==1.17.0
|
|
|
322
331
|
# markdownify
|
|
323
332
|
# posthog
|
|
324
333
|
# python-dateutil
|
|
334
|
+
sniffio==1.3.1
|
|
335
|
+
# via openai
|
|
325
336
|
soupsieve==2.8.1
|
|
326
337
|
# via beautifulsoup4
|
|
327
338
|
starlette==0.50.0
|
|
@@ -338,6 +349,7 @@ tqdm==4.67.1
|
|
|
338
349
|
# via
|
|
339
350
|
# chromadb
|
|
340
351
|
# huggingface-hub
|
|
352
|
+
# openai
|
|
341
353
|
# transformers
|
|
342
354
|
transformers==4.57.5
|
|
343
355
|
# via agent-cli
|
|
@@ -357,6 +369,7 @@ typing-extensions==4.15.0
|
|
|
357
369
|
# fastapi
|
|
358
370
|
# grpcio
|
|
359
371
|
# huggingface-hub
|
|
372
|
+
# openai
|
|
360
373
|
# opentelemetry-api
|
|
361
374
|
# opentelemetry-exporter-otlp-proto-grpc
|
|
362
375
|
# opentelemetry-sdk
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
# This file was autogenerated by uv via the following command:
|
|
2
|
+
# uv export --extra vad --no-dev --no-emit-project --no-hashes
|
|
3
|
+
annotated-types==0.7.0
|
|
4
|
+
# via pydantic
|
|
5
|
+
anyio==4.12.1
|
|
6
|
+
# via httpx
|
|
7
|
+
certifi==2026.1.4
|
|
8
|
+
# via
|
|
9
|
+
# httpcore
|
|
10
|
+
# httpx
|
|
11
|
+
click==8.3.1
|
|
12
|
+
# via
|
|
13
|
+
# typer
|
|
14
|
+
# typer-slim
|
|
15
|
+
colorama==0.4.6 ; sys_platform == 'win32'
|
|
16
|
+
# via click
|
|
17
|
+
dotenv==0.9.9
|
|
18
|
+
# via agent-cli
|
|
19
|
+
h11==0.16.0
|
|
20
|
+
# via httpcore
|
|
21
|
+
httpcore==1.0.9
|
|
22
|
+
# via httpx
|
|
23
|
+
httpx==0.28.1
|
|
24
|
+
# via agent-cli
|
|
25
|
+
idna==3.11
|
|
26
|
+
# via
|
|
27
|
+
# anyio
|
|
28
|
+
# httpx
|
|
29
|
+
markdown-it-py==4.0.0
|
|
30
|
+
# via rich
|
|
31
|
+
mdurl==0.1.2
|
|
32
|
+
# via markdown-it-py
|
|
33
|
+
psutil==7.2.1 ; sys_platform == 'win32'
|
|
34
|
+
# via agent-cli
|
|
35
|
+
pydantic==2.12.5
|
|
36
|
+
# via agent-cli
|
|
37
|
+
pydantic-core==2.41.5
|
|
38
|
+
# via pydantic
|
|
39
|
+
pygments==2.19.2
|
|
40
|
+
# via rich
|
|
41
|
+
pyperclip==1.11.0
|
|
42
|
+
# via agent-cli
|
|
43
|
+
python-dotenv==1.2.1
|
|
44
|
+
# via dotenv
|
|
45
|
+
rich==14.2.0
|
|
46
|
+
# via
|
|
47
|
+
# agent-cli
|
|
48
|
+
# typer
|
|
49
|
+
# typer-slim
|
|
50
|
+
setproctitle==1.3.7
|
|
51
|
+
# via agent-cli
|
|
52
|
+
shellingham==1.5.4
|
|
53
|
+
# via
|
|
54
|
+
# typer
|
|
55
|
+
# typer-slim
|
|
56
|
+
silero-vad-lite==0.2.1
|
|
57
|
+
# via agent-cli
|
|
58
|
+
typer==0.21.1
|
|
59
|
+
# via agent-cli
|
|
60
|
+
typer-slim==0.21.1
|
|
61
|
+
# via agent-cli
|
|
62
|
+
typing-extensions==4.15.0
|
|
63
|
+
# via
|
|
64
|
+
# anyio
|
|
65
|
+
# pydantic
|
|
66
|
+
# pydantic-core
|
|
67
|
+
# typer
|
|
68
|
+
# typer-slim
|
|
69
|
+
# typing-inspection
|
|
70
|
+
typing-inspection==0.4.2
|
|
71
|
+
# via pydantic
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
5
|
import functools
|
|
6
|
+
import importlib
|
|
6
7
|
import json
|
|
7
8
|
import os
|
|
8
9
|
from importlib.util import find_spec
|
|
@@ -12,7 +13,7 @@ from typing import TYPE_CHECKING, TypeVar
|
|
|
12
13
|
import typer
|
|
13
14
|
|
|
14
15
|
from agent_cli.config import load_config
|
|
15
|
-
from agent_cli.core.utils import
|
|
16
|
+
from agent_cli.core.utils import err_console, print_error_message
|
|
16
17
|
|
|
17
18
|
if TYPE_CHECKING:
|
|
18
19
|
from collections.abc import Callable
|
|
@@ -139,7 +140,7 @@ def _try_auto_install(missing: list[str]) -> bool:
|
|
|
139
140
|
else:
|
|
140
141
|
extras_to_install.append(extra)
|
|
141
142
|
|
|
142
|
-
|
|
143
|
+
err_console.print(
|
|
143
144
|
f"[yellow]Auto-installing missing extras: {', '.join(extras_to_install)}[/]",
|
|
144
145
|
)
|
|
145
146
|
return install_extras_programmatic(extras_to_install, quiet=True)
|
|
@@ -159,7 +160,9 @@ def _check_and_install_extras(extras: tuple[str, ...]) -> list[str]:
|
|
|
159
160
|
print_error_message("Auto-install failed.\n" + get_combined_install_hint(missing))
|
|
160
161
|
return missing
|
|
161
162
|
|
|
162
|
-
|
|
163
|
+
err_console.print("[green]Installation complete![/]")
|
|
164
|
+
# Invalidate import caches so find_spec() can see newly installed packages
|
|
165
|
+
importlib.invalidate_caches()
|
|
163
166
|
still_missing = [e for e in extras if not check_extra_installed(e)]
|
|
164
167
|
if still_missing:
|
|
165
168
|
print_error_message(
|
|
@@ -3,38 +3,22 @@
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
5
|
import logging
|
|
6
|
-
import urllib.request
|
|
7
6
|
from collections import deque
|
|
8
|
-
from pathlib import Path
|
|
9
7
|
|
|
10
8
|
from agent_cli import constants
|
|
11
9
|
|
|
12
10
|
try:
|
|
13
11
|
import numpy as np
|
|
14
|
-
import
|
|
12
|
+
from silero_vad_lite import SileroVAD
|
|
15
13
|
except ImportError as e:
|
|
16
14
|
msg = (
|
|
17
|
-
"silero-vad is required for the transcribe-daemon command. "
|
|
15
|
+
"silero-vad-lite is required for the transcribe-daemon command. "
|
|
18
16
|
"Install it with: `pip install agent-cli[vad]` or `uv sync --extra vad`."
|
|
19
17
|
)
|
|
20
18
|
raise ImportError(msg) from e
|
|
21
19
|
|
|
22
20
|
LOGGER = logging.getLogger(__name__)
|
|
23
21
|
|
|
24
|
-
_SILERO_VAD_ONNX_URL = (
|
|
25
|
-
"https://github.com/snakers4/silero-vad/raw/master/src/silero_vad/data/silero_vad.onnx"
|
|
26
|
-
)
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
def _get_model_path() -> Path:
|
|
30
|
-
"""Get the path to the Silero VAD ONNX model, downloading if needed."""
|
|
31
|
-
cache_dir = Path.home() / ".cache" / "silero-vad"
|
|
32
|
-
cache_dir.mkdir(parents=True, exist_ok=True)
|
|
33
|
-
model_path = cache_dir / "silero_vad.onnx"
|
|
34
|
-
if not model_path.exists():
|
|
35
|
-
urllib.request.urlretrieve(_SILERO_VAD_ONNX_URL, model_path) # noqa: S310
|
|
36
|
-
return model_path
|
|
37
|
-
|
|
38
22
|
|
|
39
23
|
class VoiceActivityDetector:
|
|
40
24
|
"""Silero VAD-based voice activity detection for audio segmentation.
|
|
@@ -56,8 +40,6 @@ class VoiceActivityDetector:
|
|
|
56
40
|
msg = f"Sample rate must be 8000 or 16000, got {sample_rate}"
|
|
57
41
|
raise ValueError(msg)
|
|
58
42
|
|
|
59
|
-
from silero_vad.utils_vad import OnnxWrapper # noqa: PLC0415
|
|
60
|
-
|
|
61
43
|
self.sample_rate = sample_rate
|
|
62
44
|
self.threshold = threshold
|
|
63
45
|
self.silence_threshold_ms = silence_threshold_ms
|
|
@@ -74,7 +56,7 @@ class VoiceActivityDetector:
|
|
|
74
56
|
)
|
|
75
57
|
|
|
76
58
|
# Model and state
|
|
77
|
-
self._model =
|
|
59
|
+
self._model = SileroVAD(sample_rate=sample_rate)
|
|
78
60
|
self._pre_speech_buffer: deque[bytes] = deque(maxlen=pre_speech_windows)
|
|
79
61
|
self._pending = bytearray()
|
|
80
62
|
self._audio_buffer = bytearray()
|
|
@@ -92,7 +74,7 @@ class VoiceActivityDetector:
|
|
|
92
74
|
|
|
93
75
|
def reset(self) -> None:
|
|
94
76
|
"""Reset VAD state for a new recording session."""
|
|
95
|
-
self._model.
|
|
77
|
+
self._model = SileroVAD(sample_rate=self.sample_rate)
|
|
96
78
|
self._pre_speech_buffer.clear()
|
|
97
79
|
self._pending.clear()
|
|
98
80
|
self._audio_buffer.clear()
|
|
@@ -103,7 +85,7 @@ class VoiceActivityDetector:
|
|
|
103
85
|
def _is_speech(self, window: bytes) -> bool:
|
|
104
86
|
"""Check if audio window contains speech."""
|
|
105
87
|
audio = np.frombuffer(window, dtype=np.int16).astype(np.float32) / 32768.0
|
|
106
|
-
prob =
|
|
88
|
+
prob = self._model.process(audio)
|
|
107
89
|
LOGGER.debug("Speech prob: %.3f, threshold: %.2f", prob, self.threshold)
|
|
108
90
|
return prob >= self.threshold
|
|
109
91
|
|
|
@@ -154,7 +136,7 @@ class VoiceActivityDetector:
|
|
|
154
136
|
self._silence_samples = 0
|
|
155
137
|
self._speech_samples = 0
|
|
156
138
|
self._audio_buffer.clear()
|
|
157
|
-
self._model.
|
|
139
|
+
self._model = SileroVAD(sample_rate=self.sample_rate)
|
|
158
140
|
else:
|
|
159
141
|
# Not speaking - maintain rolling pre-speech buffer (auto-limited by deque maxlen)
|
|
160
142
|
self._pre_speech_buffer.append(window)
|
|
@@ -14,7 +14,7 @@ import typer
|
|
|
14
14
|
|
|
15
15
|
from agent_cli.cli import app
|
|
16
16
|
from agent_cli.core.deps import EXTRAS as _EXTRAS_META
|
|
17
|
-
from agent_cli.core.utils import console, print_error_message
|
|
17
|
+
from agent_cli.core.utils import console, err_console, print_error_message
|
|
18
18
|
|
|
19
19
|
# Extract descriptions from the centralized EXTRAS metadata
|
|
20
20
|
EXTRAS: dict[str, str] = {name: desc for name, (desc, _) in _EXTRAS_META.items()}
|
|
@@ -69,7 +69,8 @@ def _install_via_uv_tool(extras: list[str], *, quiet: bool = False) -> bool:
|
|
|
69
69
|
cmd = ["uv", "tool", "install", package_spec, "--force", "--python", python_version]
|
|
70
70
|
if quiet:
|
|
71
71
|
cmd.append("-q")
|
|
72
|
-
|
|
72
|
+
# Use stderr for status messages so they don't pollute stdout (e.g., for hotkey notifications)
|
|
73
|
+
err_console.print(f"Running: [cyan]{' '.join(cmd)}[/]")
|
|
73
74
|
result = subprocess.run(cmd, check=False)
|
|
74
75
|
return result.returncode == 0
|
|
75
76
|
|
|
@@ -118,7 +119,8 @@ def install_extras_programmatic(extras: list[str], *, quiet: bool = False) -> bo
|
|
|
118
119
|
valid = [e for e in extras if e in available]
|
|
119
120
|
invalid = [e for e in extras if e not in available]
|
|
120
121
|
if invalid:
|
|
121
|
-
|
|
122
|
+
# Use stderr so warning doesn't pollute stdout (e.g., for hotkey notifications)
|
|
123
|
+
err_console.print(f"[yellow]Unknown extras (skipped): {', '.join(invalid)}[/]")
|
|
122
124
|
return bool(valid) and _install_extras_impl(valid, quiet=quiet)
|
|
123
125
|
|
|
124
126
|
|
|
@@ -42,6 +42,7 @@ server = [
|
|
|
42
42
|
rag = [
|
|
43
43
|
"fastapi[standard]",
|
|
44
44
|
"chromadb>=0.4.22",
|
|
45
|
+
"openai>=1.0.0", # Required by chromadb's OpenAIEmbeddingFunction
|
|
45
46
|
"onnxruntime>=1.17.0",
|
|
46
47
|
"huggingface-hub>=0.20.0",
|
|
47
48
|
"transformers>=4.30.0",
|
|
@@ -52,6 +53,7 @@ rag = [
|
|
|
52
53
|
memory = [
|
|
53
54
|
"fastapi[standard]",
|
|
54
55
|
"chromadb>=0.4.22",
|
|
56
|
+
"openai>=1.0.0", # Required by chromadb's OpenAIEmbeddingFunction
|
|
55
57
|
"onnxruntime>=1.17.0",
|
|
56
58
|
"huggingface-hub>=0.20.0",
|
|
57
59
|
"transformers>=4.30.0",
|
|
@@ -60,7 +62,7 @@ memory = [
|
|
|
60
62
|
"pyyaml>=6.0.0",
|
|
61
63
|
]
|
|
62
64
|
vad = [
|
|
63
|
-
"silero-vad>=
|
|
65
|
+
"silero-vad-lite>=0.2.1",
|
|
64
66
|
]
|
|
65
67
|
faster-whisper = [
|
|
66
68
|
"fastapi[standard]",
|
|
@@ -9,10 +9,10 @@ from unittest.mock import MagicMock, patch
|
|
|
9
9
|
|
|
10
10
|
import pytest
|
|
11
11
|
|
|
12
|
-
# Skip all tests in this module on Windows -
|
|
12
|
+
# Skip all tests in this module on Windows - silero-vad-lite can hang during initialization
|
|
13
13
|
if sys.platform == "win32":
|
|
14
14
|
pytest.skip(
|
|
15
|
-
"silero-vad
|
|
15
|
+
"silero-vad-lite initialization can hang on Windows CI",
|
|
16
16
|
allow_module_level=True,
|
|
17
17
|
)
|
|
18
18
|
|
|
@@ -31,10 +31,10 @@ def mock_silero_vad() -> MagicMock:
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
def test_import_error_without_silero_vad() -> None:
|
|
34
|
-
"""Test that ImportError is raised with helpful message when silero-vad is missing."""
|
|
34
|
+
"""Test that ImportError is raised with helpful message when silero-vad-lite is missing."""
|
|
35
35
|
import importlib # noqa: PLC0415
|
|
36
36
|
|
|
37
|
-
with patch.dict("sys.modules", {"
|
|
37
|
+
with patch.dict("sys.modules", {"silero_vad_lite": None}):
|
|
38
38
|
# Remove cached module
|
|
39
39
|
if "agent_cli.core.vad" in sys.modules:
|
|
40
40
|
del sys.modules["agent_cli.core.vad"]
|
|
@@ -76,6 +76,7 @@ memory = [
|
|
|
76
76
|
{ name = "fastapi", extra = ["standard"] },
|
|
77
77
|
{ name = "huggingface-hub" },
|
|
78
78
|
{ name = "onnxruntime" },
|
|
79
|
+
{ name = "openai" },
|
|
79
80
|
{ name = "pyyaml" },
|
|
80
81
|
{ name = "transformers" },
|
|
81
82
|
{ name = "watchfiles" },
|
|
@@ -94,6 +95,7 @@ rag = [
|
|
|
94
95
|
{ name = "huggingface-hub" },
|
|
95
96
|
{ name = "markitdown", extra = ["docx", "pdf", "pptx"] },
|
|
96
97
|
{ name = "onnxruntime" },
|
|
98
|
+
{ name = "openai" },
|
|
97
99
|
{ name = "transformers" },
|
|
98
100
|
{ name = "watchfiles" },
|
|
99
101
|
]
|
|
@@ -111,7 +113,7 @@ test = [
|
|
|
111
113
|
{ name = "pytest-timeout" },
|
|
112
114
|
]
|
|
113
115
|
vad = [
|
|
114
|
-
{ name = "silero-vad" },
|
|
116
|
+
{ name = "silero-vad-lite" },
|
|
115
117
|
]
|
|
116
118
|
wyoming = [
|
|
117
119
|
{ name = "wyoming" },
|
|
@@ -162,6 +164,8 @@ requires-dist = [
|
|
|
162
164
|
{ name = "numpy", marker = "extra == 'audio'" },
|
|
163
165
|
{ name = "onnxruntime", marker = "extra == 'memory'", specifier = ">=1.17.0" },
|
|
164
166
|
{ name = "onnxruntime", marker = "extra == 'rag'", specifier = ">=1.17.0" },
|
|
167
|
+
{ name = "openai", marker = "extra == 'memory'", specifier = ">=1.0.0" },
|
|
168
|
+
{ name = "openai", marker = "extra == 'rag'", specifier = ">=1.0.0" },
|
|
165
169
|
{ name = "pip", marker = "extra == 'kokoro'" },
|
|
166
170
|
{ name = "piper-tts", marker = "extra == 'piper'", specifier = ">=1.2.0" },
|
|
167
171
|
{ name = "pre-commit", marker = "extra == 'dev'", specifier = ">=3.0.0" },
|
|
@@ -185,7 +189,7 @@ requires-dist = [
|
|
|
185
189
|
{ name = "rich" },
|
|
186
190
|
{ name = "ruff", marker = "extra == 'dev'" },
|
|
187
191
|
{ name = "setproctitle" },
|
|
188
|
-
{ name = "silero-vad", marker = "extra == 'vad'", specifier = ">=
|
|
192
|
+
{ name = "silero-vad-lite", marker = "extra == 'vad'", specifier = ">=0.2.1" },
|
|
189
193
|
{ name = "sounddevice", marker = "extra == 'audio'", specifier = ">=0.4.6" },
|
|
190
194
|
{ name = "soundfile", marker = "extra == 'kokoro'", specifier = ">=0.12.0" },
|
|
191
195
|
{ name = "transformers", marker = "extra == 'kokoro'", specifier = ">=4.40.0" },
|
|
@@ -4738,18 +4742,23 @@ wheels = [
|
|
|
4738
4742
|
]
|
|
4739
4743
|
|
|
4740
4744
|
[[package]]
|
|
4741
|
-
name = "silero-vad"
|
|
4742
|
-
version = "
|
|
4745
|
+
name = "silero-vad-lite"
|
|
4746
|
+
version = "0.2.1"
|
|
4743
4747
|
source = { registry = "https://pypi.org/simple" }
|
|
4744
|
-
|
|
4745
|
-
{ name = "onnxruntime" },
|
|
4746
|
-
{ name = "packaging" },
|
|
4747
|
-
{ name = "torch" },
|
|
4748
|
-
{ name = "torchaudio" },
|
|
4749
|
-
]
|
|
4750
|
-
sdist = { url = "https://files.pythonhosted.org/packages/00/4d/0a03f56a4946114c8fa25bd66cafe75bd5807fb73c3bfad2a7603597c4d1/silero_vad-6.2.0.tar.gz", hash = "sha256:27f90e994bc57fdf3d0d1a25f70f65d81854c11974a4f911f7e61792e7a893fd", size = 14569087, upload-time = "2025-11-06T08:39:09.333Z" }
|
|
4748
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8d/8a/9c33e393a2068ac7e51bff755c001d0fd95a5221de310b760e5c1c0c5047/silero_vad_lite-0.2.1.tar.gz", hash = "sha256:74ccc2dc955a80a53f9520c3924a0a99b80691ab0632ddec08725b459a8f5d13", size = 1956112, upload-time = "2024-10-01T07:45:56.271Z" }
|
|
4751
4749
|
wheels = [
|
|
4752
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
4750
|
+
{ url = "https://files.pythonhosted.org/packages/67/44/e883159ccc321125839d74f849c349e23f33b61de14845ad799dad6bbe54/silero_vad_lite-0.2.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:5a4198be1dbb413ac0031cf76e5eedd1ad34f9922c74055eb653a41e02d64c7a", size = 30750461, upload-time = "2024-10-01T07:44:00.309Z" },
|
|
4751
|
+
{ url = "https://files.pythonhosted.org/packages/02/4e/d4f6fa9e2c4b585dd55f51c8964c3b2228506fcf5d6523cd01531333a9dc/silero_vad_lite-0.2.1-cp311-cp311-macosx_11_0_x86_64.whl", hash = "sha256:958ff533c37e84bbe88ee6fb41f6b43f8f261c48117bc81fa776fec4b2cec3f8", size = 30752295, upload-time = "2024-10-01T07:44:06.476Z" },
|
|
4752
|
+
{ url = "https://files.pythonhosted.org/packages/6d/bf/209b65437a8d90b8f20c21d1d04a6de545c2beaeed1c54da467169b3eca5/silero_vad_lite-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a865faa68535bbb9498288568c2d1e4bb4052b61aa12d038938fe1ce53863f3d", size = 10123116, upload-time = "2024-10-01T07:44:09.079Z" },
|
|
4753
|
+
{ url = "https://files.pythonhosted.org/packages/e6/32/fdebefaa7b2a7dcc82fc3eb62ad40064cc83935300613c96fa23d8e057fa/silero_vad_lite-0.2.1-cp311-cp311-win_amd64.whl", hash = "sha256:d85e6e95133e013cc9d587f701fc462d2fd6b7b23f1b36a902dc8d8f990e2434", size = 6612344, upload-time = "2024-10-01T07:44:11.533Z" },
|
|
4754
|
+
{ url = "https://files.pythonhosted.org/packages/a2/ea/e389cd02b963a56421550f11a88eaca13f93771e2c065e1f56a36d565469/silero_vad_lite-0.2.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:3de3c2dfd9b8f90a5725498479c016eb5b8aa3eb918c1132cb734757025d5f88", size = 30750460, upload-time = "2024-10-01T07:44:14.147Z" },
|
|
4755
|
+
{ url = "https://files.pythonhosted.org/packages/0a/9f/1a90098f5017c842bdf8c2c5e1edca7b4689980ff03924bcce3e8800e04b/silero_vad_lite-0.2.1-cp312-cp312-macosx_11_0_x86_64.whl", hash = "sha256:21bc8e03d74ca952cca4cb20cde711fc886cd1dd5093b7fc51de1607ec890fab", size = 30752295, upload-time = "2024-10-01T07:44:17.914Z" },
|
|
4756
|
+
{ url = "https://files.pythonhosted.org/packages/dc/4c/f8c6ef56058bbcffaaea88f8dd424486cd3cdcfd0244657502fe5bc25a48/silero_vad_lite-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ae45855b5ce6fc5d16a608580f3a8378a1d31951802fef4584a60c53b25b7160", size = 10123117, upload-time = "2024-10-01T07:44:20.708Z" },
|
|
4757
|
+
{ url = "https://files.pythonhosted.org/packages/1e/4e/b240c77663d14882cfd78005bbef0391506b843283e278b2c2683627499d/silero_vad_lite-0.2.1-cp312-cp312-win_amd64.whl", hash = "sha256:8bab6364ae0b0316c4e787e90b5efd229fbad18b351b3e80fe0dc5e7bdcdebdc", size = 6612344, upload-time = "2024-10-01T07:44:23.47Z" },
|
|
4758
|
+
{ url = "https://files.pythonhosted.org/packages/e9/45/692d9cc332e53d3c77d06303d7b978b8e2423454f075c02b95989796eb96/silero_vad_lite-0.2.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:6eb4c81dce2d61102865f17ceb60a6afa6e1ca0a7330c4a55e07e3137b74db44", size = 30750459, upload-time = "2024-10-01T07:44:26.348Z" },
|
|
4759
|
+
{ url = "https://files.pythonhosted.org/packages/71/7a/fda5268fe3b661d16f6eae56444e14c1f2eb62aae51ca01cc01bd6194f58/silero_vad_lite-0.2.1-cp313-cp313-macosx_11_0_x86_64.whl", hash = "sha256:95c32ecd7c62c67903f5e67e18cc8ca1d0b93c3b020571698236502a66adb94e", size = 30752298, upload-time = "2024-10-01T07:44:29.441Z" },
|
|
4760
|
+
{ url = "https://files.pythonhosted.org/packages/f8/04/9de02bae297ed88c44b0f76f4e9d2149ef4fc30a932f5ea38ee686c86b9e/silero_vad_lite-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a0d73a7676acf3fe6c743394b994eec33a9104d95dc32de2867cc4f63df19ff1", size = 10123118, upload-time = "2024-10-01T07:44:32.89Z" },
|
|
4761
|
+
{ url = "https://files.pythonhosted.org/packages/f3/cb/3ee98dd6174c7331e38b90c36eb675b406add4ab7edb45604096affda3e5/silero_vad_lite-0.2.1-cp313-cp313-win_amd64.whl", hash = "sha256:5b11772d09383dc6e7cb89976110a75be17876427f7a019649a3761790dc83db", size = 6612343, upload-time = "2024-10-01T07:44:36.145Z" },
|
|
4753
4762
|
]
|
|
4754
4763
|
|
|
4755
4764
|
[[package]]
|
|
@@ -5238,32 +5247,6 @@ wheels = [
|
|
|
5238
5247
|
{ url = "https://files.pythonhosted.org/packages/40/60/71c698b466dd01e65d0e9514b5405faae200c52a76901baf6906856f17e4/torch-2.9.1-cp313-none-macosx_11_0_arm64.whl", hash = "sha256:2c14b3da5df416cf9cb5efab83aa3056f5b8cd8620b8fde81b4987ecab730587", size = 74480347, upload-time = "2025-11-12T15:21:57.648Z" },
|
|
5239
5248
|
]
|
|
5240
5249
|
|
|
5241
|
-
[[package]]
|
|
5242
|
-
name = "torchaudio"
|
|
5243
|
-
version = "2.9.1"
|
|
5244
|
-
source = { registry = "https://pypi.org/simple" }
|
|
5245
|
-
dependencies = [
|
|
5246
|
-
{ name = "torch" },
|
|
5247
|
-
]
|
|
5248
|
-
wheels = [
|
|
5249
|
-
{ url = "https://files.pythonhosted.org/packages/3f/6b/34e489fcb4adc4b571a166f2670cc7f156cbe3337867a892fade0a1a5224/torchaudio-2.9.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:6e3f5943135701168d30196e2befd46290180cdbb9ee508b167730d51f43208f", size = 807349, upload-time = "2025-11-12T15:25:57.843Z" },
|
|
5250
|
-
{ url = "https://files.pythonhosted.org/packages/a6/52/66830da8b638368bc0aef064f3307c88d28b526ff8e60a1fda681466b1b3/torchaudio-2.9.1-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:d192cf3b1b677f6666dad60caf0ce7bab66965751570c694645dd905a6c61724", size = 474291, upload-time = "2025-11-12T15:25:45.21Z" },
|
|
5251
|
-
{ url = "https://files.pythonhosted.org/packages/cb/6f/d8f1f36c9f63ddef78f00f8f8ddb9638128ceb5f6824c28bead5af48fc63/torchaudio-2.9.1-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:8327e21f51dced2b6de3ac6a63f04bae9be9bc213e151f85c76164568c7ebc3d", size = 2058677, upload-time = "2025-11-12T15:25:53.09Z" },
|
|
5252
|
-
{ url = "https://files.pythonhosted.org/packages/c3/ef/0ec42e783774bd1dda8bc2489e18b3e9c0a250384e0131cec9f35949f385/torchaudio-2.9.1-cp311-cp311-win_amd64.whl", hash = "sha256:b41339a71b186bad238d94cfb68d4c202db0033088a7b824ce5484674bf67057", size = 664681, upload-time = "2025-11-12T15:25:59.08Z" },
|
|
5253
|
-
{ url = "https://files.pythonhosted.org/packages/f1/83/71cbadd7b66753818b5775f2088bad4f721d581de276996df4968000a626/torchaudio-2.9.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:7581ef170794c599aed55918e00d0acd9e5c9a0f19400c9a9a840955180365c5", size = 808098, upload-time = "2025-11-12T15:26:01.408Z" },
|
|
5254
|
-
{ url = "https://files.pythonhosted.org/packages/ef/2d/32e8bec360459107f9b451cc1a5b6fdd5f1d3e653e65a111502084f21e3a/torchaudio-2.9.1-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:742f9d24db5f1f46d8c7e29c599fe55b866d92c4a8181fcb95eab12da225ceb0", size = 474604, upload-time = "2025-11-12T15:25:49.122Z" },
|
|
5255
|
-
{ url = "https://files.pythonhosted.org/packages/fe/0d/b5af1d55ede1ca07769a2cf71256073d8958e2a5521fc734fc19f5343283/torchaudio-2.9.1-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:4533fdafba73d7bcfcb5f1225b2cc8974a290ed0fe54c44638d6f440e91b8999", size = 2059899, upload-time = "2025-11-12T15:26:19.363Z" },
|
|
5256
|
-
{ url = "https://files.pythonhosted.org/packages/2e/7c/df90eb0b337cbad59296ed91778e32be069330f5186256d4ce9ea603d324/torchaudio-2.9.1-cp312-cp312-win_amd64.whl", hash = "sha256:923dccc67be4a6cbb45c3dcc2d69ee182bda75b09b69bc88cd3bcdfc739883a2", size = 665337, upload-time = "2025-11-12T15:26:07.407Z" },
|
|
5257
|
-
{ url = "https://files.pythonhosted.org/packages/c0/1b/3321ad6379ac2d968064704e8d015c31ccae5d1ece070f87fb44b17d90e6/torchaudio-2.9.1-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:bb69557484c92513a980027ec4cb314b0f43cf4442bbfd97440e66528dbad22d", size = 808136, upload-time = "2025-11-12T15:26:00.276Z" },
|
|
5258
|
-
{ url = "https://files.pythonhosted.org/packages/76/e2/fe55b3882157fd57aa131f5bcad90f0329be90827e1c0e0c482662ddef38/torchaudio-2.9.1-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:ba2799ceec5e4373a0aa26df30d608f1eaaefd8ac4a7ae0c3446f63106f5b5a5", size = 474349, upload-time = "2025-11-12T15:26:02.78Z" },
|
|
5259
|
-
{ url = "https://files.pythonhosted.org/packages/74/d3/0b090c03cac5a20691507e0945589a696fb10402ccd2457eea47dbf8a71b/torchaudio-2.9.1-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:bc3c8e9a240bfad8bc61f769324a4f3ce5d60eec161369d457c595c35dbb10c7", size = 2060343, upload-time = "2025-11-12T15:26:03.88Z" },
|
|
5260
|
-
{ url = "https://files.pythonhosted.org/packages/a0/db/2555cfd428f4bf09a4df1c6f9204d0acc217c46edb35776c16e7a2a9a1c9/torchaudio-2.9.1-cp313-cp313-win_amd64.whl", hash = "sha256:13ee96ea9bbbc85e198cb671273af06f010e6981d7b912d001eef6bc74e23f4f", size = 665301, upload-time = "2025-11-12T15:26:04.952Z" },
|
|
5261
|
-
{ url = "https://files.pythonhosted.org/packages/0c/58/e82d8b5f447abdddc950965f1395f36baef3602643dd069100c6369ba73e/torchaudio-2.9.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:9290f6a6409deb1f9113d5aef97ec646eeee6410b6bcc57ab8b57066b54da7c1", size = 813456, upload-time = "2025-11-12T15:26:13.963Z" },
|
|
5262
|
-
{ url = "https://files.pythonhosted.org/packages/ce/45/dd9ad6af9bb595095cd98028d270f933760968b92a3497282e31289ef3b4/torchaudio-2.9.1-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:eeae7ca60b64c4bfb78fbd104a089d072b151423d5d2f90da1da00787f03b800", size = 476577, upload-time = "2025-11-12T15:26:09.54Z" },
|
|
5263
|
-
{ url = "https://files.pythonhosted.org/packages/79/97/c49aeb01d8a9ced2b8215a38b69b8eafd1afe295a487a73b7030c6ff3396/torchaudio-2.9.1-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:5f445e896215e6f7bba497dc68aab1e6cb077ae0ab3a90095067f16df6a9bb98", size = 2062158, upload-time = "2025-11-12T15:26:10.487Z" },
|
|
5264
|
-
{ url = "https://files.pythonhosted.org/packages/ba/70/30b2a0ecca2a0a5e6a8cee8952fdea3872854ea5bcd86fe3df369fdc2543/torchaudio-2.9.1-cp313-cp313t-win_amd64.whl", hash = "sha256:c558ba70d548f7491245ed7a35310f6310d83fc7591f073ab5fed9fd38cef987", size = 669253, upload-time = "2025-11-12T15:26:06.285Z" },
|
|
5265
|
-
]
|
|
5266
|
-
|
|
5267
5250
|
[[package]]
|
|
5268
5251
|
name = "tornado"
|
|
5269
5252
|
version = "6.5.4"
|