LICENSE
MANIFEST.in
README.md
pyproject.toml
agent/__init__.py
agent/bootstrap.py
agent/doctor.py
agent/main.py
agent/model_manager.py
agent/session_manager.py
agent/bridge/__init__.py
agent/bridge/server.py
agent/bridge/ui.py
agent/cli_anything/__init__.py
agent/cli_anything/loader.py
agent/cli_anything/market.py
agent/cli_anything/migrate.py
agent/cli_anything/registry.py
agent/cli_anything/runner.py
agent/cli_anything/schema.py
agent/collaboration/__init__.py
agent/collaboration/mailbox.py
agent/collaboration/subagent.py
agent/collaboration/task_list.py
agent/collaboration/team.py
agent/collaboration/teammate.py
agent/collaboration/teammate_registry.py
agent/commands/__init__.py
agent/commands/router.py
agent/commands/handlers/__init__.py
agent/commands/handlers/cli_anything_commands.py
agent/commands/handlers/collab_commands.py
agent/commands/handlers/config_commands.py
agent/commands/handlers/core_commands.py
agent/commands/handlers/init_command.py
agent/commands/handlers/media_commands.py
agent/commands/handlers/model_commands.py
agent/commands/handlers/phone_commands.py
agent/commands/handlers/plugin_commands.py
agent/commands/handlers/session_commands.py
agent/commands/handlers/skill_commands.py
agent/commands/handlers/tool_commands.py
agent/commands/handlers/voice_commands.py
agent/commands/handlers/wechat_commands.py
agent/config/__init__.py
agent/config/env.py
agent/config/keyring_store.py
agent/config/migrations.py
agent/config/model_registry.py
agent/config/settings.py
agent/configs/permissions.yaml
agent/configs/settings.example.toml
agent/core/__init__.py
agent/core/context.py
agent/core/diag.py
agent/core/error_recovery.py
agent/core/hooks.py
agent/core/images.py
agent/core/layered_context.py
agent/core/logging.py
agent/core/message.py
agent/core/orchestrator.py
agent/core/query_loop.py
agent/core/result.py
agent/core/tool.py
agent/core/audit/tool_auditor.py
agent/core/daemon/__init__.py
agent/core/daemon/calendar_source.py
agent/core/daemon/deadline.py
agent/core/daemon/holidays.py
agent/core/daemon/monitor.py
agent/core/daemon/proactive.py
agent/core/daemon/scheduler.py
agent/core/daemon/vision_watcher.py
agent/core/extensions/__init__.py
agent/core/extensions/mcp_client.py
agent/core/extensions/plugins.py
agent/core/extensions/skills.py
agent/core/memory/__init__.py
agent/core/memory/compactor.py
agent/core/memory/file_state.py
agent/core/memory/recovery.py
agent/core/memory/store.py
agent/core/sandbox/__init__.py
agent/core/sandbox/audit.py
agent/core/sandbox/executor.py
agent/core/sandbox/file_guard.py
agent/core/sandbox/risk_scorer.py
agent/daemon/__init__.py
agent/daemon/autostart.py
agent/daemon/daemon.py
agent/daemon/hotkey.py
agent/daemon/hotkey_native.py
agent/daemon/notifications.py
agent/daemon/platform_utils.py
agent/daemon/realtime.py
agent/daemon/sessions.py
agent/daemon/terminal_spawner.py
agent/daemon/tray.py
agent/daemon/voice_state.py
agent/llm/__init__.py
agent/llm/anthropic_provider.py
agent/llm/base.py
agent/llm/dashscope_provider.py
agent/llm/errors.py
agent/llm/mock.py
agent/llm/openai_provider.py
agent/llm/provider_registry.py
agent/llm/thinking.py
agent/llm/zai_provider.py
agent/lsp/__init__.py
agent/lsp/client.py
agent/lsp/manager.py
agent/permissions/__init__.py
agent/permissions/checker.py
agent/permissions/modes.py
agent/permissions/path_guard.py
agent/permissions/rules.py
agent/permissions/shell_classifier.py
agent/prompts/__init__.py
agent/prompts/system.py
agent/tools/__init__.py
agent/tools/ask_user.py
agent/tools/base.py
agent/tools/bash.py
agent/tools/location.py
agent/tools/todo.py
agent/tools/tool_search.py
agent/tools/collaboration/__init__.py
agent/tools/collaboration/enter_plan.py
agent/tools/collaboration/exit_plan.py
agent/tools/collaboration/send_message.py
agent/tools/collaboration/subagent_tool.py
agent/tools/collaboration/task_create.py
agent/tools/collaboration/task_get.py
agent/tools/collaboration/task_list.py
agent/tools/collaboration/task_stop.py
agent/tools/collaboration/task_update.py
agent/tools/collaboration/team_create.py
agent/tools/collaboration/team_delete.py
agent/tools/collaboration/team_status.py
agent/tools/extensions/__init__.py
agent/tools/extensions/cli_anything_tool.py
agent/tools/extensions/deadline_tool.py
agent/tools/extensions/dev_server_tool.py
agent/tools/extensions/email_tool.py
agent/tools/extensions/lsp_tool.py
agent/tools/extensions/mcp_tool.py
agent/tools/extensions/schedule_tool.py
agent/tools/file_ops/__init__.py
agent/tools/file_ops/file_edit.py
agent/tools/file_ops/file_read.py
agent/tools/file_ops/file_write.py
agent/tools/file_ops/glob.py
agent/tools/file_ops/grep.py
agent/tools/system/__init__.py
agent/tools/system/gui_vision.py
agent/tools/system/keyboard.py
agent/tools/system/mouse.py
agent/tools/system/screen.py
agent/tools/system/window.py
agent/tools/vision/__init__.py
agent/tools/vision/camera.py
agent/tools/vision/vision_tools.py
agent/tools/web/__init__.py
agent/tools/web/browser.py
agent/tools/web/web.py
agent/ui/__init__.py
agent/ui/boot_animation.py
agent/ui/cli.py
agent/ui/markdown_renderer.py
agent/ui/model_picker.py
agent/ui/session_picker.py
agent/ui/terminal_picker.py
agent/ui/realtime_window/__init__.py
agent/ui/realtime_window/bridge.py
agent/ui/realtime_window/process.py
agent/ui/realtime_window/window.py
agent/ui/realtime_window/assets/app.js
agent/ui/realtime_window/assets/index.html
agent/ui/realtime_window/assets/reactor.js
agent/ui/realtime_window/assets/style.css
agent/utils/mask.py
agent/voice/__init__.py
agent/voice/aec.py
agent/voice/audio.py
agent/voice/barge_in.py
agent/voice/client_vad.py
agent/voice/realtime_talk.py
agent/voice/stream_tts.py
agent/voice/stt.py
agent/voice/tts.py
agent/voice/tts_text.py
agent/voice/tts_voices.py
agent/voice/voice_config.py
agent/voice/voice_loop.py
agent/wechat/__init__.py
agent/wechat/ilink.py
agent/wechat/server.py
agent/wechat/ui.py
jarvis_agent.egg-info/PKG-INFO
jarvis_agent.egg-info/SOURCES.txt
jarvis_agent.egg-info/dependency_links.txt
jarvis_agent.egg-info/entry_points.txt
jarvis_agent.egg-info/requires.txt
jarvis_agent.egg-info/top_level.txt
tests/test_command_router.py
tests/test_core_tools.py
tests/test_orchestrator.py
tests/test_p23_proactive.py
tests/test_p38_sandbox.py
tests/test_permissions.py
tests/test_permissions_more.py
tests/test_query_loop.py
tests/test_query_loop_run.py
tests/test_sandbox_more.py
tests/test_session_manager.py