agent-cli 0.67.1__tar.gz → 0.67.2__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.1 → agent_cli-0.67.2}/PKG-INFO +3 -3
- agent_cli-0.67.2/agent_cli/_requirements/mlx-whisper.txt +215 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/core/deps.py +47 -26
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/core/utils.py +2 -2
- {agent_cli-0.67.1 → agent_cli-0.67.2}/pyproject.toml +2 -2
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_requires_extras.py +3 -2
- {agent_cli-0.67.1 → agent_cli-0.67.2}/uv.lock +16 -72
- agent_cli-0.67.1/agent_cli/_requirements/mlx-whisper.txt +0 -256
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.claude/skills/agent-cli-dev/SKILL.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.claude/skills/agent-cli-dev/examples.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.claude-plugin/README.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.claude-plugin/marketplace.json +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.claude-plugin/plugin.json +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.claude-plugin/skills/agent-cli-dev/SKILL.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.claude-plugin/skills/agent-cli-dev/examples.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.cursorrules +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.env.example +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.github/logo.svg +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.github/release-drafter.yml +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.github/renovate.json +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.github/scripts/check_extras_sync.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.github/scripts/sync_requirements.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.github/workflows/automerge.yml +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.github/workflows/docker.yml +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.github/workflows/docs.yml +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.github/workflows/markdown-code-runner.yml +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.github/workflows/pytest.yml +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.github/workflows/release-drafter.yml +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.github/workflows/release.yml +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.github/workflows/toc.yaml +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.gitignore +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.jscpd.json +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.pre-commit-config.yaml +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.prompts/docs-review.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/.prompts/pr-review.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/CLAUDE.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/LICENSE +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/README.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/__main__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/_extras.json +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/_requirements/.gitkeep +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/_requirements/audio.txt +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/_requirements/faster-whisper.txt +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/_requirements/kokoro.txt +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/_requirements/llm.txt +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/_requirements/memory.txt +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/_requirements/piper.txt +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/_requirements/rag.txt +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/_requirements/server.txt +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/_requirements/speed.txt +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/_requirements/vad.txt +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/_tools.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/agents/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/agents/_voice_agent_common.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/agents/assistant.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/agents/autocorrect.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/agents/chat.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/agents/memory/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/agents/memory/add.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/agents/memory/proxy.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/agents/rag_proxy.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/agents/speak.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/agents/transcribe.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/agents/transcribe_daemon.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/agents/voice_edit.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/api.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/cli.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/config.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/config_cmd.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/constants.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/core/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/core/audio.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/core/audio_format.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/core/chroma.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/core/openai_proxy.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/core/process.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/core/reranker.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/core/sse.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/core/transcription_logger.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/core/vad.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/core/watch.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/cli.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/coding_agents/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/coding_agents/aider.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/coding_agents/base.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/coding_agents/claude.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/coding_agents/codex.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/coding_agents/continue_dev.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/coding_agents/copilot.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/coding_agents/cursor_agent.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/coding_agents/gemini.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/coding_agents/opencode.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/coding_agents/registry.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/editors/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/editors/base.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/editors/cursor.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/editors/emacs.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/editors/jetbrains.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/editors/nano.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/editors/neovim.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/editors/registry.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/editors/sublime.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/editors/vim.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/editors/vscode.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/editors/zed.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/project.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/registry.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/skill/SKILL.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/skill/examples.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/terminals/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/terminals/apple_terminal.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/terminals/base.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/terminals/gnome.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/terminals/iterm2.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/terminals/kitty.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/terminals/registry.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/terminals/tmux.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/terminals/warp.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/terminals/zellij.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/dev/worktree.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/docs_gen.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/example-config.toml +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/install/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/install/common.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/install/extras.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/install/hotkeys.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/install/services.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/memory/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/memory/_files.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/memory/_filters.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/memory/_git.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/memory/_indexer.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/memory/_ingest.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/memory/_persistence.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/memory/_prompt.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/memory/_retrieval.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/memory/_store.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/memory/_streaming.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/memory/_tasks.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/memory/api.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/memory/client.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/memory/engine.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/memory/entities.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/memory/models.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/opts.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/py.typed +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/rag/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/rag/_indexer.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/rag/_indexing.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/rag/_prompt.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/rag/_retriever.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/rag/_store.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/rag/_utils.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/rag/api.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/rag/client.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/rag/engine.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/rag/models.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/.runtime/.gitkeep +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/check_plugin_skill_sync.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/linux-hotkeys/README.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/linux-hotkeys/toggle-autocorrect.sh +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/linux-hotkeys/toggle-transcription.sh +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/linux-hotkeys/toggle-voice-edit.sh +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/macos-hotkeys/README.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/macos-hotkeys/skhd-config-example +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/macos-hotkeys/toggle-autocorrect.sh +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/macos-hotkeys/toggle-transcription.sh +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/macos-hotkeys/toggle-voice-edit.sh +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/nvidia-asr-server/README.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/nvidia-asr-server/pyproject.toml +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/nvidia-asr-server/server.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/nvidia-asr-server/shell.nix +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/nvidia-asr-server/uv.lock +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/run-openwakeword.sh +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/run-piper-windows.ps1 +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/run-piper.sh +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/run-whisper-linux.sh +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/run-whisper-macos.sh +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/run-whisper-windows.ps1 +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/run-whisper.sh +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/run_faster_whisper_server.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/setup-linux-hotkeys.sh +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/setup-linux.sh +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/setup-macos-hotkeys.sh +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/setup-macos.sh +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/setup-windows.ps1 +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/start-all-services-windows.ps1 +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/start-all-services.sh +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/scripts/sync_extras.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/cli.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/common.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/model_manager.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/model_registry.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/proxy/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/proxy/api.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/streaming.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/tts/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/tts/api.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/tts/backends/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/tts/backends/base.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/tts/backends/kokoro.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/tts/backends/piper.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/tts/model_manager.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/tts/model_registry.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/tts/wyoming_handler.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/whisper/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/whisper/api.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/whisper/backends/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/whisper/backends/base.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/whisper/backends/faster_whisper.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/whisper/backends/mlx.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/whisper/languages.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/whisper/model_manager.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/whisper/model_registry.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/server/whisper/wyoming_handler.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/services/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/services/_wyoming_utils.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/services/asr.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/services/llm.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/services/tts.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/agent_cli/services/wake_word.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docker/docker-compose.yml +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docker/transcription-proxy.Dockerfile +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docker/tts.Dockerfile +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docker/whisper.Dockerfile +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/CNAME +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/architecture/index.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/architecture/memory.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/architecture/rag.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/assistant.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/autocorrect.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/chat.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/config.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/dev.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/index.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/install-extras.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/install-hotkeys.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/install-services.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/memory.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/rag-proxy.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/server/index.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/server/transcription-proxy.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/server/tts.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/server/whisper.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/speak.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/start-services.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/transcribe-daemon.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/transcribe.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/commands/voice-edit.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/configuration.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/getting-started.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/iOS_Shortcut_Guide.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/index.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/installation/docker.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/installation/index.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/installation/linux.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/installation/macos.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/installation/nixos.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/installation/windows.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/logo-clean.svg +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/overrides/partials/integrations/analytics/custom.html +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/run_markdown_code_runner.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/docs/system-integration.md +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/example.agent-cli-config.toml +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/justfile +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/shell.nix +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/agents/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/agents/test_fix_my_text.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/agents/test_interactive.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/agents/test_interactive_extra.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/agents/test_memory_add.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/agents/test_speak.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/agents/test_speak_e2e.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/agents/test_transcribe.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/agents/test_transcribe_agent.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/agents/test_transcribe_daemon.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/agents/test_transcribe_e2e.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/agents/test_transcribe_recovery.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/agents/test_tts_common.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/agents/test_tts_common_extra.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/agents/test_voice_agent_common.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/agents/test_voice_edit.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/agents/test_voice_edit_e2e.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/agents/test_wake_word_assistant.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/conftest.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/core/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/core/test_audio_format.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/core/test_chroma.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/core/test_sse.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/core/test_vad.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/core/test_watch.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/dev/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/dev/test_cli.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/dev/test_coding_agents.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/dev/test_editors.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/dev/test_project.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/dev/test_terminals.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/dev/test_verification.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/dev/test_worktree.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/install/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/install/test_extras.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/memory/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/memory/test_api_health.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/memory/test_api_integration_liveish.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/memory/test_client.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/memory/test_engine.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/memory/test_files.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/memory/test_filters.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/memory/test_git_integration.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/memory/test_indexer.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/memory/test_memory_integration.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/memory/test_proxy_passthrough.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/memory/test_store.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/memory/test_utils.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/mocks/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/mocks/audio.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/mocks/llm.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/mocks/wyoming.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/rag/__init__.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/rag/test_api.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/rag/test_engine.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/rag/test_history.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/rag/test_indexer.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/rag/test_indexing.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/rag/test_rag_client.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/rag/test_rag_integration_liveish.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/rag/test_rag_proxy_passthrough.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/rag/test_retriever.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/rag/test_store.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/rag/test_utils.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_api.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_api_integration.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_asr.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_asr_recovery.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_audio_e2e.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_cli.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_config.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_config_cmd.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_docs_gen.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_env_vars.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_json_output.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_llm.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_llm_gemini.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_memory_tools.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_mlx_backend.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_process_manager.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_server_streaming.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_server_tts.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_server_whisper.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_services.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_tools.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_tts.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_utils.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_wake_word.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/tests/test_wyoming_utils.py +0 -0
- {agent_cli-0.67.1 → agent_cli-0.67.2}/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.2
|
|
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>
|
|
@@ -52,8 +52,8 @@ Requires-Dist: pyyaml>=6.0.0; extra == 'memory'
|
|
|
52
52
|
Requires-Dist: transformers>=4.30.0; extra == 'memory'
|
|
53
53
|
Requires-Dist: watchfiles>=0.21.0; extra == 'memory'
|
|
54
54
|
Provides-Extra: mlx-whisper
|
|
55
|
-
Requires-Dist: fastapi[standard]; extra == 'mlx-whisper'
|
|
56
|
-
Requires-Dist: mlx-whisper>=0.4.0; extra == 'mlx-whisper'
|
|
55
|
+
Requires-Dist: fastapi[standard]; (sys_platform == 'darwin' and platform_machine == 'arm64') and extra == 'mlx-whisper'
|
|
56
|
+
Requires-Dist: mlx-whisper>=0.4.0; (sys_platform == 'darwin' and platform_machine == 'arm64') and extra == 'mlx-whisper'
|
|
57
57
|
Provides-Extra: piper
|
|
58
58
|
Requires-Dist: fastapi[standard]; extra == 'piper'
|
|
59
59
|
Requires-Dist: piper-tts>=1.2.0; extra == 'piper'
|
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
# This file was autogenerated by uv via the following command:
|
|
2
|
+
# uv export --extra mlx-whisper --no-dev --no-emit-project --no-hashes
|
|
3
|
+
annotated-doc==0.0.4 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
4
|
+
# via fastapi
|
|
5
|
+
annotated-types==0.7.0
|
|
6
|
+
# via pydantic
|
|
7
|
+
anyio==4.12.1
|
|
8
|
+
# via
|
|
9
|
+
# httpx
|
|
10
|
+
# starlette
|
|
11
|
+
# watchfiles
|
|
12
|
+
certifi==2026.1.4
|
|
13
|
+
# via
|
|
14
|
+
# httpcore
|
|
15
|
+
# httpx
|
|
16
|
+
# requests
|
|
17
|
+
# sentry-sdk
|
|
18
|
+
charset-normalizer==3.4.4 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
19
|
+
# via requests
|
|
20
|
+
click==8.3.1
|
|
21
|
+
# via
|
|
22
|
+
# rich-toolkit
|
|
23
|
+
# typer
|
|
24
|
+
# uvicorn
|
|
25
|
+
colorama==0.4.6 ; sys_platform == 'win32'
|
|
26
|
+
# via
|
|
27
|
+
# click
|
|
28
|
+
# tqdm
|
|
29
|
+
# uvicorn
|
|
30
|
+
dnspython==2.8.0
|
|
31
|
+
# via email-validator
|
|
32
|
+
dotenv==0.9.9
|
|
33
|
+
# via agent-cli
|
|
34
|
+
email-validator==2.3.0
|
|
35
|
+
# via
|
|
36
|
+
# fastapi
|
|
37
|
+
# pydantic
|
|
38
|
+
fastapi==0.128.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
39
|
+
# via agent-cli
|
|
40
|
+
fastapi-cli==0.0.20 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
41
|
+
# via fastapi
|
|
42
|
+
fastapi-cloud-cli==0.10.1 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
43
|
+
# via fastapi-cli
|
|
44
|
+
fastar==0.8.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
45
|
+
# via fastapi-cloud-cli
|
|
46
|
+
filelock==3.20.3 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
47
|
+
# via
|
|
48
|
+
# huggingface-hub
|
|
49
|
+
# torch
|
|
50
|
+
fsspec==2026.1.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
51
|
+
# via
|
|
52
|
+
# huggingface-hub
|
|
53
|
+
# torch
|
|
54
|
+
h11==0.16.0
|
|
55
|
+
# via
|
|
56
|
+
# httpcore
|
|
57
|
+
# uvicorn
|
|
58
|
+
hf-xet==1.2.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
59
|
+
# via huggingface-hub
|
|
60
|
+
httpcore==1.0.9
|
|
61
|
+
# via httpx
|
|
62
|
+
httptools==0.7.1 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
63
|
+
# via uvicorn
|
|
64
|
+
httpx==0.28.1
|
|
65
|
+
# via
|
|
66
|
+
# agent-cli
|
|
67
|
+
# fastapi
|
|
68
|
+
# fastapi-cloud-cli
|
|
69
|
+
huggingface-hub==0.36.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
70
|
+
# via mlx-whisper
|
|
71
|
+
idna==3.11
|
|
72
|
+
# via
|
|
73
|
+
# anyio
|
|
74
|
+
# email-validator
|
|
75
|
+
# httpx
|
|
76
|
+
# requests
|
|
77
|
+
jinja2==3.1.6 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
78
|
+
# via
|
|
79
|
+
# fastapi
|
|
80
|
+
# torch
|
|
81
|
+
llvmlite==0.46.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
82
|
+
# via numba
|
|
83
|
+
markdown-it-py==4.0.0
|
|
84
|
+
# via rich
|
|
85
|
+
markupsafe==3.0.3 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
86
|
+
# via jinja2
|
|
87
|
+
mdurl==0.1.2
|
|
88
|
+
# via markdown-it-py
|
|
89
|
+
mlx==0.30.3 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
90
|
+
# via mlx-whisper
|
|
91
|
+
mlx-metal==0.30.3 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
92
|
+
# via mlx
|
|
93
|
+
mlx-whisper==0.4.3 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
94
|
+
# via agent-cli
|
|
95
|
+
more-itertools==10.8.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
96
|
+
# via mlx-whisper
|
|
97
|
+
mpmath==1.3.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
98
|
+
# via sympy
|
|
99
|
+
networkx==3.6.1 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
100
|
+
# via torch
|
|
101
|
+
numba==0.63.1 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
102
|
+
# via mlx-whisper
|
|
103
|
+
numpy==2.3.5 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
104
|
+
# via
|
|
105
|
+
# mlx-whisper
|
|
106
|
+
# numba
|
|
107
|
+
# scipy
|
|
108
|
+
packaging==25.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
109
|
+
# via huggingface-hub
|
|
110
|
+
psutil==7.2.1 ; sys_platform == 'win32'
|
|
111
|
+
# via agent-cli
|
|
112
|
+
pydantic==2.12.5
|
|
113
|
+
# via
|
|
114
|
+
# agent-cli
|
|
115
|
+
# fastapi
|
|
116
|
+
# fastapi-cloud-cli
|
|
117
|
+
# pydantic-extra-types
|
|
118
|
+
# pydantic-settings
|
|
119
|
+
pydantic-core==2.41.5
|
|
120
|
+
# via pydantic
|
|
121
|
+
pydantic-extra-types==2.11.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
122
|
+
# via fastapi
|
|
123
|
+
pydantic-settings==2.12.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
124
|
+
# via fastapi
|
|
125
|
+
pygments==2.19.2
|
|
126
|
+
# via rich
|
|
127
|
+
pyperclip==1.11.0
|
|
128
|
+
# via agent-cli
|
|
129
|
+
python-dotenv==1.2.1
|
|
130
|
+
# via
|
|
131
|
+
# dotenv
|
|
132
|
+
# pydantic-settings
|
|
133
|
+
# uvicorn
|
|
134
|
+
python-multipart==0.0.21 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
135
|
+
# via fastapi
|
|
136
|
+
pyyaml==6.0.3 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
137
|
+
# via
|
|
138
|
+
# huggingface-hub
|
|
139
|
+
# uvicorn
|
|
140
|
+
regex==2026.1.15 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
141
|
+
# via tiktoken
|
|
142
|
+
requests==2.32.5 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
143
|
+
# via
|
|
144
|
+
# huggingface-hub
|
|
145
|
+
# tiktoken
|
|
146
|
+
rich==14.2.0
|
|
147
|
+
# via
|
|
148
|
+
# agent-cli
|
|
149
|
+
# rich-toolkit
|
|
150
|
+
# typer
|
|
151
|
+
rich-toolkit==0.17.1 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
152
|
+
# via
|
|
153
|
+
# fastapi-cli
|
|
154
|
+
# fastapi-cloud-cli
|
|
155
|
+
rignore==0.7.6 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
156
|
+
# via fastapi-cloud-cli
|
|
157
|
+
scipy==1.17.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
158
|
+
# via mlx-whisper
|
|
159
|
+
sentry-sdk==2.49.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
160
|
+
# via fastapi-cloud-cli
|
|
161
|
+
setproctitle==1.3.7
|
|
162
|
+
# via agent-cli
|
|
163
|
+
setuptools==80.9.0 ; python_full_version >= '3.12' and platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
164
|
+
# via torch
|
|
165
|
+
shellingham==1.5.4
|
|
166
|
+
# via typer
|
|
167
|
+
starlette==0.50.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
168
|
+
# via fastapi
|
|
169
|
+
sympy==1.14.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
170
|
+
# via torch
|
|
171
|
+
tiktoken==0.12.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
172
|
+
# via mlx-whisper
|
|
173
|
+
torch==2.9.1 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
174
|
+
# via mlx-whisper
|
|
175
|
+
tqdm==4.67.1 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
176
|
+
# via
|
|
177
|
+
# huggingface-hub
|
|
178
|
+
# mlx-whisper
|
|
179
|
+
typer==0.21.1
|
|
180
|
+
# via
|
|
181
|
+
# agent-cli
|
|
182
|
+
# fastapi-cli
|
|
183
|
+
# fastapi-cloud-cli
|
|
184
|
+
typing-extensions==4.15.0
|
|
185
|
+
# via
|
|
186
|
+
# anyio
|
|
187
|
+
# fastapi
|
|
188
|
+
# huggingface-hub
|
|
189
|
+
# pydantic
|
|
190
|
+
# pydantic-core
|
|
191
|
+
# pydantic-extra-types
|
|
192
|
+
# rich-toolkit
|
|
193
|
+
# starlette
|
|
194
|
+
# torch
|
|
195
|
+
# typer
|
|
196
|
+
# typing-inspection
|
|
197
|
+
typing-inspection==0.4.2
|
|
198
|
+
# via
|
|
199
|
+
# pydantic
|
|
200
|
+
# pydantic-settings
|
|
201
|
+
urllib3==2.3.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
202
|
+
# via
|
|
203
|
+
# requests
|
|
204
|
+
# sentry-sdk
|
|
205
|
+
uvicorn==0.40.0 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
206
|
+
# via
|
|
207
|
+
# fastapi
|
|
208
|
+
# fastapi-cli
|
|
209
|
+
# fastapi-cloud-cli
|
|
210
|
+
uvloop==0.22.1 ; platform_machine == 'arm64' and platform_python_implementation != 'PyPy' and sys_platform == 'darwin'
|
|
211
|
+
# via uvicorn
|
|
212
|
+
watchfiles==1.1.1 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
213
|
+
# via uvicorn
|
|
214
|
+
websockets==15.0.1 ; platform_machine == 'arm64' and sys_platform == 'darwin'
|
|
215
|
+
# via uvicorn
|
|
@@ -51,46 +51,68 @@ def check_extra_installed(extra: str) -> bool:
|
|
|
51
51
|
return all(_check_package_installed(pkg) for pkg in packages)
|
|
52
52
|
|
|
53
53
|
|
|
54
|
+
def _format_extra_item(extra: str) -> str:
|
|
55
|
+
"""Format a single extra as a list item with description."""
|
|
56
|
+
desc, _ = EXTRAS.get(extra, ("", []))
|
|
57
|
+
if desc:
|
|
58
|
+
return f" - '{extra}' ({desc})"
|
|
59
|
+
return f" - '{extra}'"
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
def _format_install_commands(extras: list[str]) -> list[str]:
|
|
63
|
+
"""Format install commands for one or more extras."""
|
|
64
|
+
combined = ",".join(extras)
|
|
65
|
+
extras_args = " ".join(extras)
|
|
66
|
+
return [
|
|
67
|
+
"Install with:",
|
|
68
|
+
f' [bold cyan]uv tool install -p 3.13 "agent-cli\\[{combined}]"[/bold cyan]',
|
|
69
|
+
" # or",
|
|
70
|
+
f" [bold cyan]agent-cli install-extras {extras_args}[/bold cyan]",
|
|
71
|
+
]
|
|
72
|
+
|
|
73
|
+
|
|
54
74
|
def get_install_hint(extra: str) -> str:
|
|
55
|
-
"""Get install command hint for
|
|
75
|
+
"""Get install command hint for a single extra.
|
|
56
76
|
|
|
57
77
|
Supports `|` syntax for alternatives: "piper|kokoro" shows both options.
|
|
58
78
|
"""
|
|
59
79
|
# Handle "extra1|extra2" syntax - show all options
|
|
60
80
|
if "|" in extra:
|
|
61
81
|
alternatives = extra.split("|")
|
|
62
|
-
options = []
|
|
63
|
-
for alt in alternatives:
|
|
64
|
-
desc, _ = EXTRAS.get(alt, ("", []))
|
|
65
|
-
options.append((alt, desc))
|
|
66
|
-
|
|
67
82
|
lines = ["This command requires one of:"]
|
|
68
|
-
for alt
|
|
69
|
-
if desc:
|
|
70
|
-
lines.append(f" - '{alt}' ({desc})")
|
|
71
|
-
else:
|
|
72
|
-
lines.append(f" - '{alt}'")
|
|
83
|
+
lines.extend(_format_extra_item(alt) for alt in alternatives)
|
|
73
84
|
lines.append("")
|
|
74
85
|
lines.append("Install one with:")
|
|
75
|
-
|
|
76
|
-
|
|
86
|
+
lines.extend(
|
|
87
|
+
f' [bold cyan]uv tool install -p 3.13 "agent-cli\\[{alt}]"[/bold cyan]'
|
|
88
|
+
for alt in alternatives
|
|
89
|
+
)
|
|
77
90
|
lines.append(" # or")
|
|
78
|
-
|
|
79
|
-
|
|
91
|
+
lines.extend(
|
|
92
|
+
f" [bold cyan]agent-cli install-extras {alt}[/bold cyan]" for alt in alternatives
|
|
93
|
+
)
|
|
80
94
|
return "\n".join(lines)
|
|
81
95
|
|
|
82
96
|
desc, _ = EXTRAS.get(extra, ("", []))
|
|
83
|
-
|
|
84
|
-
f"This command requires the '{extra}' extra",
|
|
85
|
-
]
|
|
97
|
+
header = f"This command requires the '{extra}' extra"
|
|
86
98
|
if desc:
|
|
87
|
-
|
|
88
|
-
|
|
99
|
+
header += f" ({desc})"
|
|
100
|
+
header += "."
|
|
101
|
+
|
|
102
|
+
lines = [header, ""]
|
|
103
|
+
lines.extend(_format_install_commands([extra]))
|
|
104
|
+
return "\n".join(lines)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
def get_combined_install_hint(extras: list[str]) -> str:
|
|
108
|
+
"""Get a combined install hint for multiple missing extras."""
|
|
109
|
+
if len(extras) == 1:
|
|
110
|
+
return get_install_hint(extras[0])
|
|
111
|
+
|
|
112
|
+
lines = ["This command requires the following extras:"]
|
|
113
|
+
lines.extend(_format_extra_item(extra) for extra in extras)
|
|
89
114
|
lines.append("")
|
|
90
|
-
lines.
|
|
91
|
-
lines.append(f' uv tool install "agent-cli[{extra}]" -p 3.13')
|
|
92
|
-
lines.append(" # or")
|
|
93
|
-
lines.append(f" agent-cli install-extras {extra}")
|
|
115
|
+
lines.extend(_format_install_commands(extras))
|
|
94
116
|
return "\n".join(lines)
|
|
95
117
|
|
|
96
118
|
|
|
@@ -127,8 +149,7 @@ def requires_extras(*extras: str) -> Callable[[F], F]:
|
|
|
127
149
|
|
|
128
150
|
missing = [e for e in extras if not check_extra_installed(e)]
|
|
129
151
|
if missing:
|
|
130
|
-
|
|
131
|
-
print_error_message(get_install_hint(extra))
|
|
152
|
+
print_error_message(get_combined_install_hint(missing))
|
|
132
153
|
raise typer.Exit(1)
|
|
133
154
|
return func(*args, **kwargs)
|
|
134
155
|
|
|
@@ -211,8 +211,8 @@ def print_output_panel(
|
|
|
211
211
|
|
|
212
212
|
|
|
213
213
|
def print_error_message(message: str, suggestion: str | None = None) -> None:
|
|
214
|
-
"""Prints an error message in a panel."""
|
|
215
|
-
error_text = Text(message)
|
|
214
|
+
"""Prints an error message in a panel with rich markup support."""
|
|
215
|
+
error_text = Text.from_markup(message)
|
|
216
216
|
if suggestion:
|
|
217
217
|
error_text.append("\n\n")
|
|
218
218
|
error_text.append(suggestion)
|
|
@@ -65,8 +65,8 @@ faster-whisper = [
|
|
|
65
65
|
"faster-whisper>=1.0.0",
|
|
66
66
|
]
|
|
67
67
|
mlx-whisper = [
|
|
68
|
-
"fastapi[standard]",
|
|
69
|
-
"mlx-whisper>=0.4.0",
|
|
68
|
+
"fastapi[standard]; sys_platform == 'darwin' and platform_machine == 'arm64'",
|
|
69
|
+
"mlx-whisper>=0.4.0; sys_platform == 'darwin' and platform_machine == 'arm64'",
|
|
70
70
|
]
|
|
71
71
|
piper = [
|
|
72
72
|
"fastapi[standard]",
|
|
@@ -36,8 +36,9 @@ class TestRequiresExtrasDecorator:
|
|
|
36
36
|
assert "requires one of:" in hint
|
|
37
37
|
assert "'piper'" in hint
|
|
38
38
|
assert "'kokoro'" in hint
|
|
39
|
-
|
|
40
|
-
assert "agent-cli[
|
|
39
|
+
# Brackets are escaped for rich markup (\\[)
|
|
40
|
+
assert "agent-cli\\[piper]" in hint
|
|
41
|
+
assert "agent-cli\\[kokoro]" in hint
|
|
41
42
|
|
|
42
43
|
|
|
43
44
|
class TestExtrasMetadata:
|
|
@@ -78,8 +78,8 @@ memory = [
|
|
|
78
78
|
{ name = "watchfiles" },
|
|
79
79
|
]
|
|
80
80
|
mlx-whisper = [
|
|
81
|
-
{ name = "fastapi", extra = ["standard"] },
|
|
82
|
-
{ name = "mlx-whisper" },
|
|
81
|
+
{ name = "fastapi", extra = ["standard"], marker = "platform_machine == 'arm64' and sys_platform == 'darwin'" },
|
|
82
|
+
{ name = "mlx-whisper", marker = "platform_machine == 'arm64' and sys_platform == 'darwin'" },
|
|
83
83
|
]
|
|
84
84
|
piper = [
|
|
85
85
|
{ name = "fastapi", extra = ["standard"] },
|
|
@@ -138,10 +138,10 @@ requires-dist = [
|
|
|
138
138
|
{ name = "chromadb", marker = "extra == 'memory'", specifier = ">=0.4.22" },
|
|
139
139
|
{ name = "chromadb", marker = "extra == 'rag'", specifier = ">=0.4.22" },
|
|
140
140
|
{ name = "dotenv" },
|
|
141
|
+
{ name = "fastapi", extras = ["standard"], marker = "platform_machine == 'arm64' and sys_platform == 'darwin' and extra == 'mlx-whisper'" },
|
|
141
142
|
{ name = "fastapi", extras = ["standard"], marker = "extra == 'faster-whisper'" },
|
|
142
143
|
{ name = "fastapi", extras = ["standard"], marker = "extra == 'kokoro'" },
|
|
143
144
|
{ name = "fastapi", extras = ["standard"], marker = "extra == 'memory'" },
|
|
144
|
-
{ name = "fastapi", extras = ["standard"], marker = "extra == 'mlx-whisper'" },
|
|
145
145
|
{ name = "fastapi", extras = ["standard"], marker = "extra == 'piper'" },
|
|
146
146
|
{ name = "fastapi", extras = ["standard"], marker = "extra == 'rag'" },
|
|
147
147
|
{ name = "fastapi", extras = ["standard"], marker = "extra == 'server'" },
|
|
@@ -153,7 +153,7 @@ requires-dist = [
|
|
|
153
153
|
{ name = "kokoro", marker = "extra == 'kokoro'", specifier = ">=0.9.0" },
|
|
154
154
|
{ name = "markdown-code-runner", marker = "extra == 'dev'", specifier = ">=2.7.0" },
|
|
155
155
|
{ name = "markitdown", extras = ["docx", "pdf", "pptx"], marker = "extra == 'rag'", specifier = ">=0.1.3" },
|
|
156
|
-
{ name = "mlx-whisper", marker = "extra == 'mlx-whisper'", specifier = ">=0.4.0" },
|
|
156
|
+
{ name = "mlx-whisper", marker = "platform_machine == 'arm64' and sys_platform == 'darwin' and extra == 'mlx-whisper'", specifier = ">=0.4.0" },
|
|
157
157
|
{ name = "notebook", marker = "extra == 'dev'" },
|
|
158
158
|
{ name = "numpy", marker = "extra == 'audio'" },
|
|
159
159
|
{ name = "onnxruntime", marker = "extra == 'memory'", specifier = ">=1.17.0" },
|
|
@@ -2243,17 +2243,8 @@ source = { registry = "https://pypi.org/simple" }
|
|
|
2243
2243
|
sdist = { url = "https://files.pythonhosted.org/packages/74/cd/08ae687ba099c7e3d21fe2ea536500563ef1943c5105bf6ab4ee3829f68e/llvmlite-0.46.0.tar.gz", hash = "sha256:227c9fd6d09dce2783c18b754b7cd9d9b3b3515210c46acc2d3c5badd9870ceb", size = 193456, upload-time = "2025-12-08T18:15:36.295Z" }
|
|
2244
2244
|
wheels = [
|
|
2245
2245
|
{ url = "https://files.pythonhosted.org/packages/7a/a1/2ad4b2367915faeebe8447f0a057861f646dbf5fbbb3561db42c65659cf3/llvmlite-0.46.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:82f3d39b16f19aa1a56d5fe625883a6ab600d5cc9ea8906cca70ce94cabba067", size = 37232766, upload-time = "2025-12-08T18:14:48.836Z" },
|
|
2246
|
-
{ url = "https://files.pythonhosted.org/packages/12/b5/99cf8772fdd846c07da4fd70f07812a3c8fd17ea2409522c946bb0f2b277/llvmlite-0.46.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:a3df43900119803bbc52720e758c76f316a9a0f34612a886862dfe0a5591a17e", size = 56275175, upload-time = "2025-12-08T18:14:51.604Z" },
|
|
2247
|
-
{ url = "https://files.pythonhosted.org/packages/38/f2/ed806f9c003563732da156139c45d970ee435bd0bfa5ed8de87ba972b452/llvmlite-0.46.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:de183fefc8022d21b0aa37fc3e90410bc3524aed8617f0ff76732fc6c3af5361", size = 55128630, upload-time = "2025-12-08T18:14:55.107Z" },
|
|
2248
|
-
{ url = "https://files.pythonhosted.org/packages/19/0c/8f5a37a65fc9b7b17408508145edd5f86263ad69c19d3574e818f533a0eb/llvmlite-0.46.0-cp311-cp311-win_amd64.whl", hash = "sha256:e8b10bc585c58bdffec9e0c309bb7d51be1f2f15e169a4b4d42f2389e431eb93", size = 38138652, upload-time = "2025-12-08T18:14:58.171Z" },
|
|
2249
2246
|
{ url = "https://files.pythonhosted.org/packages/2b/f8/4db016a5e547d4e054ff2f3b99203d63a497465f81ab78ec8eb2ff7b2304/llvmlite-0.46.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6b9588ad4c63b4f0175a3984b85494f0c927c6b001e3a246a3a7fb3920d9a137", size = 37232767, upload-time = "2025-12-08T18:15:00.737Z" },
|
|
2250
|
-
{ url = "https://files.pythonhosted.org/packages/aa/85/4890a7c14b4fa54400945cb52ac3cd88545bbdb973c440f98ca41591cdc5/llvmlite-0.46.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:3535bd2bb6a2d7ae4012681ac228e5132cdb75fefb1bcb24e33f2f3e0c865ed4", size = 56275176, upload-time = "2025-12-08T18:15:03.936Z" },
|
|
2251
|
-
{ url = "https://files.pythonhosted.org/packages/6a/07/3d31d39c1a1a08cd5337e78299fca77e6aebc07c059fbd0033e3edfab45c/llvmlite-0.46.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4cbfd366e60ff87ea6cc62f50bc4cd800ebb13ed4c149466f50cf2163a473d1e", size = 55128630, upload-time = "2025-12-08T18:15:07.196Z" },
|
|
2252
|
-
{ url = "https://files.pythonhosted.org/packages/2a/6b/d139535d7590a1bba1ceb68751bef22fadaa5b815bbdf0e858e3875726b2/llvmlite-0.46.0-cp312-cp312-win_amd64.whl", hash = "sha256:398b39db462c39563a97b912d4f2866cd37cba60537975a09679b28fbbc0fb38", size = 38138940, upload-time = "2025-12-08T18:15:10.162Z" },
|
|
2253
2247
|
{ url = "https://files.pythonhosted.org/packages/e6/ff/3eba7eb0aed4b6fca37125387cd417e8c458e750621fce56d2c541f67fa8/llvmlite-0.46.0-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:30b60892d034bc560e0ec6654737aaa74e5ca327bd8114d82136aa071d611172", size = 37232767, upload-time = "2025-12-08T18:15:13.22Z" },
|
|
2254
|
-
{ url = "https://files.pythonhosted.org/packages/0e/54/737755c0a91558364b9200702c3c9c15d70ed63f9b98a2c32f1c2aa1f3ba/llvmlite-0.46.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:6cc19b051753368a9c9f31dc041299059ee91aceec81bd57b0e385e5d5bf1a54", size = 56275176, upload-time = "2025-12-08T18:15:16.339Z" },
|
|
2255
|
-
{ url = "https://files.pythonhosted.org/packages/e6/91/14f32e1d70905c1c0aa4e6609ab5d705c3183116ca02ac6df2091868413a/llvmlite-0.46.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:bca185892908f9ede48c0acd547fe4dc1bafefb8a4967d47db6cf664f9332d12", size = 55128629, upload-time = "2025-12-08T18:15:19.493Z" },
|
|
2256
|
-
{ url = "https://files.pythonhosted.org/packages/4a/a7/d526ae86708cea531935ae777b6dbcabe7db52718e6401e0fb9c5edea80e/llvmlite-0.46.0-cp313-cp313-win_amd64.whl", hash = "sha256:67438fd30e12349ebb054d86a5a1a57fd5e87d264d2451bcfafbbbaa25b82a35", size = 38138941, upload-time = "2025-12-08T18:15:22.536Z" },
|
|
2257
2248
|
]
|
|
2258
2249
|
|
|
2259
2250
|
[[package]]
|
|
@@ -2583,18 +2574,12 @@ wheels = [
|
|
|
2583
2574
|
{ url = "https://files.pythonhosted.org/packages/78/b6/dfcfffc41d832a86249715fab336dc8638c2237035287eb24af792484c53/mlx-0.30.3-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:794e79587a4906bdb3c5473ef936f45008eaaa609a3c498cc29a442b2c829621", size = 568664, upload-time = "2026-01-14T01:16:45.573Z" },
|
|
2584
2575
|
{ url = "https://files.pythonhosted.org/packages/22/9f/22d494b83b611380063da31c2b482db8c620f7ad6531cfcd1e11f7c35852/mlx-0.30.3-cp311-cp311-macosx_15_0_arm64.whl", hash = "sha256:472cdc6eaca8610224621a1561e8c36477eab1a2f0dd3eb49b95484d739c4605", size = 568663, upload-time = "2026-01-14T01:16:46.588Z" },
|
|
2585
2576
|
{ url = "https://files.pythonhosted.org/packages/0d/76/b6fb0500aef8e9ed65d4730d8c34b13d7a770ca863b9af363b5713a16040/mlx-0.30.3-cp311-cp311-macosx_26_0_arm64.whl", hash = "sha256:a5d82be69c7e671dc4d5855d2f6aedcb507817e5985478903ab754b642d9ba01", size = 568522, upload-time = "2026-01-14T05:52:08.334Z" },
|
|
2586
|
-
{ url = "https://files.pythonhosted.org/packages/6e/23/ea140c35419ec133e1037d34d94854474cdd72c89eedc3a90b8ec65fb0ff/mlx-0.30.3-cp311-cp311-manylinux_2_35_aarch64.whl", hash = "sha256:009a9a1d2e234b9b269f455729202feaf22eb1faf2c7b85818f2473f6c2f9cbe", size = 632235, upload-time = "2026-01-14T01:16:47.764Z" },
|
|
2587
|
-
{ url = "https://files.pythonhosted.org/packages/af/18/335d2d455b1e15036e315c6b64de8e6b4b04ec60576e1b99a651a7487014/mlx-0.30.3-cp311-cp311-manylinux_2_35_x86_64.whl", hash = "sha256:ba7141b6c251207d26a5611a0038d121cd13e367a59589d8c827e6af06b1f406", size = 664821, upload-time = "2026-01-14T01:16:48.8Z" },
|
|
2588
2577
|
{ url = "https://files.pythonhosted.org/packages/11/b3/e24c3a69dad0cf4404bb174c6fed0d804022da64758cd815a254e1cd0627/mlx-0.30.3-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:0b275168b80645a155b456e1a457a37fb5ee2c251e8fbd8db9e153351a9e2d2f", size = 569398, upload-time = "2026-01-14T01:16:49.804Z" },
|
|
2589
2578
|
{ url = "https://files.pythonhosted.org/packages/0b/87/d0804443da97a06d3439f6efb0ceffa178f530a121f0f4a6c77b39f8bfd7/mlx-0.30.3-cp312-cp312-macosx_15_0_arm64.whl", hash = "sha256:6e818de14864982e832344198240a1dafba7d3316c4eb6f1b8e43b4dd25dd2ef", size = 569396, upload-time = "2026-01-14T01:16:51.007Z" },
|
|
2590
2579
|
{ url = "https://files.pythonhosted.org/packages/cf/dc/7cdd95e4561b73fba8c86bf11293797076120400e472fe2a72ef483b6d8d/mlx-0.30.3-cp312-cp312-macosx_26_0_arm64.whl", hash = "sha256:d23b422209fd4b7ecacef59070321f8c6a122f906a5e9b6683a5fc9e1b8fcd5c", size = 569192, upload-time = "2026-01-14T05:52:09.715Z" },
|
|
2591
|
-
{ url = "https://files.pythonhosted.org/packages/58/3b/6892f48dce949da7e1706cad45a1693857ef3adf23f849bf851c37e605eb/mlx-0.30.3-cp312-cp312-manylinux_2_35_aarch64.whl", hash = "sha256:f487461ffd5c2411c012dd8cd0d347dd807f05f223b1dec1c13bad0815cdcefd", size = 617390, upload-time = "2026-01-14T01:16:52.676Z" },
|
|
2592
|
-
{ url = "https://files.pythonhosted.org/packages/66/ce/606e2111bc7c2ed1a2f2582caeb3e73b90e00d773d573fe9cd5dd36a0321/mlx-0.30.3-cp312-cp312-manylinux_2_35_x86_64.whl", hash = "sha256:b78627f324790fd0e06c4fa6e79b88094b342c5c425f8909de7c3f2fa5d01302", size = 659552, upload-time = "2026-01-14T01:16:53.888Z" },
|
|
2593
2580
|
{ url = "https://files.pythonhosted.org/packages/d0/22/42935d593fe82d3b98eb9d60e4620ed99703886635106f89d407c68f33bc/mlx-0.30.3-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:743fac1e4f9e8e46c8262943c643a31139c255cdb256c99ad496958215ccac1e", size = 569344, upload-time = "2026-01-14T01:16:54.847Z" },
|
|
2594
2581
|
{ url = "https://files.pythonhosted.org/packages/7d/27/f2e7a5236289d45315d0215e8553b4dd7e2faaba3bcb5025b34b25d5ab66/mlx-0.30.3-cp313-cp313-macosx_15_0_arm64.whl", hash = "sha256:3b04ae81655aa0e63a6e8f2c749de3bbce64cf5b168ae10f39ed086dfa99e7f8", size = 569345, upload-time = "2026-01-14T01:16:56.564Z" },
|
|
2595
2582
|
{ url = "https://files.pythonhosted.org/packages/01/41/06b042457f51952456e9bb46b2c6e205ab3a28fc52d6751b5787fdb762b2/mlx-0.30.3-cp313-cp313-macosx_26_0_arm64.whl", hash = "sha256:ba9b5bdb1e929cc130af72efd7f73508c0f4e526d224489af7ec1c6419564659", size = 569213, upload-time = "2026-01-14T05:52:10.86Z" },
|
|
2596
|
-
{ url = "https://files.pythonhosted.org/packages/ec/1e/f62c98fc0d2d878ee4235671f9d406b13cc9240493ba6fcfde2f72c2ff83/mlx-0.30.3-cp313-cp313-manylinux_2_35_aarch64.whl", hash = "sha256:dfe5c5b64e55398a22100804abbf9681996b03129e720e36b1727ed704db12b5", size = 617309, upload-time = "2026-01-14T01:16:57.58Z" },
|
|
2597
|
-
{ url = "https://files.pythonhosted.org/packages/e9/62/811f064693449de740350d27793ce39343a460305ec8d878c318b80921d0/mlx-0.30.3-cp313-cp313-manylinux_2_35_x86_64.whl", hash = "sha256:a3364924610929936e6aaf13c71106161258e5a5d3f7813a64c07cc2435f9f55", size = 659521, upload-time = "2026-01-14T01:16:58.719Z" },
|
|
2598
2583
|
]
|
|
2599
2584
|
|
|
2600
2585
|
[[package]]
|
|
@@ -2612,15 +2597,15 @@ name = "mlx-whisper"
|
|
|
2612
2597
|
version = "0.4.3"
|
|
2613
2598
|
source = { registry = "https://pypi.org/simple" }
|
|
2614
2599
|
dependencies = [
|
|
2615
|
-
{ name = "huggingface-hub" },
|
|
2616
|
-
{ name = "mlx" },
|
|
2617
|
-
{ name = "more-itertools" },
|
|
2618
|
-
{ name = "numba" },
|
|
2619
|
-
{ name = "numpy" },
|
|
2620
|
-
{ name = "scipy" },
|
|
2621
|
-
{ name = "tiktoken" },
|
|
2622
|
-
{ name = "torch" },
|
|
2623
|
-
{ name = "tqdm" },
|
|
2600
|
+
{ name = "huggingface-hub", marker = "sys_platform != 'win32'" },
|
|
2601
|
+
{ name = "mlx", marker = "sys_platform != 'win32'" },
|
|
2602
|
+
{ name = "more-itertools", marker = "sys_platform != 'win32'" },
|
|
2603
|
+
{ name = "numba", marker = "sys_platform != 'win32'" },
|
|
2604
|
+
{ name = "numpy", marker = "sys_platform != 'win32'" },
|
|
2605
|
+
{ name = "scipy", marker = "sys_platform != 'win32'" },
|
|
2606
|
+
{ name = "tiktoken", marker = "sys_platform != 'win32'" },
|
|
2607
|
+
{ name = "torch", marker = "sys_platform != 'win32'" },
|
|
2608
|
+
{ name = "tqdm", marker = "sys_platform != 'win32'" },
|
|
2624
2609
|
]
|
|
2625
2610
|
wheels = [
|
|
2626
2611
|
{ url = "https://files.pythonhosted.org/packages/22/b7/a35232812a2ccfffcb7614ba96a91338551a660a0e9815cee668bf5743f0/mlx_whisper-0.4.3-py3-none-any.whl", hash = "sha256:6b82b6597a994643a3e5496c7bc229a672e5ca308458455bfe276e76ae024489", size = 890544, upload-time = "2025-08-29T14:56:13.815Z" },
|
|
@@ -2872,23 +2857,14 @@ name = "numba"
|
|
|
2872
2857
|
version = "0.63.1"
|
|
2873
2858
|
source = { registry = "https://pypi.org/simple" }
|
|
2874
2859
|
dependencies = [
|
|
2875
|
-
{ name = "llvmlite" },
|
|
2876
|
-
{ name = "numpy" },
|
|
2860
|
+
{ name = "llvmlite", marker = "sys_platform != 'win32'" },
|
|
2861
|
+
{ name = "numpy", marker = "sys_platform != 'win32'" },
|
|
2877
2862
|
]
|
|
2878
2863
|
sdist = { url = "https://files.pythonhosted.org/packages/dc/60/0145d479b2209bd8fdae5f44201eceb8ce5a23e0ed54c71f57db24618665/numba-0.63.1.tar.gz", hash = "sha256:b320aa675d0e3b17b40364935ea52a7b1c670c9037c39cf92c49502a75902f4b", size = 2761666, upload-time = "2025-12-10T02:57:39.002Z" }
|
|
2879
2864
|
wheels = [
|
|
2880
2865
|
{ url = "https://files.pythonhosted.org/packages/70/90/5f8614c165d2e256fbc6c57028519db6f32e4982475a372bbe550ea0454c/numba-0.63.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b33db00f18ccc790ee9911ce03fcdfe9d5124637d1ecc266f5ae0df06e02fec3", size = 2680501, upload-time = "2025-12-10T02:57:09.797Z" },
|
|
2881
|
-
{ url = "https://files.pythonhosted.org/packages/dc/9d/d0afc4cf915edd8eadd9b2ab5b696242886ee4f97720d9322650d66a88c6/numba-0.63.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:7d31ea186a78a7c0f6b1b2a3fe68057fdb291b045c52d86232b5383b6cf4fc25", size = 3744945, upload-time = "2025-12-10T02:57:11.697Z" },
|
|
2882
|
-
{ url = "https://files.pythonhosted.org/packages/05/a9/d82f38f2ab73f3be6f838a826b545b80339762ee8969c16a8bf1d39395a8/numba-0.63.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ed3bb2fbdb651d6aac394388130a7001aab6f4541837123a4b4ab8b02716530c", size = 3450827, upload-time = "2025-12-10T02:57:13.709Z" },
|
|
2883
|
-
{ url = "https://files.pythonhosted.org/packages/18/3f/a9b106e93c5bd7434e65f044bae0d204e20aa7f7f85d72ceb872c7c04216/numba-0.63.1-cp311-cp311-win_amd64.whl", hash = "sha256:1ecbff7688f044b1601be70113e2fb1835367ee0b28ffa8f3adf3a05418c5c87", size = 2747262, upload-time = "2025-12-10T02:57:15.664Z" },
|
|
2884
2866
|
{ url = "https://files.pythonhosted.org/packages/14/9c/c0974cd3d00ff70d30e8ff90522ba5fbb2bcee168a867d2321d8d0457676/numba-0.63.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:2819cd52afa5d8d04e057bdfd54367575105f8829350d8fb5e4066fb7591cc71", size = 2680981, upload-time = "2025-12-10T02:57:17.579Z" },
|
|
2885
|
-
{ url = "https://files.pythonhosted.org/packages/cb/70/ea2bc45205f206b7a24ee68a159f5097c9ca7e6466806e7c213587e0c2b1/numba-0.63.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:5cfd45dbd3d409e713b1ccfdc2ee72ca82006860254429f4ef01867fdba5845f", size = 3801656, upload-time = "2025-12-10T02:57:19.106Z" },
|
|
2886
|
-
{ url = "https://files.pythonhosted.org/packages/0d/82/4f4ba4fd0f99825cbf3cdefd682ca3678be1702b63362011de6e5f71f831/numba-0.63.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:69a599df6976c03b7ecf15d05302696f79f7e6d10d620367407517943355bcb0", size = 3501857, upload-time = "2025-12-10T02:57:20.721Z" },
|
|
2887
|
-
{ url = "https://files.pythonhosted.org/packages/af/fd/6540456efa90b5f6604a86ff50dabefb187e43557e9081adcad3be44f048/numba-0.63.1-cp312-cp312-win_amd64.whl", hash = "sha256:bbad8c63e4fc7eb3cdb2c2da52178e180419f7969f9a685f283b313a70b92af3", size = 2750282, upload-time = "2025-12-10T02:57:22.474Z" },
|
|
2888
2867
|
{ url = "https://files.pythonhosted.org/packages/57/f7/e19e6eff445bec52dde5bed1ebb162925a8e6f988164f1ae4b3475a73680/numba-0.63.1-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:0bd4fd820ef7442dcc07da184c3f54bb41d2bdb7b35bacf3448e73d081f730dc", size = 2680954, upload-time = "2025-12-10T02:57:24.145Z" },
|
|
2889
|
-
{ url = "https://files.pythonhosted.org/packages/e9/6c/1e222edba1e20e6b113912caa9b1665b5809433cbcb042dfd133c6f1fd38/numba-0.63.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:53de693abe4be3bd4dee38e1c55f01c55ff644a6a3696a3670589e6e4c39cde2", size = 3809736, upload-time = "2025-12-10T02:57:25.836Z" },
|
|
2890
|
-
{ url = "https://files.pythonhosted.org/packages/76/0a/590bad11a8b3feeac30a24d01198d46bdb76ad15c70d3a530691ce3cae58/numba-0.63.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:81227821a72a763c3d4ac290abbb4371d855b59fdf85d5af22a47c0e86bf8c7e", size = 3508854, upload-time = "2025-12-10T02:57:27.438Z" },
|
|
2891
|
-
{ url = "https://files.pythonhosted.org/packages/4e/f5/3800384a24eed1e4d524669cdbc0b9b8a628800bb1e90d7bd676e5f22581/numba-0.63.1-cp313-cp313-win_amd64.whl", hash = "sha256:eb227b07c2ac37b09432a9bda5142047a2d1055646e089d4a240a2643e508102", size = 2750228, upload-time = "2025-12-10T02:57:30.36Z" },
|
|
2892
2868
|
]
|
|
2893
2869
|
|
|
2894
2870
|
[[package]]
|
|
@@ -4639,50 +4615,18 @@ name = "scipy"
|
|
|
4639
4615
|
version = "1.17.0"
|
|
4640
4616
|
source = { registry = "https://pypi.org/simple" }
|
|
4641
4617
|
dependencies = [
|
|
4642
|
-
{ name = "numpy" },
|
|
4618
|
+
{ name = "numpy", marker = "sys_platform != 'win32'" },
|
|
4643
4619
|
]
|
|
4644
4620
|
sdist = { url = "https://files.pythonhosted.org/packages/56/3e/9cca699f3486ce6bc12ff46dc2031f1ec8eb9ccc9a320fdaf925f1417426/scipy-1.17.0.tar.gz", hash = "sha256:2591060c8e648d8b96439e111ac41fd8342fdeff1876be2e19dea3fe8930454e", size = 30396830, upload-time = "2026-01-10T21:34:23.009Z" }
|
|
4645
4621
|
wheels = [
|
|
4646
|
-
{ url = "https://files.pythonhosted.org/packages/1e/4b/c89c131aa87cad2b77a54eb0fb94d633a842420fa7e919dc2f922037c3d8/scipy-1.17.0-cp311-cp311-macosx_10_14_x86_64.whl", hash = "sha256:2abd71643797bd8a106dff97894ff7869eeeb0af0f7a5ce02e4227c6a2e9d6fd", size = 31381316, upload-time = "2026-01-10T21:24:33.42Z" },
|
|
4647
4622
|
{ url = "https://files.pythonhosted.org/packages/5e/5f/a6b38f79a07d74989224d5f11b55267714707582908a5f1ae854cf9a9b84/scipy-1.17.0-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:ef28d815f4d2686503e5f4f00edc387ae58dfd7a2f42e348bb53359538f01558", size = 27966760, upload-time = "2026-01-10T21:24:38.911Z" },
|
|
4648
4623
|
{ url = "https://files.pythonhosted.org/packages/c1/20/095ad24e031ee8ed3c5975954d816b8e7e2abd731e04f8be573de8740885/scipy-1.17.0-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:272a9f16d6bb4667e8b50d25d71eddcc2158a214df1b566319298de0939d2ab7", size = 20138701, upload-time = "2026-01-10T21:24:43.249Z" },
|
|
4649
|
-
{ url = "https://files.pythonhosted.org/packages/89/11/4aad2b3858d0337756f3323f8960755704e530b27eb2a94386c970c32cbe/scipy-1.17.0-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:7204fddcbec2fe6598f1c5fdf027e9f259106d05202a959a9f1aecf036adc9f6", size = 22480574, upload-time = "2026-01-10T21:24:47.266Z" },
|
|
4650
|
-
{ url = "https://files.pythonhosted.org/packages/85/bd/f5af70c28c6da2227e510875cadf64879855193a687fb19951f0f44cfd6b/scipy-1.17.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:fc02c37a5639ee67d8fb646ffded6d793c06c5622d36b35cfa8fe5ececb8f042", size = 32862414, upload-time = "2026-01-10T21:24:52.566Z" },
|
|
4651
|
-
{ url = "https://files.pythonhosted.org/packages/ef/df/df1457c4df3826e908879fe3d76bc5b6e60aae45f4ee42539512438cfd5d/scipy-1.17.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:dac97a27520d66c12a34fd90a4fe65f43766c18c0d6e1c0a80f114d2260080e4", size = 35112380, upload-time = "2026-01-10T21:24:58.433Z" },
|
|
4652
|
-
{ url = "https://files.pythonhosted.org/packages/5f/bb/88e2c16bd1dd4de19d80d7c5e238387182993c2fb13b4b8111e3927ad422/scipy-1.17.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:ebb7446a39b3ae0fe8f416a9a3fdc6fba3f11c634f680f16a239c5187bc487c0", size = 34922676, upload-time = "2026-01-10T21:25:04.287Z" },
|
|
4653
|
-
{ url = "https://files.pythonhosted.org/packages/02/ba/5120242cc735f71fc002cff0303d536af4405eb265f7c60742851e7ccfe9/scipy-1.17.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:474da16199f6af66601a01546144922ce402cb17362e07d82f5a6cf8f963e449", size = 37507599, upload-time = "2026-01-10T21:25:09.851Z" },
|
|
4654
|
-
{ url = "https://files.pythonhosted.org/packages/52/c8/08629657ac6c0da198487ce8cd3de78e02cfde42b7f34117d56a3fe249dc/scipy-1.17.0-cp311-cp311-win_amd64.whl", hash = "sha256:255c0da161bd7b32a6c898e7891509e8a9289f0b1c6c7d96142ee0d2b114c2ea", size = 36380284, upload-time = "2026-01-10T21:25:15.632Z" },
|
|
4655
|
-
{ url = "https://files.pythonhosted.org/packages/6c/4a/465f96d42c6f33ad324a40049dfd63269891db9324aa66c4a1c108c6f994/scipy-1.17.0-cp311-cp311-win_arm64.whl", hash = "sha256:85b0ac3ad17fa3be50abd7e69d583d98792d7edc08367e01445a1e2076005379", size = 24370427, upload-time = "2026-01-10T21:25:20.514Z" },
|
|
4656
|
-
{ url = "https://files.pythonhosted.org/packages/0b/11/7241a63e73ba5a516f1930ac8d5b44cbbfabd35ac73a2d08ca206df007c4/scipy-1.17.0-cp312-cp312-macosx_10_14_x86_64.whl", hash = "sha256:0d5018a57c24cb1dd828bcf51d7b10e65986d549f52ef5adb6b4d1ded3e32a57", size = 31364580, upload-time = "2026-01-10T21:25:25.717Z" },
|
|
4657
4624
|
{ url = "https://files.pythonhosted.org/packages/ed/1d/5057f812d4f6adc91a20a2d6f2ebcdb517fdbc87ae3acc5633c9b97c8ba5/scipy-1.17.0-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:88c22af9e5d5a4f9e027e26772cc7b5922fab8bcc839edb3ae33de404feebd9e", size = 27969012, upload-time = "2026-01-10T21:25:30.921Z" },
|
|
4658
4625
|
{ url = "https://files.pythonhosted.org/packages/e3/21/f6ec556c1e3b6ec4e088da667d9987bb77cc3ab3026511f427dc8451187d/scipy-1.17.0-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:f3cd947f20fe17013d401b64e857c6b2da83cae567adbb75b9dcba865abc66d8", size = 20140691, upload-time = "2026-01-10T21:25:34.802Z" },
|
|
4659
|
-
{ url = "https://files.pythonhosted.org/packages/7a/fe/5e5ad04784964ba964a96f16c8d4676aa1b51357199014dce58ab7ec5670/scipy-1.17.0-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:e8c0b331c2c1f531eb51f1b4fc9ba709521a712cce58f1aa627bc007421a5306", size = 22463015, upload-time = "2026-01-10T21:25:39.277Z" },
|
|
4660
|
-
{ url = "https://files.pythonhosted.org/packages/4a/69/7c347e857224fcaf32a34a05183b9d8a7aca25f8f2d10b8a698b8388561a/scipy-1.17.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5194c445d0a1c7a6c1a4a4681b6b7c71baad98ff66d96b949097e7513c9d6742", size = 32724197, upload-time = "2026-01-10T21:25:44.084Z" },
|
|
4661
|
-
{ url = "https://files.pythonhosted.org/packages/d1/fe/66d73b76d378ba8cc2fe605920c0c75092e3a65ae746e1e767d9d020a75a/scipy-1.17.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9eeb9b5f5997f75507814ed9d298ab23f62cf79f5a3ef90031b1ee2506abdb5b", size = 35009148, upload-time = "2026-01-10T21:25:50.591Z" },
|
|
4662
|
-
{ url = "https://files.pythonhosted.org/packages/af/07/07dec27d9dc41c18d8c43c69e9e413431d20c53a0339c388bcf72f353c4b/scipy-1.17.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:40052543f7bbe921df4408f46003d6f01c6af109b9e2c8a66dd1cf6cf57f7d5d", size = 34798766, upload-time = "2026-01-10T21:25:59.41Z" },
|
|
4663
|
-
{ url = "https://files.pythonhosted.org/packages/81/61/0470810c8a093cdacd4ba7504b8a218fd49ca070d79eca23a615f5d9a0b0/scipy-1.17.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:0cf46c8013fec9d3694dc572f0b54100c28405d55d3e2cb15e2895b25057996e", size = 37405953, upload-time = "2026-01-10T21:26:07.75Z" },
|
|
4664
|
-
{ url = "https://files.pythonhosted.org/packages/92/ce/672ed546f96d5d41ae78c4b9b02006cedd0b3d6f2bf5bb76ea455c320c28/scipy-1.17.0-cp312-cp312-win_amd64.whl", hash = "sha256:0937a0b0d8d593a198cededd4c439a0ea216a3f36653901ea1f3e4be949056f8", size = 36328121, upload-time = "2026-01-10T21:26:16.509Z" },
|
|
4665
|
-
{ url = "https://files.pythonhosted.org/packages/9d/21/38165845392cae67b61843a52c6455d47d0cc2a40dd495c89f4362944654/scipy-1.17.0-cp312-cp312-win_arm64.whl", hash = "sha256:f603d8a5518c7426414d1d8f82e253e454471de682ce5e39c29adb0df1efb86b", size = 24314368, upload-time = "2026-01-10T21:26:23.087Z" },
|
|
4666
|
-
{ url = "https://files.pythonhosted.org/packages/0c/51/3468fdfd49387ddefee1636f5cf6d03ce603b75205bf439bbf0e62069bfd/scipy-1.17.0-cp313-cp313-macosx_10_14_x86_64.whl", hash = "sha256:65ec32f3d32dfc48c72df4291345dae4f048749bc8d5203ee0a3f347f96c5ce6", size = 31344101, upload-time = "2026-01-10T21:26:30.25Z" },
|
|
4667
4626
|
{ url = "https://files.pythonhosted.org/packages/b2/9a/9406aec58268d437636069419e6977af953d1e246df941d42d3720b7277b/scipy-1.17.0-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:1f9586a58039d7229ce77b52f8472c972448cded5736eaf102d5658bbac4c269", size = 27950385, upload-time = "2026-01-10T21:26:36.801Z" },
|
|
4668
4627
|
{ url = "https://files.pythonhosted.org/packages/4f/98/e7342709e17afdfd1b26b56ae499ef4939b45a23a00e471dfb5375eea205/scipy-1.17.0-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:9fad7d3578c877d606b1150135c2639e9de9cecd3705caa37b66862977cc3e72", size = 20122115, upload-time = "2026-01-10T21:26:42.107Z" },
|
|
4669
|
-
{ url = "https://files.pythonhosted.org/packages/fd/0e/9eeeb5357a64fd157cbe0302c213517c541cc16b8486d82de251f3c68ede/scipy-1.17.0-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:423ca1f6584fc03936972b5f7c06961670dbba9f234e71676a7c7ccf938a0d61", size = 22442402, upload-time = "2026-01-10T21:26:48.029Z" },
|
|
4670
|
-
{ url = "https://files.pythonhosted.org/packages/c9/10/be13397a0e434f98e0c79552b2b584ae5bb1c8b2be95db421533bbca5369/scipy-1.17.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:fe508b5690e9eaaa9467fc047f833af58f1152ae51a0d0aed67aa5801f4dd7d6", size = 32696338, upload-time = "2026-01-10T21:26:55.521Z" },
|
|
4671
|
-
{ url = "https://files.pythonhosted.org/packages/63/1e/12fbf2a3bb240161651c94bb5cdd0eae5d4e8cc6eaeceb74ab07b12a753d/scipy-1.17.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6680f2dfd4f6182e7d6db161344537da644d1cf85cf293f015c60a17ecf08752", size = 34977201, upload-time = "2026-01-10T21:27:03.501Z" },
|
|
4672
|
-
{ url = "https://files.pythonhosted.org/packages/19/5b/1a63923e23ccd20bd32156d7dd708af5bbde410daa993aa2500c847ab2d2/scipy-1.17.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:eec3842ec9ac9de5917899b277428886042a93db0b227ebbe3a333b64ec7643d", size = 34777384, upload-time = "2026-01-10T21:27:11.423Z" },
|
|
4673
|
-
{ url = "https://files.pythonhosted.org/packages/39/22/b5da95d74edcf81e540e467202a988c50fef41bd2011f46e05f72ba07df6/scipy-1.17.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:d7425fcafbc09a03731e1bc05581f5fad988e48c6a861f441b7ab729a49a55ea", size = 37379586, upload-time = "2026-01-10T21:27:20.171Z" },
|
|
4674
|
-
{ url = "https://files.pythonhosted.org/packages/b9/b6/8ac583d6da79e7b9e520579f03007cb006f063642afd6b2eeb16b890bf93/scipy-1.17.0-cp313-cp313-win_amd64.whl", hash = "sha256:87b411e42b425b84777718cc41516b8a7e0795abfa8e8e1d573bf0ef014f0812", size = 36287211, upload-time = "2026-01-10T21:28:43.122Z" },
|
|
4675
|
-
{ url = "https://files.pythonhosted.org/packages/55/fb/7db19e0b3e52f882b420417644ec81dd57eeef1bd1705b6f689d8ff93541/scipy-1.17.0-cp313-cp313-win_arm64.whl", hash = "sha256:357ca001c6e37601066092e7c89cca2f1ce74e2a520ca78d063a6d2201101df2", size = 24312646, upload-time = "2026-01-10T21:28:49.893Z" },
|
|
4676
|
-
{ url = "https://files.pythonhosted.org/packages/20/b6/7feaa252c21cc7aff335c6c55e1b90ab3e3306da3f048109b8b639b94648/scipy-1.17.0-cp313-cp313t-macosx_10_14_x86_64.whl", hash = "sha256:ec0827aa4d36cb79ff1b81de898e948a51ac0b9b1c43e4a372c0508c38c0f9a3", size = 31693194, upload-time = "2026-01-10T21:27:27.454Z" },
|
|
4677
4628
|
{ url = "https://files.pythonhosted.org/packages/76/bb/bbb392005abce039fb7e672cb78ac7d158700e826b0515cab6b5b60c26fb/scipy-1.17.0-cp313-cp313t-macosx_12_0_arm64.whl", hash = "sha256:819fc26862b4b3c73a60d486dbb919202f3d6d98c87cf20c223511429f2d1a97", size = 28365415, upload-time = "2026-01-10T21:27:34.26Z" },
|
|
4678
4629
|
{ url = "https://files.pythonhosted.org/packages/37/da/9d33196ecc99fba16a409c691ed464a3a283ac454a34a13a3a57c0d66f3a/scipy-1.17.0-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:363ad4ae2853d88ebcde3ae6ec46ccca903ea9835ee8ba543f12f575e7b07e4e", size = 20537232, upload-time = "2026-01-10T21:27:40.306Z" },
|
|
4679
|
-
{ url = "https://files.pythonhosted.org/packages/56/9d/f4b184f6ddb28e9a5caea36a6f98e8ecd2a524f9127354087ce780885d83/scipy-1.17.0-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:979c3a0ff8e5ba254d45d59ebd38cde48fce4f10b5125c680c7a4bfe177aab07", size = 22791051, upload-time = "2026-01-10T21:27:46.539Z" },
|
|
4680
|
-
{ url = "https://files.pythonhosted.org/packages/9b/9d/025cccdd738a72140efc582b1641d0dd4caf2e86c3fb127568dc80444e6e/scipy-1.17.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:130d12926ae34399d157de777472bf82e9061c60cc081372b3118edacafe1d00", size = 32815098, upload-time = "2026-01-10T21:27:54.389Z" },
|
|
4681
|
-
{ url = "https://files.pythonhosted.org/packages/48/5f/09b879619f8bca15ce392bfc1894bd9c54377e01d1b3f2f3b595a1b4d945/scipy-1.17.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6e886000eb4919eae3a44f035e63f0fd8b651234117e8f6f29bad1cd26e7bc45", size = 35031342, upload-time = "2026-01-10T21:28:03.012Z" },
|
|
4682
|
-
{ url = "https://files.pythonhosted.org/packages/f2/9a/f0f0a9f0aa079d2f106555b984ff0fbb11a837df280f04f71f056ea9c6e4/scipy-1.17.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:13c4096ac6bc31d706018f06a49abe0485f96499deb82066b94d19b02f664209", size = 34893199, upload-time = "2026-01-10T21:28:10.832Z" },
|
|
4683
|
-
{ url = "https://files.pythonhosted.org/packages/90/b8/4f0f5cf0c5ea4d7548424e6533e6b17d164f34a6e2fb2e43ffebb6697b06/scipy-1.17.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:cacbaddd91fcffde703934897c5cd2c7cb0371fac195d383f4e1f1c5d3f3bd04", size = 37438061, upload-time = "2026-01-10T21:28:19.684Z" },
|
|
4684
|
-
{ url = "https://files.pythonhosted.org/packages/f9/cc/2bd59140ed3b2fa2882fb15da0a9cb1b5a6443d67cfd0d98d4cec83a57ec/scipy-1.17.0-cp313-cp313t-win_amd64.whl", hash = "sha256:edce1a1cf66298cccdc48a1bdf8fb10a3bf58e8b58d6c3883dd1530e103f87c0", size = 36328593, upload-time = "2026-01-10T21:28:28.007Z" },
|
|
4685
|
-
{ url = "https://files.pythonhosted.org/packages/13/1b/c87cc44a0d2c7aaf0f003aef2904c3d097b422a96c7e7c07f5efd9073c1b/scipy-1.17.0-cp313-cp313t-win_arm64.whl", hash = "sha256:30509da9dbec1c2ed8f168b8d8aa853bc6723fede1dbc23c7d43a56f5ab72a67", size = 24625083, upload-time = "2026-01-10T21:28:35.188Z" },
|
|
4686
4630
|
]
|
|
4687
4631
|
|
|
4688
4632
|
[[package]]
|