agent-cli 0.68.4__tar.gz → 0.68.5__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.68.4 → agent_cli-0.68.5}/PKG-INFO +2 -1
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/_requirements/audio.txt +10 -2
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/_requirements/faster-whisper.txt +1 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/_requirements/kokoro.txt +1 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/_requirements/llm.txt +8 -1
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/_requirements/memory.txt +1 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/_requirements/mlx-whisper.txt +2 -1
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/_requirements/piper.txt +1 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/_requirements/rag.txt +1 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/_requirements/server.txt +1 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/_requirements/speed.txt +10 -2
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/_requirements/vad.txt +10 -2
- {agent_cli-0.68.4 → agent_cli-0.68.5}/pyproject.toml +2 -1
- {agent_cli-0.68.4 → agent_cli-0.68.5}/uv.lock +2 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.claude/skills/agent-cli-dev/SKILL.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.claude/skills/agent-cli-dev/examples.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.claude-plugin/README.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.claude-plugin/marketplace.json +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.claude-plugin/plugin.json +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.claude-plugin/skills/agent-cli-dev/SKILL.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.claude-plugin/skills/agent-cli-dev/examples.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.cursorrules +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.env.example +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.github/logo.svg +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.github/release-drafter.yml +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.github/renovate.json +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.github/scripts/check_extras_sync.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.github/scripts/sync_requirements.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.github/workflows/automerge.yml +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.github/workflows/docker.yml +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.github/workflows/docs.yml +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.github/workflows/markdown-code-runner.yml +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.github/workflows/pytest.yml +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.github/workflows/release-drafter.yml +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.github/workflows/release.yml +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.github/workflows/toc.yaml +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.gitignore +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.jscpd.json +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.pre-commit-config.yaml +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.prompts/docs-review.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/.prompts/pr-review.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/CLAUDE.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/LICENSE +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/README.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/__main__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/_extras.json +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/_requirements/.gitkeep +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/_tools.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/agents/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/agents/_voice_agent_common.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/agents/assistant.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/agents/autocorrect.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/agents/chat.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/agents/memory/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/agents/memory/add.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/agents/memory/proxy.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/agents/rag_proxy.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/agents/speak.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/agents/transcribe.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/agents/transcribe_daemon.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/agents/voice_edit.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/api.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/cli.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/config.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/config_cmd.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/constants.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/core/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/core/audio.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/core/audio_format.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/core/chroma.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/core/deps.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/core/openai_proxy.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/core/process.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/core/reranker.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/core/sse.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/core/transcription_logger.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/core/utils.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/core/vad.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/core/watch.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/cli.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/coding_agents/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/coding_agents/aider.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/coding_agents/base.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/coding_agents/claude.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/coding_agents/codex.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/coding_agents/continue_dev.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/coding_agents/copilot.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/coding_agents/cursor_agent.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/coding_agents/gemini.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/coding_agents/opencode.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/coding_agents/registry.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/editors/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/editors/base.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/editors/cursor.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/editors/emacs.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/editors/jetbrains.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/editors/nano.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/editors/neovim.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/editors/registry.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/editors/sublime.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/editors/vim.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/editors/vscode.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/editors/zed.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/project.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/registry.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/skill/SKILL.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/skill/examples.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/terminals/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/terminals/apple_terminal.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/terminals/base.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/terminals/gnome.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/terminals/iterm2.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/terminals/kitty.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/terminals/registry.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/terminals/tmux.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/terminals/warp.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/terminals/zellij.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/dev/worktree.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/docs_gen.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/example-config.toml +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/install/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/install/common.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/install/extras.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/install/hotkeys.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/install/services.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/memory/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/memory/_files.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/memory/_filters.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/memory/_git.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/memory/_indexer.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/memory/_ingest.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/memory/_persistence.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/memory/_prompt.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/memory/_retrieval.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/memory/_store.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/memory/_streaming.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/memory/_tasks.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/memory/api.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/memory/client.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/memory/engine.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/memory/entities.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/memory/models.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/opts.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/py.typed +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/rag/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/rag/_indexer.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/rag/_indexing.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/rag/_prompt.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/rag/_retriever.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/rag/_store.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/rag/_utils.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/rag/api.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/rag/client.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/rag/engine.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/rag/models.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/.runtime/.gitkeep +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/check_plugin_skill_sync.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/linux-hotkeys/README.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/linux-hotkeys/toggle-autocorrect.sh +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/linux-hotkeys/toggle-transcription.sh +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/linux-hotkeys/toggle-voice-edit.sh +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/macos-hotkeys/README.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/macos-hotkeys/skhd-config-example +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/macos-hotkeys/toggle-autocorrect.sh +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/macos-hotkeys/toggle-transcription.sh +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/macos-hotkeys/toggle-voice-edit.sh +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/nvidia-asr-server/README.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/nvidia-asr-server/pyproject.toml +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/nvidia-asr-server/server.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/nvidia-asr-server/shell.nix +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/nvidia-asr-server/uv.lock +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/run-openwakeword.sh +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/run-piper-windows.ps1 +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/run-piper.sh +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/run-whisper-linux.sh +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/run-whisper-macos.sh +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/run-whisper-windows.ps1 +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/run-whisper.sh +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/run_faster_whisper_server.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/setup-linux-hotkeys.sh +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/setup-linux.sh +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/setup-macos-hotkeys.sh +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/setup-macos.sh +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/setup-windows.ps1 +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/start-all-services-windows.ps1 +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/start-all-services.sh +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/scripts/sync_extras.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/cli.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/common.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/model_manager.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/model_registry.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/proxy/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/proxy/api.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/streaming.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/tts/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/tts/api.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/tts/backends/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/tts/backends/base.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/tts/backends/kokoro.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/tts/backends/piper.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/tts/model_manager.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/tts/model_registry.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/tts/wyoming_handler.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/whisper/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/whisper/api.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/whisper/backends/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/whisper/backends/base.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/whisper/backends/faster_whisper.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/whisper/backends/mlx.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/whisper/languages.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/whisper/model_manager.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/whisper/model_registry.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/server/whisper/wyoming_handler.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/services/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/services/_wyoming_utils.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/services/asr.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/services/llm.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/services/tts.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/agent_cli/services/wake_word.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docker/docker-compose.yml +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docker/transcription-proxy.Dockerfile +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docker/tts.Dockerfile +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docker/whisper.Dockerfile +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/CNAME +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/architecture/index.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/architecture/memory.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/architecture/rag.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/assistant.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/autocorrect.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/chat.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/config.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/dev.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/index.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/install-extras.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/install-hotkeys.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/install-services.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/memory.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/rag-proxy.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/server/index.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/server/transcription-proxy.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/server/tts.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/server/whisper.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/speak.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/start-services.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/transcribe-daemon.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/transcribe.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/commands/voice-edit.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/configuration.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/getting-started.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/iOS_Shortcut_Guide.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/index.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/installation/docker.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/installation/index.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/installation/linux.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/installation/macos.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/installation/nixos.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/installation/windows.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/logo-clean.svg +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/overrides/partials/integrations/analytics/custom.html +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/run_markdown_code_runner.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/docs/system-integration.md +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/example.agent-cli-config.toml +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/justfile +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/shell.nix +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/agents/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/agents/test_fix_my_text.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/agents/test_interactive.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/agents/test_interactive_extra.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/agents/test_memory_add.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/agents/test_speak.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/agents/test_speak_e2e.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/agents/test_transcribe.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/agents/test_transcribe_agent.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/agents/test_transcribe_daemon.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/agents/test_transcribe_e2e.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/agents/test_transcribe_recovery.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/agents/test_tts_common.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/agents/test_tts_common_extra.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/agents/test_voice_agent_common.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/agents/test_voice_edit.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/agents/test_voice_edit_e2e.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/agents/test_wake_word_assistant.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/conftest.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/core/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/core/test_audio_format.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/core/test_chroma.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/core/test_sse.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/core/test_vad.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/core/test_watch.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/dev/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/dev/test_cli.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/dev/test_coding_agents.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/dev/test_editors.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/dev/test_project.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/dev/test_terminals.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/dev/test_verification.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/dev/test_worktree.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/install/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/install/test_extras.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/memory/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/memory/test_api_health.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/memory/test_api_integration_liveish.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/memory/test_client.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/memory/test_engine.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/memory/test_files.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/memory/test_filters.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/memory/test_git_integration.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/memory/test_indexer.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/memory/test_memory_integration.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/memory/test_proxy_passthrough.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/memory/test_store.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/memory/test_utils.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/mocks/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/mocks/audio.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/mocks/llm.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/mocks/wyoming.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/rag/__init__.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/rag/test_api.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/rag/test_engine.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/rag/test_history.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/rag/test_indexer.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/rag/test_indexing.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/rag/test_rag_client.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/rag/test_rag_integration_liveish.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/rag/test_rag_proxy_passthrough.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/rag/test_retriever.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/rag/test_store.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/rag/test_utils.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_api.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_api_integration.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_asr.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_asr_recovery.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_audio_e2e.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_cli.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_config.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_config_cmd.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_docs_gen.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_env_vars.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_json_output.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_llm.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_llm_gemini.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_memory_tools.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_mlx_backend.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_process_manager.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_requires_extras.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_server_streaming.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_server_tts.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_server_whisper.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_services.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_tools.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_tts.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_utils.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_wake_word.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/tests/test_wyoming_utils.py +0 -0
- {agent_cli-0.68.4 → agent_cli-0.68.5}/zensical.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-cli
|
|
3
|
-
Version: 0.68.
|
|
3
|
+
Version: 0.68.5
|
|
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>
|
|
@@ -13,6 +13,7 @@ Requires-Dist: pydantic
|
|
|
13
13
|
Requires-Dist: pyperclip
|
|
14
14
|
Requires-Dist: rich
|
|
15
15
|
Requires-Dist: setproctitle
|
|
16
|
+
Requires-Dist: typer
|
|
16
17
|
Requires-Dist: typer-slim[standard]
|
|
17
18
|
Provides-Extra: audio
|
|
18
19
|
Requires-Dist: numpy; extra == 'audio'
|
|
@@ -11,7 +11,9 @@ certifi==2026.1.4
|
|
|
11
11
|
cffi==2.0.0
|
|
12
12
|
# via sounddevice
|
|
13
13
|
click==8.3.1
|
|
14
|
-
# via
|
|
14
|
+
# via
|
|
15
|
+
# typer
|
|
16
|
+
# typer-slim
|
|
15
17
|
colorama==0.4.6 ; sys_platform == 'win32'
|
|
16
18
|
# via click
|
|
17
19
|
dotenv==0.9.9
|
|
@@ -49,13 +51,18 @@ python-dotenv==1.2.1
|
|
|
49
51
|
rich==14.2.0
|
|
50
52
|
# via
|
|
51
53
|
# agent-cli
|
|
54
|
+
# typer
|
|
52
55
|
# typer-slim
|
|
53
56
|
setproctitle==1.3.7
|
|
54
57
|
# via agent-cli
|
|
55
58
|
shellingham==1.5.4
|
|
56
|
-
# via
|
|
59
|
+
# via
|
|
60
|
+
# typer
|
|
61
|
+
# typer-slim
|
|
57
62
|
sounddevice==0.5.3
|
|
58
63
|
# via agent-cli
|
|
64
|
+
typer==0.21.1
|
|
65
|
+
# via agent-cli
|
|
59
66
|
typer-slim==0.21.1
|
|
60
67
|
# via agent-cli
|
|
61
68
|
typing-extensions==4.15.0
|
|
@@ -63,6 +70,7 @@ typing-extensions==4.15.0
|
|
|
63
70
|
# anyio
|
|
64
71
|
# pydantic
|
|
65
72
|
# pydantic-core
|
|
73
|
+
# typer
|
|
66
74
|
# typer-slim
|
|
67
75
|
# typing-inspection
|
|
68
76
|
typing-inspection==0.4.2
|
|
@@ -23,6 +23,7 @@ charset-normalizer==3.4.4
|
|
|
23
23
|
click==8.3.1
|
|
24
24
|
# via
|
|
25
25
|
# ddgs
|
|
26
|
+
# typer
|
|
26
27
|
# typer-slim
|
|
27
28
|
colorama==0.4.6
|
|
28
29
|
# via
|
|
@@ -132,13 +133,16 @@ requests==2.32.5
|
|
|
132
133
|
rich==14.2.0
|
|
133
134
|
# via
|
|
134
135
|
# agent-cli
|
|
136
|
+
# typer
|
|
135
137
|
# typer-slim
|
|
136
138
|
rsa==4.9.1
|
|
137
139
|
# via google-auth
|
|
138
140
|
setproctitle==1.3.7
|
|
139
141
|
# via agent-cli
|
|
140
142
|
shellingham==1.5.4
|
|
141
|
-
# via
|
|
143
|
+
# via
|
|
144
|
+
# typer
|
|
145
|
+
# typer-slim
|
|
142
146
|
sniffio==1.3.1
|
|
143
147
|
# via
|
|
144
148
|
# google-genai
|
|
@@ -151,6 +155,8 @@ tiktoken==0.12.0
|
|
|
151
155
|
# via pydantic-ai-slim
|
|
152
156
|
tqdm==4.67.1
|
|
153
157
|
# via openai
|
|
158
|
+
typer==0.21.1
|
|
159
|
+
# via agent-cli
|
|
154
160
|
typer-slim==0.21.1
|
|
155
161
|
# via agent-cli
|
|
156
162
|
typing-extensions==4.15.0
|
|
@@ -161,6 +167,7 @@ typing-extensions==4.15.0
|
|
|
161
167
|
# opentelemetry-api
|
|
162
168
|
# pydantic
|
|
163
169
|
# pydantic-core
|
|
170
|
+
# typer
|
|
164
171
|
# typer-slim
|
|
165
172
|
# typing-inspection
|
|
166
173
|
typing-inspection==0.4.2
|
|
@@ -180,8 +180,9 @@ tqdm==4.67.1 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
|
180
180
|
# via
|
|
181
181
|
# huggingface-hub
|
|
182
182
|
# mlx-whisper
|
|
183
|
-
typer==0.21.1
|
|
183
|
+
typer==0.21.1
|
|
184
184
|
# via
|
|
185
|
+
# agent-cli
|
|
185
186
|
# fastapi-cli
|
|
186
187
|
# fastapi-cloud-cli
|
|
187
188
|
typer-slim==0.21.1
|
|
@@ -11,7 +11,9 @@ certifi==2026.1.4
|
|
|
11
11
|
# httpcore
|
|
12
12
|
# httpx
|
|
13
13
|
click==8.3.1
|
|
14
|
-
# via
|
|
14
|
+
# via
|
|
15
|
+
# typer
|
|
16
|
+
# typer-slim
|
|
15
17
|
colorama==0.4.6 ; sys_platform == 'win32'
|
|
16
18
|
# via click
|
|
17
19
|
dotenv==0.9.9
|
|
@@ -49,13 +51,18 @@ python-dotenv==1.2.1
|
|
|
49
51
|
rich==14.2.0
|
|
50
52
|
# via
|
|
51
53
|
# agent-cli
|
|
54
|
+
# typer
|
|
52
55
|
# typer-slim
|
|
53
56
|
setproctitle==1.3.7
|
|
54
57
|
# via agent-cli
|
|
55
58
|
shellingham==1.5.4
|
|
56
|
-
# via
|
|
59
|
+
# via
|
|
60
|
+
# typer
|
|
61
|
+
# typer-slim
|
|
57
62
|
termcolor==3.3.0
|
|
58
63
|
# via fire
|
|
64
|
+
typer==0.21.1
|
|
65
|
+
# via agent-cli
|
|
59
66
|
typer-slim==0.21.1
|
|
60
67
|
# via agent-cli
|
|
61
68
|
typing-extensions==4.15.0
|
|
@@ -63,6 +70,7 @@ typing-extensions==4.15.0
|
|
|
63
70
|
# anyio
|
|
64
71
|
# pydantic
|
|
65
72
|
# pydantic-core
|
|
73
|
+
# typer
|
|
66
74
|
# typer-slim
|
|
67
75
|
# typing-inspection
|
|
68
76
|
typing-inspection==0.4.2
|
|
@@ -9,7 +9,9 @@ certifi==2026.1.4
|
|
|
9
9
|
# httpcore
|
|
10
10
|
# httpx
|
|
11
11
|
click==8.3.1
|
|
12
|
-
# via
|
|
12
|
+
# via
|
|
13
|
+
# typer
|
|
14
|
+
# typer-slim
|
|
13
15
|
colorama==0.4.6 ; sys_platform == 'win32'
|
|
14
16
|
# via click
|
|
15
17
|
coloredlogs==15.0.1
|
|
@@ -112,13 +114,16 @@ python-dotenv==1.2.1
|
|
|
112
114
|
rich==14.2.0
|
|
113
115
|
# via
|
|
114
116
|
# agent-cli
|
|
117
|
+
# typer
|
|
115
118
|
# typer-slim
|
|
116
119
|
setproctitle==1.3.7
|
|
117
120
|
# via agent-cli
|
|
118
121
|
setuptools==80.9.0 ; python_full_version >= '3.12'
|
|
119
122
|
# via torch
|
|
120
123
|
shellingham==1.5.4
|
|
121
|
-
# via
|
|
124
|
+
# via
|
|
125
|
+
# typer
|
|
126
|
+
# typer-slim
|
|
122
127
|
silero-vad==6.2.0
|
|
123
128
|
# via agent-cli
|
|
124
129
|
sympy==1.14.0
|
|
@@ -133,6 +138,8 @@ torchaudio==2.9.1
|
|
|
133
138
|
# via silero-vad
|
|
134
139
|
triton==3.5.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
135
140
|
# via torch
|
|
141
|
+
typer==0.21.1
|
|
142
|
+
# via agent-cli
|
|
136
143
|
typer-slim==0.21.1
|
|
137
144
|
# via agent-cli
|
|
138
145
|
typing-extensions==4.15.0
|
|
@@ -141,6 +148,7 @@ typing-extensions==4.15.0
|
|
|
141
148
|
# pydantic
|
|
142
149
|
# pydantic-core
|
|
143
150
|
# torch
|
|
151
|
+
# typer
|
|
144
152
|
# typer-slim
|
|
145
153
|
# typing-inspection
|
|
146
154
|
typing-inspection==0.4.2
|
|
@@ -12,7 +12,8 @@ dependencies = [
|
|
|
12
12
|
"pydantic", # Required for config.py models
|
|
13
13
|
"rich",
|
|
14
14
|
"pyperclip",
|
|
15
|
-
"typer-slim[standard]",
|
|
15
|
+
"typer-slim[standard]", # Depend on both typer and typer-slim to prevent
|
|
16
|
+
"typer", # uv namespace corruption (astral-sh/uv#17645)
|
|
16
17
|
"dotenv",
|
|
17
18
|
"httpx",
|
|
18
19
|
"psutil; sys_platform == 'win32'",
|
|
@@ -30,6 +30,7 @@ dependencies = [
|
|
|
30
30
|
{ name = "pyperclip" },
|
|
31
31
|
{ name = "rich" },
|
|
32
32
|
{ name = "setproctitle" },
|
|
33
|
+
{ name = "typer" },
|
|
33
34
|
{ name = "typer-slim", extra = ["standard"] },
|
|
34
35
|
]
|
|
35
36
|
|
|
@@ -188,6 +189,7 @@ requires-dist = [
|
|
|
188
189
|
{ name = "transformers", marker = "extra == 'kokoro'", specifier = ">=4.40.0" },
|
|
189
190
|
{ name = "transformers", marker = "extra == 'memory'", specifier = ">=4.30.0" },
|
|
190
191
|
{ name = "transformers", marker = "extra == 'rag'", specifier = ">=4.30.0" },
|
|
192
|
+
{ name = "typer" },
|
|
191
193
|
{ name = "typer-slim", extras = ["standard"] },
|
|
192
194
|
{ name = "versioningit", marker = "extra == 'dev'" },
|
|
193
195
|
{ name = "watchfiles", marker = "extra == 'memory'", specifier = ">=0.21.0" },
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|