LICENSE
README.md
pyproject.toml
monix/__init__.py
monix/__main__.py
monix/assistant.py
monix/cli.py
monix/mcp.py
monix/monitor.py
monix/picker.py
monix/render.py
monix.egg-info/PKG-INFO
monix.egg-info/SOURCES.txt
monix.egg-info/dependency_links.txt
monix.egg-info/entry_points.txt
monix.egg-info/requires.txt
monix.egg-info/top_level.txt
monix/config/__init__.py
monix/config/keystore.py
monix/config/settings.py
monix/core/__init__.py
monix/core/assistant.py
monix/llm/__init__.py
monix/llm/client.py
monix/llm/executor.py
monix/llm/gemini.py
monix/llm/masker.py
monix/llm/prompts.py
monix/llm/registry.py
monix/llm/runner.py
monix/llm/trimmer.py
monix/llm/types.py
monix/llm/providers/__init__.py
monix/llm/providers/base.py
monix/llm/providers/codex.py
monix/llm/providers/factory.py
monix/llm/providers/gemini.py
monix/llm/tests/__init__.py
monix/llm/tests/test_client.py
monix/llm/tests/test_codex_provider.py
monix/llm/tests/test_executor.py
monix/llm/tests/test_masker.py
monix/llm/tests/test_prompts.py
monix/llm/tests/test_registry.py
monix/llm/tests/test_runner.py
monix/llm/tests/test_trimmer.py
monix/safety/__init__.py
monix/safety/policy.py
monix/tools/__init__.py
monix/tools/calling.py
monix/tools/collect.py
monix/tools/config_actions.py
monix/tools/services.py
monix/tools/logs/__init__.py
monix/tools/logs/_types.py
monix/tools/logs/app.py
monix/tools/logs/nginx.py
monix/tools/logs/registry.py
monix/tools/logs/docker/__init__.py
monix/tools/logs/docker/containers.py
monix/tools/notify/__init__.py
monix/tools/notify/_types.py
monix/tools/notify/config_store.py
monix/tools/notify/discord.py
monix/tools/notify/slack.py
monix/tools/notify/webhook.py
monix/tools/system/__init__.py
monix/tools/system/cpu.py
monix/tools/system/disk.py
monix/tools/system/disk_io.py
monix/tools/system/docker_stats.py
monix/tools/system/memory.py
monix/tools/system/metrics.py
monix/tools/system/network.py
monix/tools/system/processes.py
monix/tools/system/swap.py
tests/test_cli_input.py
tests/test_docker_command.py
tests/test_mcp.py
tests/test_monitor.py
tests/test_provider_setup.py