agent-cli 0.72.0__tar.gz → 0.72.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.72.0 → agent_cli-0.72.1}/PKG-INFO +8 -8
- {agent_cli-0.72.0 → agent_cli-0.72.1}/README.md +7 -7
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/agents/memory/proxy.py +1 -1
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/agents/rag_proxy.py +1 -1
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/opts.py +2 -1
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/cli.py +3 -3
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/assistant.md +1 -1
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/autocorrect.md +1 -1
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/chat.md +1 -1
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/speak.md +1 -1
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/transcribe-daemon.md +1 -1
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/transcribe.md +1 -1
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/voice-edit.md +1 -1
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.claude/skills/agent-cli-dev/SKILL.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.claude/skills/agent-cli-dev/examples.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.claude-plugin/README.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.claude-plugin/marketplace.json +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.claude-plugin/plugin.json +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.claude-plugin/skills/agent-cli-dev/SKILL.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.claude-plugin/skills/agent-cli-dev/examples.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.cursorrules +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.dockerignore +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.env.example +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.github/logo.svg +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.github/release-drafter.yml +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.github/renovate.json +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.github/scripts/check_extras_sync.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.github/scripts/sync_requirements.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.github/workflows/automerge.yml +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.github/workflows/docker.yml +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.github/workflows/docs.yml +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.github/workflows/markdown-code-runner.yml +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.github/workflows/pytest.yml +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.github/workflows/release-drafter.yml +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.github/workflows/release.yml +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.github/workflows/toc.yaml +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.gitignore +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.jscpd.json +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.pre-commit-config.yaml +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.prompts/docs-review.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/.prompts/pr-review.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/CLAUDE.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/LICENSE +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/__main__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/_extras.json +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/_requirements/.gitkeep +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/_requirements/audio.txt +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/_requirements/faster-whisper.txt +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/_requirements/kokoro.txt +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/_requirements/llm.txt +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/_requirements/memory.txt +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/_requirements/mlx-whisper.txt +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/_requirements/piper.txt +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/_requirements/rag.txt +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/_requirements/server.txt +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/_requirements/speed.txt +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/_requirements/vad.txt +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/_requirements/wyoming.txt +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/_tools.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/agents/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/agents/_voice_agent_common.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/agents/assistant.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/agents/autocorrect.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/agents/chat.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/agents/memory/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/agents/memory/add.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/agents/speak.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/agents/transcribe.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/agents/transcribe_daemon.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/agents/voice_edit.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/api.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/cli.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/config.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/config_cmd.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/constants.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/core/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/core/audio.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/core/audio_format.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/core/chroma.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/core/deps.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/core/openai_proxy.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/core/process.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/core/reranker.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/core/sse.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/core/transcription_logger.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/core/utils.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/core/vad.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/core/watch.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/cli.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/coding_agents/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/coding_agents/aider.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/coding_agents/base.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/coding_agents/claude.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/coding_agents/codex.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/coding_agents/continue_dev.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/coding_agents/copilot.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/coding_agents/cursor_agent.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/coding_agents/gemini.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/coding_agents/opencode.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/coding_agents/registry.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/editors/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/editors/base.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/editors/cursor.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/editors/emacs.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/editors/jetbrains.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/editors/nano.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/editors/neovim.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/editors/registry.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/editors/sublime.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/editors/vim.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/editors/vscode.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/editors/zed.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/project.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/registry.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/skill/SKILL.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/skill/examples.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/terminals/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/terminals/apple_terminal.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/terminals/base.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/terminals/gnome.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/terminals/iterm2.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/terminals/kitty.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/terminals/registry.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/terminals/tmux.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/terminals/warp.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/terminals/zellij.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/dev/worktree.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/docs_gen.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/example-config.toml +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/install/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/install/common.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/install/extras.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/install/hotkeys.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/install/services.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/memory/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/memory/_files.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/memory/_filters.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/memory/_git.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/memory/_indexer.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/memory/_ingest.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/memory/_persistence.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/memory/_prompt.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/memory/_retrieval.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/memory/_store.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/memory/_streaming.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/memory/_tasks.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/memory/api.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/memory/client.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/memory/engine.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/memory/entities.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/memory/models.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/py.typed +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/rag/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/rag/_indexer.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/rag/_indexing.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/rag/_prompt.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/rag/_retriever.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/rag/_store.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/rag/_utils.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/rag/api.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/rag/client.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/rag/engine.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/rag/models.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/.runtime/.gitkeep +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/check_plugin_skill_sync.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/linux-hotkeys/README.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/linux-hotkeys/toggle-autocorrect.sh +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/linux-hotkeys/toggle-transcription.sh +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/linux-hotkeys/toggle-voice-edit.sh +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/macos-hotkeys/README.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/macos-hotkeys/skhd-config-example +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/macos-hotkeys/toggle-autocorrect.sh +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/macos-hotkeys/toggle-transcription.sh +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/macos-hotkeys/toggle-voice-edit.sh +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/nvidia-asr-server/README.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/nvidia-asr-server/pyproject.toml +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/nvidia-asr-server/server.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/nvidia-asr-server/shell.nix +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/nvidia-asr-server/uv.lock +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/run-openwakeword.sh +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/run-piper-windows.ps1 +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/run-piper.sh +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/run-whisper-linux.sh +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/run-whisper-macos.sh +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/run-whisper-windows.ps1 +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/run-whisper.sh +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/run_faster_whisper_server.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/setup-linux-hotkeys.sh +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/setup-linux.sh +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/setup-macos-hotkeys.sh +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/setup-macos.sh +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/setup-windows.ps1 +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/start-all-services-windows.ps1 +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/start-all-services.sh +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/scripts/sync_extras.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/common.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/model_manager.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/model_registry.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/proxy/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/proxy/api.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/streaming.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/tts/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/tts/api.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/tts/backends/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/tts/backends/base.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/tts/backends/kokoro.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/tts/backends/piper.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/tts/model_manager.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/tts/model_registry.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/tts/wyoming_handler.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/whisper/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/whisper/api.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/whisper/backends/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/whisper/backends/base.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/whisper/backends/faster_whisper.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/whisper/backends/mlx.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/whisper/languages.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/whisper/model_manager.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/whisper/model_registry.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/server/whisper/wyoming_handler.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/services/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/services/_wyoming_utils.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/services/asr.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/services/llm.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/services/tts.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/agent_cli/services/wake_word.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docker/docker-compose.yml +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docker/transcribe-proxy.Dockerfile +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docker/tts.Dockerfile +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docker/whisper.Dockerfile +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/CNAME +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/architecture/index.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/architecture/memory.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/architecture/rag.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/config.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/dev.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/index.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/install-extras.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/install-hotkeys.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/install-services.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/memory.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/rag-proxy.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/server/index.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/server/transcribe-proxy.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/server/tts.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/server/whisper.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/commands/start-services.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/configuration.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/getting-started.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/iOS_Shortcut_Guide.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/index.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/installation/docker.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/installation/index.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/installation/linux.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/installation/macos.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/installation/nixos.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/installation/windows.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/logo-clean.svg +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/overrides/partials/integrations/analytics/custom.html +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/run_markdown_code_runner.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/docs/system-integration.md +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/example.agent-cli-config.toml +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/justfile +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/pyproject.toml +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/shell.nix +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/agents/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/agents/test_fix_my_text.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/agents/test_interactive.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/agents/test_interactive_extra.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/agents/test_memory_add.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/agents/test_speak.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/agents/test_speak_e2e.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/agents/test_transcribe.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/agents/test_transcribe_agent.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/agents/test_transcribe_daemon.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/agents/test_transcribe_e2e.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/agents/test_transcribe_recovery.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/agents/test_tts_common.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/agents/test_tts_common_extra.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/agents/test_voice_agent_common.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/agents/test_voice_edit.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/agents/test_voice_edit_e2e.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/agents/test_wake_word_assistant.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/conftest.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/core/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/core/test_audio_format.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/core/test_chroma.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/core/test_sse.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/core/test_vad.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/core/test_watch.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/dev/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/dev/test_cli.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/dev/test_coding_agents.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/dev/test_editors.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/dev/test_project.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/dev/test_terminals.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/dev/test_verification.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/dev/test_worktree.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/install/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/install/test_extras.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/memory/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/memory/test_api_health.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/memory/test_api_integration_liveish.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/memory/test_client.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/memory/test_engine.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/memory/test_files.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/memory/test_filters.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/memory/test_git_integration.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/memory/test_indexer.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/memory/test_memory_integration.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/memory/test_proxy_passthrough.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/memory/test_store.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/memory/test_utils.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/mocks/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/mocks/audio.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/mocks/llm.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/mocks/wyoming.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/rag/__init__.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/rag/test_api.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/rag/test_engine.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/rag/test_history.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/rag/test_indexer.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/rag/test_indexing.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/rag/test_rag_client.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/rag/test_rag_integration_liveish.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/rag/test_rag_proxy_passthrough.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/rag/test_retriever.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/rag/test_store.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/rag/test_utils.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_api.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_api_integration.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_asr.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_asr_recovery.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_audio_e2e.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_cli.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_config.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_config_cmd.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_docs_gen.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_env_vars.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_json_output.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_llm.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_llm_gemini.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_memory_tools.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_mlx_backend.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_process_manager.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_requires_extras.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_server_streaming.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_server_tts.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_server_whisper.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_services.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_tools.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_tts.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_utils.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_wake_word.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/tests/test_wyoming_utils.py +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/uv.lock +0 -0
- {agent_cli-0.72.0 → agent_cli-0.72.1}/zensical.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agent-cli
|
|
3
|
-
Version: 0.72.
|
|
3
|
+
Version: 0.72.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>
|
|
@@ -738,7 +738,7 @@ the `[defaults]` section of your configuration file.
|
|
|
738
738
|
╭─ General Options ──────────────────────────────────────────────────────────────────────╮
|
|
739
739
|
│ --log-level [debug|info|warning|error] Set logging level. │
|
|
740
740
|
│ [env var: LOG_LEVEL] │
|
|
741
|
-
│ [default:
|
|
741
|
+
│ [default: warning] │
|
|
742
742
|
│ --log-file TEXT Path to a file to write logs to. │
|
|
743
743
|
│ --quiet -q Suppress console output from rich. │
|
|
744
744
|
│ --json Output result as JSON (implies │
|
|
@@ -915,7 +915,7 @@ the `[defaults]` section of your configuration file.
|
|
|
915
915
|
│ [default: clipboard] │
|
|
916
916
|
│ --log-level [debug|info|warning| Set logging level. │
|
|
917
917
|
│ error] [env var: LOG_LEVEL] │
|
|
918
|
-
│ [default:
|
|
918
|
+
│ [default: warning] │
|
|
919
919
|
│ --log-file TEXT Path to a file to │
|
|
920
920
|
│ write logs to. │
|
|
921
921
|
│ --quiet -q Suppress console │
|
|
@@ -1146,7 +1146,7 @@ uv tool install "agent-cli[vad]" -p 3.13
|
|
|
1146
1146
|
╭─ General Options ──────────────────────────────────────────────────────────────────────╮
|
|
1147
1147
|
│ --log-level [debug|info|warning|error] Set logging level. │
|
|
1148
1148
|
│ [env var: LOG_LEVEL] │
|
|
1149
|
-
│ [default:
|
|
1149
|
+
│ [default: warning] │
|
|
1150
1150
|
│ --log-file TEXT Path to a file to write logs to. │
|
|
1151
1151
|
│ --quiet -q Suppress console output from rich. │
|
|
1152
1152
|
│ --config TEXT Path to a TOML configuration file. │
|
|
@@ -1280,7 +1280,7 @@ uv tool install "agent-cli[vad]" -p 3.13
|
|
|
1280
1280
|
│ playing through speakers. │
|
|
1281
1281
|
│ --log-level [debug|info|warning|error] Set logging level. │
|
|
1282
1282
|
│ [env var: LOG_LEVEL] │
|
|
1283
|
-
│ [default:
|
|
1283
|
+
│ [default: warning] │
|
|
1284
1284
|
│ --log-file TEXT Path to a file to write logs to. │
|
|
1285
1285
|
│ --quiet -q Suppress console output from rich. │
|
|
1286
1286
|
│ --json Output result as JSON (implies │
|
|
@@ -1481,7 +1481,7 @@ uv tool install "agent-cli[vad]" -p 3.13
|
|
|
1481
1481
|
│ [default: clipboard] │
|
|
1482
1482
|
│ --log-level [debug|info|warning|erro Set logging level. │
|
|
1483
1483
|
│ r] [env var: LOG_LEVEL] │
|
|
1484
|
-
│ [default:
|
|
1484
|
+
│ [default: warning] │
|
|
1485
1485
|
│ --log-file TEXT Path to a file to write │
|
|
1486
1486
|
│ logs to. │
|
|
1487
1487
|
│ --quiet -q Suppress console output │
|
|
@@ -1701,7 +1701,7 @@ uv tool install "agent-cli[vad]" -p 3.13
|
|
|
1701
1701
|
│ [default: clipboard] │
|
|
1702
1702
|
│ --log-level [debug|info|warning|erro Set logging level. │
|
|
1703
1703
|
│ r] [env var: LOG_LEVEL] │
|
|
1704
|
-
│ [default:
|
|
1704
|
+
│ [default: warning] │
|
|
1705
1705
|
│ --log-file TEXT Path to a file to write │
|
|
1706
1706
|
│ logs to. │
|
|
1707
1707
|
│ --quiet -q Suppress console output │
|
|
@@ -1937,7 +1937,7 @@ uv tool install "agent-cli[vad]" -p 3.13
|
|
|
1937
1937
|
│ playing through speakers. │
|
|
1938
1938
|
│ --log-level [debug|info|warning|error] Set logging level. │
|
|
1939
1939
|
│ [env var: LOG_LEVEL] │
|
|
1940
|
-
│ [default:
|
|
1940
|
+
│ [default: warning] │
|
|
1941
1941
|
│ --log-file TEXT Path to a file to write logs to. │
|
|
1942
1942
|
│ --quiet -q Suppress console output from rich. │
|
|
1943
1943
|
│ --config TEXT Path to a TOML configuration file. │
|
|
@@ -650,7 +650,7 @@ the `[defaults]` section of your configuration file.
|
|
|
650
650
|
╭─ General Options ──────────────────────────────────────────────────────────────────────╮
|
|
651
651
|
│ --log-level [debug|info|warning|error] Set logging level. │
|
|
652
652
|
│ [env var: LOG_LEVEL] │
|
|
653
|
-
│ [default:
|
|
653
|
+
│ [default: warning] │
|
|
654
654
|
│ --log-file TEXT Path to a file to write logs to. │
|
|
655
655
|
│ --quiet -q Suppress console output from rich. │
|
|
656
656
|
│ --json Output result as JSON (implies │
|
|
@@ -827,7 +827,7 @@ the `[defaults]` section of your configuration file.
|
|
|
827
827
|
│ [default: clipboard] │
|
|
828
828
|
│ --log-level [debug|info|warning| Set logging level. │
|
|
829
829
|
│ error] [env var: LOG_LEVEL] │
|
|
830
|
-
│ [default:
|
|
830
|
+
│ [default: warning] │
|
|
831
831
|
│ --log-file TEXT Path to a file to │
|
|
832
832
|
│ write logs to. │
|
|
833
833
|
│ --quiet -q Suppress console │
|
|
@@ -1058,7 +1058,7 @@ uv tool install "agent-cli[vad]" -p 3.13
|
|
|
1058
1058
|
╭─ General Options ──────────────────────────────────────────────────────────────────────╮
|
|
1059
1059
|
│ --log-level [debug|info|warning|error] Set logging level. │
|
|
1060
1060
|
│ [env var: LOG_LEVEL] │
|
|
1061
|
-
│ [default:
|
|
1061
|
+
│ [default: warning] │
|
|
1062
1062
|
│ --log-file TEXT Path to a file to write logs to. │
|
|
1063
1063
|
│ --quiet -q Suppress console output from rich. │
|
|
1064
1064
|
│ --config TEXT Path to a TOML configuration file. │
|
|
@@ -1192,7 +1192,7 @@ uv tool install "agent-cli[vad]" -p 3.13
|
|
|
1192
1192
|
│ playing through speakers. │
|
|
1193
1193
|
│ --log-level [debug|info|warning|error] Set logging level. │
|
|
1194
1194
|
│ [env var: LOG_LEVEL] │
|
|
1195
|
-
│ [default:
|
|
1195
|
+
│ [default: warning] │
|
|
1196
1196
|
│ --log-file TEXT Path to a file to write logs to. │
|
|
1197
1197
|
│ --quiet -q Suppress console output from rich. │
|
|
1198
1198
|
│ --json Output result as JSON (implies │
|
|
@@ -1393,7 +1393,7 @@ uv tool install "agent-cli[vad]" -p 3.13
|
|
|
1393
1393
|
│ [default: clipboard] │
|
|
1394
1394
|
│ --log-level [debug|info|warning|erro Set logging level. │
|
|
1395
1395
|
│ r] [env var: LOG_LEVEL] │
|
|
1396
|
-
│ [default:
|
|
1396
|
+
│ [default: warning] │
|
|
1397
1397
|
│ --log-file TEXT Path to a file to write │
|
|
1398
1398
|
│ logs to. │
|
|
1399
1399
|
│ --quiet -q Suppress console output │
|
|
@@ -1613,7 +1613,7 @@ uv tool install "agent-cli[vad]" -p 3.13
|
|
|
1613
1613
|
│ [default: clipboard] │
|
|
1614
1614
|
│ --log-level [debug|info|warning|erro Set logging level. │
|
|
1615
1615
|
│ r] [env var: LOG_LEVEL] │
|
|
1616
|
-
│ [default:
|
|
1616
|
+
│ [default: warning] │
|
|
1617
1617
|
│ --log-file TEXT Path to a file to write │
|
|
1618
1618
|
│ logs to. │
|
|
1619
1619
|
│ --quiet -q Suppress console output │
|
|
@@ -1849,7 +1849,7 @@ uv tool install "agent-cli[vad]" -p 3.13
|
|
|
1849
1849
|
│ playing through speakers. │
|
|
1850
1850
|
│ --log-level [debug|info|warning|error] Set logging level. │
|
|
1851
1851
|
│ [env var: LOG_LEVEL] │
|
|
1852
|
-
│ [default:
|
|
1852
|
+
│ [default: warning] │
|
|
1853
1853
|
│ --log-file TEXT Path to a file to write logs to. │
|
|
1854
1854
|
│ --quiet -q Suppress console output from rich. │
|
|
1855
1855
|
│ --config TEXT Path to a TOML configuration file. │
|
|
@@ -68,7 +68,7 @@ def proxy(
|
|
|
68
68
|
help="Auto-commit memory changes to git. Initializes a repo in `--memory-path` if needed. Provides full history of memory evolution.",
|
|
69
69
|
rich_help_panel="Memory Configuration",
|
|
70
70
|
),
|
|
71
|
-
log_level: opts.LogLevel = opts.
|
|
71
|
+
log_level: opts.LogLevel = opts.SERVER_LOG_LEVEL,
|
|
72
72
|
config_file: str | None = opts.CONFIG_FILE,
|
|
73
73
|
print_args: bool = opts.PRINT_ARGS,
|
|
74
74
|
) -> None:
|
|
@@ -45,7 +45,7 @@ def rag_proxy(
|
|
|
45
45
|
help="Port for the RAG proxy API (e.g., `http://localhost:8000/v1/chat/completions`).",
|
|
46
46
|
rich_help_panel="Server Configuration",
|
|
47
47
|
),
|
|
48
|
-
log_level: opts.LogLevel = opts.
|
|
48
|
+
log_level: opts.LogLevel = opts.SERVER_LOG_LEVEL,
|
|
49
49
|
config_file: str | None = opts.CONFIG_FILE,
|
|
50
50
|
print_args: bool = opts.PRINT_ARGS,
|
|
51
51
|
enable_rag_tools: bool = typer.Option(
|
|
@@ -364,13 +364,14 @@ CLIPBOARD: bool = typer.Option(
|
|
|
364
364
|
rich_help_panel="General Options",
|
|
365
365
|
)
|
|
366
366
|
LOG_LEVEL: LogLevel = typer.Option(
|
|
367
|
-
"
|
|
367
|
+
"warning",
|
|
368
368
|
"--log-level",
|
|
369
369
|
envvar="LOG_LEVEL",
|
|
370
370
|
help="Set logging level.",
|
|
371
371
|
case_sensitive=False,
|
|
372
372
|
rich_help_panel="General Options",
|
|
373
373
|
)
|
|
374
|
+
SERVER_LOG_LEVEL: LogLevel = with_default(LOG_LEVEL, "info")
|
|
374
375
|
LOG_FILE: str | None = typer.Option(
|
|
375
376
|
None,
|
|
376
377
|
"--log-file",
|
|
@@ -291,7 +291,7 @@ def whisper_cmd( # noqa: PLR0912, PLR0915
|
|
|
291
291
|
help="Download model(s) to cache and exit. Useful for Docker builds",
|
|
292
292
|
),
|
|
293
293
|
] = False,
|
|
294
|
-
log_level: opts.LogLevel = opts.
|
|
294
|
+
log_level: opts.LogLevel = opts.SERVER_LOG_LEVEL,
|
|
295
295
|
backend: Annotated[
|
|
296
296
|
str,
|
|
297
297
|
typer.Option(
|
|
@@ -473,7 +473,7 @@ def transcribe_proxy_cmd(
|
|
|
473
473
|
bool,
|
|
474
474
|
typer.Option("--reload", help="Auto-reload on code changes (development only)"),
|
|
475
475
|
] = False,
|
|
476
|
-
log_level: opts.LogLevel = opts.
|
|
476
|
+
log_level: opts.LogLevel = opts.SERVER_LOG_LEVEL,
|
|
477
477
|
) -> None:
|
|
478
478
|
r"""Run transcription proxy that forwards to your configured ASR provider.
|
|
479
479
|
|
|
@@ -627,7 +627,7 @@ def tts_cmd( # noqa: PLR0915
|
|
|
627
627
|
help="Download model(s)/voice(s) to cache and exit. Useful for Docker builds",
|
|
628
628
|
),
|
|
629
629
|
] = False,
|
|
630
|
-
log_level: opts.LogLevel = opts.
|
|
630
|
+
log_level: opts.LogLevel = opts.SERVER_LOG_LEVEL,
|
|
631
631
|
backend: Annotated[
|
|
632
632
|
str,
|
|
633
633
|
typer.Option(
|
|
@@ -168,7 +168,7 @@ agent-cli assistant --wake-server-ip 192.168.1.100 --wake-server-port 10400
|
|
|
168
168
|
|--------|---------|-------------|
|
|
169
169
|
| `--save-file` | - | Save audio to WAV file instead of playing through speakers. |
|
|
170
170
|
| `--clipboard/--no-clipboard` | `true` | Copy result to clipboard. |
|
|
171
|
-
| `--log-level` | `
|
|
171
|
+
| `--log-level` | `warning` | Set logging level. |
|
|
172
172
|
| `--log-file` | - | Path to a file to write logs to. |
|
|
173
173
|
| `--quiet, -q` | `false` | Suppress console output from rich. |
|
|
174
174
|
| `--config` | - | Path to a TOML configuration file. |
|
|
@@ -72,7 +72,7 @@ agent-cli autocorrect "this text has an eror"
|
|
|
72
72
|
|
|
73
73
|
| Option | Default | Description |
|
|
74
74
|
|--------|---------|-------------|
|
|
75
|
-
| `--log-level` | `
|
|
75
|
+
| `--log-level` | `warning` | Set logging level. |
|
|
76
76
|
| `--log-file` | - | Path to a file to write logs to. |
|
|
77
77
|
| `--quiet, -q` | `false` | Suppress console output from rich. |
|
|
78
78
|
| `--json` | `false` | Output result as JSON (implies `--quiet` and `--no-clipboard`). |
|
|
@@ -170,7 +170,7 @@ agent-cli chat --last-n-messages 100 --history-dir ~/.my-chat-history
|
|
|
170
170
|
| Option | Default | Description |
|
|
171
171
|
|--------|---------|-------------|
|
|
172
172
|
| `--save-file` | - | Save audio to WAV file instead of playing through speakers. |
|
|
173
|
-
| `--log-level` | `
|
|
173
|
+
| `--log-level` | `warning` | Set logging level. |
|
|
174
174
|
| `--log-file` | - | Path to a file to write logs to. |
|
|
175
175
|
| `--quiet, -q` | `false` | Suppress console output from rich. |
|
|
176
176
|
| `--config` | - | Path to a TOML configuration file. |
|
|
@@ -108,7 +108,7 @@ agent-cli speak --list-devices
|
|
|
108
108
|
| Option | Default | Description |
|
|
109
109
|
|--------|---------|-------------|
|
|
110
110
|
| `--save-file` | - | Save audio to WAV file instead of playing through speakers. |
|
|
111
|
-
| `--log-level` | `
|
|
111
|
+
| `--log-level` | `warning` | Set logging level. |
|
|
112
112
|
| `--log-file` | - | Path to a file to write logs to. |
|
|
113
113
|
| `--quiet, -q` | `false` | Suppress console output from rich. |
|
|
114
114
|
| `--json` | `false` | Output result as JSON (implies `--quiet` and `--no-clipboard`). |
|
|
@@ -149,7 +149,7 @@ agent-cli transcribe-daemon --silence-threshold 1.5
|
|
|
149
149
|
|
|
150
150
|
| Option | Default | Description |
|
|
151
151
|
|--------|---------|-------------|
|
|
152
|
-
| `--log-level` | `
|
|
152
|
+
| `--log-level` | `warning` | Set logging level. |
|
|
153
153
|
| `--log-file` | - | Path to a file to write logs to. |
|
|
154
154
|
| `--quiet, -q` | `false` | Suppress console output from rich. |
|
|
155
155
|
| `--config` | - | Path to a TOML configuration file. |
|
|
@@ -154,7 +154,7 @@ The `--from-file` option supports multiple audio formats:
|
|
|
154
154
|
| Option | Default | Description |
|
|
155
155
|
|--------|---------|-------------|
|
|
156
156
|
| `--clipboard/--no-clipboard` | `true` | Copy result to clipboard. |
|
|
157
|
-
| `--log-level` | `
|
|
157
|
+
| `--log-level` | `warning` | Set logging level. |
|
|
158
158
|
| `--log-file` | - | Path to a file to write logs to. |
|
|
159
159
|
| `--quiet, -q` | `false` | Suppress console output from rich. |
|
|
160
160
|
| `--json` | `false` | Output result as JSON (implies `--quiet` and `--no-clipboard`). |
|
|
@@ -164,7 +164,7 @@ agent-cli voice-edit --stop
|
|
|
164
164
|
|--------|---------|-------------|
|
|
165
165
|
| `--save-file` | - | Save audio to WAV file instead of playing through speakers. |
|
|
166
166
|
| `--clipboard/--no-clipboard` | `true` | Copy result to clipboard. |
|
|
167
|
-
| `--log-level` | `
|
|
167
|
+
| `--log-level` | `warning` | Set logging level. |
|
|
168
168
|
| `--log-file` | - | Path to a file to write logs to. |
|
|
169
169
|
| `--quiet, -q` | `false` | Suppress console output from rich. |
|
|
170
170
|
| `--json` | `false` | Output result as JSON (implies `--quiet` and `--no-clipboard`). |
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|