agent-cli 0.67.0__tar.gz → 0.67.1__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.67.0 → agent_cli-0.67.1}/PKG-INFO +3 -2
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/_extras.json +1 -1
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/_requirements/audio.txt +11 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/_requirements/llm.txt +1 -2
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/_requirements/piper.txt +2 -3
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/_requirements/server.txt +1 -2
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/_requirements/speed.txt +12 -3
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/_requirements/vad.txt +12 -3
- {agent_cli-0.67.0 → agent_cli-0.67.1}/pyproject.toml +2 -2
- {agent_cli-0.67.0 → agent_cli-0.67.1}/uv.lock +4 -2
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.claude/skills/agent-cli-dev/SKILL.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.claude/skills/agent-cli-dev/examples.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.claude-plugin/README.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.claude-plugin/marketplace.json +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.claude-plugin/plugin.json +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.claude-plugin/skills/agent-cli-dev/SKILL.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.claude-plugin/skills/agent-cli-dev/examples.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.cursorrules +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.env.example +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.github/logo.svg +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.github/release-drafter.yml +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.github/renovate.json +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.github/scripts/check_extras_sync.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.github/scripts/sync_requirements.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.github/workflows/automerge.yml +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.github/workflows/docker.yml +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.github/workflows/docs.yml +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.github/workflows/markdown-code-runner.yml +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.github/workflows/pytest.yml +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.github/workflows/release-drafter.yml +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.github/workflows/release.yml +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.github/workflows/toc.yaml +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.gitignore +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.jscpd.json +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.pre-commit-config.yaml +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.prompts/docs-review.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/.prompts/pr-review.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/CLAUDE.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/LICENSE +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/README.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/__main__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/_requirements/.gitkeep +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/_requirements/faster-whisper.txt +1 -1
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/_requirements/kokoro.txt +1 -1
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/_requirements/memory.txt +1 -1
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/_requirements/mlx-whisper.txt +1 -1
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/_requirements/rag.txt +1 -1
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/_tools.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/agents/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/agents/_voice_agent_common.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/agents/assistant.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/agents/autocorrect.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/agents/chat.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/agents/memory/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/agents/memory/add.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/agents/memory/proxy.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/agents/rag_proxy.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/agents/speak.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/agents/transcribe.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/agents/transcribe_daemon.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/agents/voice_edit.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/api.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/cli.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/config.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/config_cmd.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/constants.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/core/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/core/audio.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/core/audio_format.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/core/chroma.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/core/deps.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/core/openai_proxy.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/core/process.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/core/reranker.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/core/sse.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/core/transcription_logger.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/core/utils.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/core/vad.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/core/watch.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/cli.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/coding_agents/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/coding_agents/aider.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/coding_agents/base.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/coding_agents/claude.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/coding_agents/codex.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/coding_agents/continue_dev.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/coding_agents/copilot.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/coding_agents/cursor_agent.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/coding_agents/gemini.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/coding_agents/opencode.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/coding_agents/registry.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/editors/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/editors/base.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/editors/cursor.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/editors/emacs.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/editors/jetbrains.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/editors/nano.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/editors/neovim.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/editors/registry.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/editors/sublime.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/editors/vim.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/editors/vscode.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/editors/zed.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/project.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/registry.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/skill/SKILL.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/skill/examples.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/terminals/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/terminals/apple_terminal.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/terminals/base.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/terminals/gnome.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/terminals/iterm2.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/terminals/kitty.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/terminals/registry.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/terminals/tmux.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/terminals/warp.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/terminals/zellij.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/dev/worktree.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/docs_gen.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/example-config.toml +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/install/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/install/common.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/install/extras.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/install/hotkeys.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/install/services.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/memory/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/memory/_files.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/memory/_filters.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/memory/_git.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/memory/_indexer.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/memory/_ingest.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/memory/_persistence.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/memory/_prompt.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/memory/_retrieval.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/memory/_store.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/memory/_streaming.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/memory/_tasks.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/memory/api.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/memory/client.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/memory/engine.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/memory/entities.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/memory/models.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/opts.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/py.typed +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/rag/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/rag/_indexer.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/rag/_indexing.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/rag/_prompt.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/rag/_retriever.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/rag/_store.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/rag/_utils.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/rag/api.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/rag/client.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/rag/engine.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/rag/models.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/.runtime/.gitkeep +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/check_plugin_skill_sync.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/linux-hotkeys/README.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/linux-hotkeys/toggle-autocorrect.sh +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/linux-hotkeys/toggle-transcription.sh +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/linux-hotkeys/toggle-voice-edit.sh +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/macos-hotkeys/README.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/macos-hotkeys/skhd-config-example +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/macos-hotkeys/toggle-autocorrect.sh +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/macos-hotkeys/toggle-transcription.sh +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/macos-hotkeys/toggle-voice-edit.sh +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/nvidia-asr-server/README.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/nvidia-asr-server/pyproject.toml +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/nvidia-asr-server/server.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/nvidia-asr-server/shell.nix +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/nvidia-asr-server/uv.lock +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/run-openwakeword.sh +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/run-piper-windows.ps1 +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/run-piper.sh +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/run-whisper-linux.sh +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/run-whisper-macos.sh +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/run-whisper-windows.ps1 +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/run-whisper.sh +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/run_faster_whisper_server.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/setup-linux-hotkeys.sh +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/setup-linux.sh +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/setup-macos-hotkeys.sh +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/setup-macos.sh +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/setup-windows.ps1 +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/start-all-services-windows.ps1 +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/start-all-services.sh +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/scripts/sync_extras.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/cli.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/common.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/model_manager.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/model_registry.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/proxy/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/proxy/api.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/streaming.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/tts/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/tts/api.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/tts/backends/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/tts/backends/base.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/tts/backends/kokoro.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/tts/backends/piper.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/tts/model_manager.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/tts/model_registry.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/tts/wyoming_handler.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/whisper/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/whisper/api.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/whisper/backends/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/whisper/backends/base.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/whisper/backends/faster_whisper.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/whisper/backends/mlx.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/whisper/languages.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/whisper/model_manager.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/whisper/model_registry.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/server/whisper/wyoming_handler.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/services/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/services/_wyoming_utils.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/services/asr.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/services/llm.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/services/tts.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/agent_cli/services/wake_word.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docker/docker-compose.yml +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docker/transcription-proxy.Dockerfile +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docker/tts.Dockerfile +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docker/whisper.Dockerfile +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/CNAME +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/architecture/index.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/architecture/memory.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/architecture/rag.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/assistant.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/autocorrect.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/chat.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/config.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/dev.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/index.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/install-extras.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/install-hotkeys.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/install-services.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/memory.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/rag-proxy.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/server/index.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/server/transcription-proxy.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/server/tts.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/server/whisper.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/speak.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/start-services.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/transcribe-daemon.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/transcribe.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/commands/voice-edit.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/configuration.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/getting-started.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/iOS_Shortcut_Guide.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/index.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/installation/docker.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/installation/index.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/installation/linux.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/installation/macos.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/installation/nixos.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/installation/windows.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/logo-clean.svg +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/overrides/partials/integrations/analytics/custom.html +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/run_markdown_code_runner.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/docs/system-integration.md +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/example.agent-cli-config.toml +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/justfile +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/shell.nix +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/agents/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/agents/test_fix_my_text.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/agents/test_interactive.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/agents/test_interactive_extra.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/agents/test_memory_add.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/agents/test_speak.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/agents/test_speak_e2e.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/agents/test_transcribe.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/agents/test_transcribe_agent.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/agents/test_transcribe_daemon.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/agents/test_transcribe_e2e.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/agents/test_transcribe_recovery.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/agents/test_tts_common.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/agents/test_tts_common_extra.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/agents/test_voice_agent_common.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/agents/test_voice_edit.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/agents/test_voice_edit_e2e.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/agents/test_wake_word_assistant.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/conftest.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/core/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/core/test_audio_format.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/core/test_chroma.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/core/test_sse.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/core/test_vad.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/core/test_watch.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/dev/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/dev/test_cli.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/dev/test_coding_agents.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/dev/test_editors.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/dev/test_project.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/dev/test_terminals.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/dev/test_verification.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/dev/test_worktree.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/install/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/install/test_extras.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/memory/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/memory/test_api_health.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/memory/test_api_integration_liveish.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/memory/test_client.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/memory/test_engine.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/memory/test_files.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/memory/test_filters.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/memory/test_git_integration.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/memory/test_indexer.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/memory/test_memory_integration.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/memory/test_proxy_passthrough.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/memory/test_store.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/memory/test_utils.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/mocks/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/mocks/audio.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/mocks/llm.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/mocks/wyoming.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/rag/__init__.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/rag/test_api.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/rag/test_engine.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/rag/test_history.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/rag/test_indexer.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/rag/test_indexing.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/rag/test_rag_client.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/rag/test_rag_integration_liveish.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/rag/test_rag_proxy_passthrough.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/rag/test_retriever.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/rag/test_store.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/rag/test_utils.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_api.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_api_integration.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_asr.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_asr_recovery.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_audio_e2e.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_cli.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_config.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_config_cmd.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_docs_gen.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_env_vars.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_json_output.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_llm.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_llm_gemini.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_memory_tools.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_mlx_backend.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_process_manager.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_requires_extras.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_server_streaming.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_server_tts.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_server_whisper.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_services.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_tools.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_tts.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_utils.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_wake_word.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/tests/test_wyoming_utils.py +0 -0
- {agent_cli-0.67.0 → agent_cli-0.67.1}/zensical.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-cli
|
|
3
|
-
Version: 0.67.
|
|
3
|
+
Version: 0.67.1
|
|
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>
|
|
@@ -8,13 +8,14 @@ License-File: LICENSE
|
|
|
8
8
|
Requires-Python: <3.14,>=3.11
|
|
9
9
|
Requires-Dist: dotenv
|
|
10
10
|
Requires-Dist: httpx
|
|
11
|
-
Requires-Dist: numpy
|
|
12
11
|
Requires-Dist: psutil; sys_platform == 'win32'
|
|
12
|
+
Requires-Dist: pydantic
|
|
13
13
|
Requires-Dist: pyperclip
|
|
14
14
|
Requires-Dist: rich
|
|
15
15
|
Requires-Dist: setproctitle
|
|
16
16
|
Requires-Dist: typer
|
|
17
17
|
Provides-Extra: audio
|
|
18
|
+
Requires-Dist: numpy; extra == 'audio'
|
|
18
19
|
Requires-Dist: sounddevice>=0.4.6; extra == 'audio'
|
|
19
20
|
Requires-Dist: wyoming>=1.5.2; extra == 'audio'
|
|
20
21
|
Provides-Extra: dev
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"audio": ["Audio recording/playback with Wyoming protocol", ["sounddevice", "wyoming"]],
|
|
2
|
+
"audio": ["Audio recording/playback with Wyoming protocol", ["numpy", "sounddevice", "wyoming"]],
|
|
3
3
|
"llm": ["LLM framework (pydantic-ai)", ["pydantic_ai"]],
|
|
4
4
|
"memory": ["Long-term memory proxy", ["chromadb", "yaml"]],
|
|
5
5
|
"rag": ["RAG proxy (ChromaDB, embeddings)", ["chromadb"]],
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# This file was autogenerated by uv via the following command:
|
|
2
2
|
# uv export --extra audio --no-dev --no-emit-project --no-hashes
|
|
3
|
+
annotated-types==0.7.0
|
|
4
|
+
# via pydantic
|
|
3
5
|
anyio==4.12.1
|
|
4
6
|
# via httpx
|
|
5
7
|
certifi==2026.1.4
|
|
@@ -34,6 +36,10 @@ psutil==7.2.1 ; sys_platform == 'win32'
|
|
|
34
36
|
# via agent-cli
|
|
35
37
|
pycparser==2.23 ; implementation_name != 'PyPy'
|
|
36
38
|
# via cffi
|
|
39
|
+
pydantic==2.12.5
|
|
40
|
+
# via agent-cli
|
|
41
|
+
pydantic-core==2.41.5
|
|
42
|
+
# via pydantic
|
|
37
43
|
pygments==2.19.2
|
|
38
44
|
# via rich
|
|
39
45
|
pyperclip==1.11.0
|
|
@@ -55,6 +61,11 @@ typer==0.21.1
|
|
|
55
61
|
typing-extensions==4.15.0
|
|
56
62
|
# via
|
|
57
63
|
# anyio
|
|
64
|
+
# pydantic
|
|
65
|
+
# pydantic-core
|
|
58
66
|
# typer
|
|
67
|
+
# typing-inspection
|
|
68
|
+
typing-inspection==0.4.2
|
|
69
|
+
# via pydantic
|
|
59
70
|
wyoming==1.8.0
|
|
60
71
|
# via agent-cli
|
|
@@ -85,8 +85,6 @@ markdown-it-py==4.0.0
|
|
|
85
85
|
# via rich
|
|
86
86
|
mdurl==0.1.2
|
|
87
87
|
# via markdown-it-py
|
|
88
|
-
numpy==2.3.5
|
|
89
|
-
# via agent-cli
|
|
90
88
|
openai==2.15.0
|
|
91
89
|
# via pydantic-ai-slim
|
|
92
90
|
opentelemetry-api==1.39.1
|
|
@@ -105,6 +103,7 @@ pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementati
|
|
|
105
103
|
# via cffi
|
|
106
104
|
pydantic==2.12.5
|
|
107
105
|
# via
|
|
106
|
+
# agent-cli
|
|
108
107
|
# genai-prices
|
|
109
108
|
# google-genai
|
|
110
109
|
# openai
|
|
@@ -74,9 +74,7 @@ mdurl==0.1.2
|
|
|
74
74
|
mpmath==1.3.0
|
|
75
75
|
# via sympy
|
|
76
76
|
numpy==2.3.5
|
|
77
|
-
# via
|
|
78
|
-
# agent-cli
|
|
79
|
-
# onnxruntime
|
|
77
|
+
# via onnxruntime
|
|
80
78
|
onnxruntime==1.20.1
|
|
81
79
|
# via piper-tts
|
|
82
80
|
packaging==25.0
|
|
@@ -89,6 +87,7 @@ psutil==7.2.1 ; sys_platform == 'win32'
|
|
|
89
87
|
# via agent-cli
|
|
90
88
|
pydantic==2.12.5
|
|
91
89
|
# via
|
|
90
|
+
# agent-cli
|
|
92
91
|
# fastapi
|
|
93
92
|
# fastapi-cloud-cli
|
|
94
93
|
# pydantic-extra-types
|
|
@@ -65,12 +65,11 @@ markupsafe==3.0.3
|
|
|
65
65
|
# via jinja2
|
|
66
66
|
mdurl==0.1.2
|
|
67
67
|
# via markdown-it-py
|
|
68
|
-
numpy==2.3.5
|
|
69
|
-
# via agent-cli
|
|
70
68
|
psutil==7.2.1 ; sys_platform == 'win32'
|
|
71
69
|
# via agent-cli
|
|
72
70
|
pydantic==2.12.5
|
|
73
71
|
# via
|
|
72
|
+
# agent-cli
|
|
74
73
|
# fastapi
|
|
75
74
|
# fastapi-cloud-cli
|
|
76
75
|
# pydantic-extra-types
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# This file was autogenerated by uv via the following command:
|
|
2
2
|
# uv export --extra speed --no-dev --no-emit-project --no-hashes
|
|
3
|
+
annotated-types==0.7.0
|
|
4
|
+
# via pydantic
|
|
3
5
|
anyio==4.12.1
|
|
4
6
|
# via httpx
|
|
5
7
|
audiostretchy==1.3.5
|
|
@@ -31,11 +33,13 @@ markdown-it-py==4.0.0
|
|
|
31
33
|
mdurl==0.1.2
|
|
32
34
|
# via markdown-it-py
|
|
33
35
|
numpy==2.3.5
|
|
34
|
-
# via
|
|
35
|
-
# agent-cli
|
|
36
|
-
# audiostretchy
|
|
36
|
+
# via audiostretchy
|
|
37
37
|
psutil==7.2.1 ; sys_platform == 'win32'
|
|
38
38
|
# via agent-cli
|
|
39
|
+
pydantic==2.12.5
|
|
40
|
+
# via agent-cli
|
|
41
|
+
pydantic-core==2.41.5
|
|
42
|
+
# via pydantic
|
|
39
43
|
pygments==2.19.2
|
|
40
44
|
# via rich
|
|
41
45
|
pyperclip==1.11.0
|
|
@@ -57,4 +61,9 @@ typer==0.21.1
|
|
|
57
61
|
typing-extensions==4.15.0
|
|
58
62
|
# via
|
|
59
63
|
# anyio
|
|
64
|
+
# pydantic
|
|
65
|
+
# pydantic-core
|
|
60
66
|
# typer
|
|
67
|
+
# typing-inspection
|
|
68
|
+
typing-inspection==0.4.2
|
|
69
|
+
# via pydantic
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# This file was autogenerated by uv via the following command:
|
|
2
2
|
# uv export --extra vad --no-dev --no-emit-project --no-hashes
|
|
3
|
+
annotated-types==0.7.0
|
|
4
|
+
# via pydantic
|
|
3
5
|
anyio==4.12.1
|
|
4
6
|
# via httpx
|
|
5
7
|
certifi==2026.1.4
|
|
@@ -45,9 +47,7 @@ mpmath==1.3.0
|
|
|
45
47
|
networkx==3.6.1
|
|
46
48
|
# via torch
|
|
47
49
|
numpy==2.3.5
|
|
48
|
-
# via
|
|
49
|
-
# agent-cli
|
|
50
|
-
# onnxruntime
|
|
50
|
+
# via onnxruntime
|
|
51
51
|
nvidia-cublas-cu12==12.8.4.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
|
|
52
52
|
# via
|
|
53
53
|
# nvidia-cudnn-cu12
|
|
@@ -97,6 +97,10 @@ protobuf==6.33.4
|
|
|
97
97
|
# via onnxruntime
|
|
98
98
|
psutil==7.2.1 ; sys_platform == 'win32'
|
|
99
99
|
# via agent-cli
|
|
100
|
+
pydantic==2.12.5
|
|
101
|
+
# via agent-cli
|
|
102
|
+
pydantic-core==2.41.5
|
|
103
|
+
# via pydantic
|
|
100
104
|
pygments==2.19.2
|
|
101
105
|
# via rich
|
|
102
106
|
pyperclip==1.11.0
|
|
@@ -134,5 +138,10 @@ typer==0.21.1
|
|
|
134
138
|
typing-extensions==4.15.0
|
|
135
139
|
# via
|
|
136
140
|
# anyio
|
|
141
|
+
# pydantic
|
|
142
|
+
# pydantic-core
|
|
137
143
|
# torch
|
|
138
144
|
# typer
|
|
145
|
+
# typing-inspection
|
|
146
|
+
typing-inspection==0.4.2
|
|
147
|
+
# via pydantic
|
|
@@ -9,7 +9,7 @@ dynamic = ["version"]
|
|
|
9
9
|
authors = [{ name = "Bas Nijholt", email = "bas@nijho.lt" }]
|
|
10
10
|
dependencies = [
|
|
11
11
|
# Core dependencies that are always required
|
|
12
|
-
"
|
|
12
|
+
"pydantic", # Required for config.py models
|
|
13
13
|
"rich",
|
|
14
14
|
"pyperclip",
|
|
15
15
|
"typer",
|
|
@@ -30,7 +30,7 @@ Homepage = "https://github.com/basnijholt/agent-cli"
|
|
|
30
30
|
|
|
31
31
|
[project.optional-dependencies]
|
|
32
32
|
# Provider extras (previously base dependencies, now optional)
|
|
33
|
-
audio = ["sounddevice>=0.4.6", "wyoming>=1.5.2"]
|
|
33
|
+
audio = ["numpy", "sounddevice>=0.4.6", "wyoming>=1.5.2"]
|
|
34
34
|
llm = ["pydantic-ai-slim[openai,google,duckduckgo,vertexai]>=0.1.1"]
|
|
35
35
|
|
|
36
36
|
# Feature extras
|
|
@@ -25,8 +25,8 @@ source = { editable = "." }
|
|
|
25
25
|
dependencies = [
|
|
26
26
|
{ name = "dotenv" },
|
|
27
27
|
{ name = "httpx" },
|
|
28
|
-
{ name = "numpy" },
|
|
29
28
|
{ name = "psutil", marker = "sys_platform == 'win32'" },
|
|
29
|
+
{ name = "pydantic" },
|
|
30
30
|
{ name = "pyperclip" },
|
|
31
31
|
{ name = "rich" },
|
|
32
32
|
{ name = "setproctitle" },
|
|
@@ -35,6 +35,7 @@ dependencies = [
|
|
|
35
35
|
|
|
36
36
|
[package.optional-dependencies]
|
|
37
37
|
audio = [
|
|
38
|
+
{ name = "numpy" },
|
|
38
39
|
{ name = "sounddevice" },
|
|
39
40
|
{ name = "wyoming" },
|
|
40
41
|
]
|
|
@@ -154,13 +155,14 @@ requires-dist = [
|
|
|
154
155
|
{ name = "markitdown", extras = ["docx", "pdf", "pptx"], marker = "extra == 'rag'", specifier = ">=0.1.3" },
|
|
155
156
|
{ name = "mlx-whisper", marker = "extra == 'mlx-whisper'", specifier = ">=0.4.0" },
|
|
156
157
|
{ name = "notebook", marker = "extra == 'dev'" },
|
|
157
|
-
{ name = "numpy" },
|
|
158
|
+
{ name = "numpy", marker = "extra == 'audio'" },
|
|
158
159
|
{ name = "onnxruntime", marker = "extra == 'memory'", specifier = ">=1.17.0" },
|
|
159
160
|
{ name = "onnxruntime", marker = "extra == 'rag'", specifier = ">=1.17.0" },
|
|
160
161
|
{ name = "pip", marker = "extra == 'kokoro'" },
|
|
161
162
|
{ name = "piper-tts", marker = "extra == 'piper'", specifier = ">=1.2.0" },
|
|
162
163
|
{ name = "pre-commit", marker = "extra == 'dev'", specifier = ">=3.0.0" },
|
|
163
164
|
{ name = "psutil", marker = "sys_platform == 'win32'" },
|
|
165
|
+
{ name = "pydantic" },
|
|
164
166
|
{ name = "pydantic-ai-slim", extras = ["duckduckgo", "google", "openai", "vertexai"], marker = "extra == 'llm'", specifier = ">=0.1.1" },
|
|
165
167
|
{ name = "pydantic-ai-slim", extras = ["openai"], marker = "extra == 'dev'" },
|
|
166
168
|
{ name = "pydantic-ai-slim", extras = ["openai"], marker = "extra == 'test'" },
|
|
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
|
|
@@ -96,7 +96,6 @@ mpmath==1.3.0
|
|
|
96
96
|
# via sympy
|
|
97
97
|
numpy==2.3.5
|
|
98
98
|
# via
|
|
99
|
-
# agent-cli
|
|
100
99
|
# ctranslate2
|
|
101
100
|
# onnxruntime
|
|
102
101
|
onnxruntime==1.20.1
|
|
@@ -111,6 +110,7 @@ psutil==7.2.1 ; sys_platform == 'win32'
|
|
|
111
110
|
# via agent-cli
|
|
112
111
|
pydantic==2.12.5
|
|
113
112
|
# via
|
|
113
|
+
# agent-cli
|
|
114
114
|
# fastapi
|
|
115
115
|
# fastapi-cloud-cli
|
|
116
116
|
# pydantic-extra-types
|
|
@@ -164,7 +164,6 @@ num2words==0.5.14
|
|
|
164
164
|
# via misaki
|
|
165
165
|
numpy==2.3.5
|
|
166
166
|
# via
|
|
167
|
-
# agent-cli
|
|
168
167
|
# blis
|
|
169
168
|
# kokoro
|
|
170
169
|
# soundfile
|
|
@@ -231,6 +230,7 @@ pycparser==2.23 ; implementation_name != 'PyPy'
|
|
|
231
230
|
# via cffi
|
|
232
231
|
pydantic==2.12.5
|
|
233
232
|
# via
|
|
233
|
+
# agent-cli
|
|
234
234
|
# confection
|
|
235
235
|
# fastapi
|
|
236
236
|
# fastapi-cloud-cli
|
|
@@ -132,7 +132,6 @@ mpmath==1.3.0
|
|
|
132
132
|
# via sympy
|
|
133
133
|
numpy==2.3.5
|
|
134
134
|
# via
|
|
135
|
-
# agent-cli
|
|
136
135
|
# chromadb
|
|
137
136
|
# onnxruntime
|
|
138
137
|
# transformers
|
|
@@ -191,6 +190,7 @@ pybase64==1.4.3
|
|
|
191
190
|
# via chromadb
|
|
192
191
|
pydantic==2.12.5
|
|
193
192
|
# via
|
|
193
|
+
# agent-cli
|
|
194
194
|
# chromadb
|
|
195
195
|
# fastapi
|
|
196
196
|
# fastapi-cloud-cli
|
|
@@ -102,7 +102,6 @@ numba==0.63.1
|
|
|
102
102
|
# via mlx-whisper
|
|
103
103
|
numpy==2.3.5
|
|
104
104
|
# via
|
|
105
|
-
# agent-cli
|
|
106
105
|
# mlx-whisper
|
|
107
106
|
# numba
|
|
108
107
|
# scipy
|
|
@@ -151,6 +150,7 @@ psutil==7.2.1 ; sys_platform == 'win32'
|
|
|
151
150
|
# via agent-cli
|
|
152
151
|
pydantic==2.12.5
|
|
153
152
|
# via
|
|
153
|
+
# agent-cli
|
|
154
154
|
# fastapi
|
|
155
155
|
# fastapi-cloud-cli
|
|
156
156
|
# pydantic-extra-types
|
|
@@ -160,7 +160,6 @@ mpmath==1.3.0
|
|
|
160
160
|
# via sympy
|
|
161
161
|
numpy==2.3.5
|
|
162
162
|
# via
|
|
163
|
-
# agent-cli
|
|
164
163
|
# chromadb
|
|
165
164
|
# magika
|
|
166
165
|
# onnxruntime
|
|
@@ -228,6 +227,7 @@ pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementati
|
|
|
228
227
|
# via cffi
|
|
229
228
|
pydantic==2.12.5
|
|
230
229
|
# via
|
|
230
|
+
# agent-cli
|
|
231
231
|
# chromadb
|
|
232
232
|
# fastapi
|
|
233
233
|
# fastapi-cloud-cli
|
|
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
|