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/backup.py
agsekit_cli/cli.py
agsekit_cli/config.py
agsekit_cli/i18n.py
agsekit_cli/interactive.py
agsekit_cli/mounts.py
agsekit_cli/run_with_proxychains.sh
agsekit_cli/vm.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/commands/__init__.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/install_agents.py
agsekit_cli/commands/mounts.py
agsekit_cli/commands/portforward.py
agsekit_cli/commands/prepare.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/stop.py
agsekit_cli/commands/systemd.py
agsekit_cli/locales/en.json
agsekit_cli/locales/ru.json
tests/test_agents.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_install_agents_command.py
tests/test_interactive_mode.py
tests/test_make_single_backup.py
tests/test_mount_commands.py
tests/test_prepare_command.py
tests/test_run_command.py
tests/test_shell_command.py
tests/test_start_vm_command.py
tests/test_stop_vm_command.py