LICENSE
MANIFEST.in
README.md
config-example.yaml
pyproject.toml
agsekit.egg-info/PKG-INFO
agsekit.egg-info/SOURCES.txt
agsekit.egg-info/dependency_links.txt
agsekit.egg-info/entry_points.txt
agsekit.egg-info/requires.txt
agsekit.egg-info/top_level.txt
agsekit_cli/__init__.py
agsekit_cli/agents.py
agsekit_cli/ansible_utils.py
agsekit_cli/backup.py
agsekit_cli/cli.py
agsekit_cli/config.py
agsekit_cli/debug.py
agsekit_cli/i18n.py
agsekit_cli/interactive.py
agsekit_cli/mounts.py
agsekit_cli/progress.py
agsekit_cli/run_with_proxychains.sh
agsekit_cli/vm.py
agsekit_cli/vm_bundle_definitions.py
agsekit_cli/vm_bundles.py
agsekit_cli/vm_prepare.py
agsekit_cli/agent_scripts/claude-code.sh
agsekit_cli/agent_scripts/codex-glibc.sh
agsekit_cli/agent_scripts/codex.sh
agsekit_cli/agent_scripts/proxychains_common.sh
agsekit_cli/agent_scripts/qwen.sh
agsekit_cli/ansible/vm_packages.yml
agsekit_cli/ansible/vm_ssh.yml
agsekit_cli/ansible/agents/claude.yml
agsekit_cli/ansible/agents/cline.yml
agsekit_cli/ansible/agents/codex-glibc.yml
agsekit_cli/ansible/agents/codex.yml
agsekit_cli/ansible/agents/opencode.yml
agsekit_cli/ansible/agents/proxychains.yml
agsekit_cli/ansible/agents/qwen.yml
agsekit_cli/ansible/bundles/docker.yml
agsekit_cli/ansible/bundles/golang.yml
agsekit_cli/ansible/bundles/nodejs.yml
agsekit_cli/ansible/bundles/nvm.yml
agsekit_cli/ansible/bundles/pyenv.yml
agsekit_cli/ansible/bundles/python.yml
agsekit_cli/ansible/bundles/rust.yml
agsekit_cli/ansible/callback_plugins/agsekit_progress.py
agsekit_cli/ansible/callback_plugins/agsekit_rich.py
agsekit_cli/commands/__init__.py
agsekit_cli/commands/addmount.py
agsekit_cli/commands/backup_clean.py
agsekit_cli/commands/backup_once.py
agsekit_cli/commands/backup_repeated.py
agsekit_cli/commands/config_example.py
agsekit_cli/commands/config_gen.py
agsekit_cli/commands/create_vm.py
agsekit_cli/commands/destroy_vm.py
agsekit_cli/commands/doctor.py
agsekit_cli/commands/install_agents.py
agsekit_cli/commands/list_bundles.py
agsekit_cli/commands/mounts.py
agsekit_cli/commands/pip_upgrade.py
agsekit_cli/commands/portforward.py
agsekit_cli/commands/prepare.py
agsekit_cli/commands/removemount.py
agsekit_cli/commands/run.py
agsekit_cli/commands/shell.py
agsekit_cli/commands/ssh.py
agsekit_cli/commands/start_vm.py
agsekit_cli/commands/status.py
agsekit_cli/commands/stop.py
agsekit_cli/commands/systemd.py
agsekit_cli/commands/version.py
agsekit_cli/locales/en.json
agsekit_cli/locales/ru.json
agsekit_cli/vm_installers/docker.sh
agsekit_cli/vm_installers/golang.sh
agsekit_cli/vm_installers/nodejs.sh
agsekit_cli/vm_installers/nvm.sh
agsekit_cli/vm_installers/pyenv.sh
agsekit_cli/vm_installers/python.sh
agsekit_cli/vm_installers/rust.sh
tests/test_addmount_command.py
tests/test_agents.py
tests/test_ansible_agent_proxychains.py
tests/test_ansible_utils.py
tests/test_ansible_vm_bundles.py
tests/test_backup_clean_command.py
tests/test_backup_progress.py
tests/test_backup_repeated.py
tests/test_backup_repeated_commands.py
tests/test_config_agents.py
tests/test_config_gen_command.py
tests/test_config_mounts.py
tests/test_config_vms.py
tests/test_create_vm_command.py
tests/test_doctor_command.py
tests/test_i18n.py
tests/test_install_agents_command.py
tests/test_interactive_mode.py
tests/test_make_single_backup.py
tests/test_mount_commands.py
tests/test_mounts.py
tests/test_pip_upgrade_command.py
tests/test_portforward.py
tests/test_prepare_command.py
tests/test_removemount_command.py
tests/test_run_command.py
tests/test_shell_command.py
tests/test_start_vm_command.py
tests/test_status_command.py
tests/test_stop_vm_command.py
tests/test_version_command.py
tests/test_vm_compare.py
tests/test_vm_proxychains.py