LICENSE
README.md
pyproject.toml
setup.py
stoat/__init__.py
stoat/__main__.py
stoat/cli.py
stoat/config.py
stoat/errors.py
stoat/observability.py
stoat/core/__init__.py
stoat/core/context.py
stoat/core/intent_schema.py
stoat/core/nlp_engine.py
stoat/core/parser_backends.py
stoat/core/router.py
stoat/handlers/__init__.py
stoat/handlers/app_management.py
stoat/handlers/base.py
stoat/handlers/file_operations.py
stoat/handlers/search.py
stoat/handlers/system_info.py
stoat/integrations/__init__.py
stoat/integrations/desktop_env.py
stoat/integrations/file_system.py
stoat/integrations/process_manager.py
stoat/integrations/search_engine.py
stoat/integrations/system_info.py
stoat/integrations/trash_manager.py
stoat/prompts/__init__.py
stoat/prompts/examples.py
stoat/prompts/system_prompt.py
stoat/safety/__init__.py
stoat/safety/confirmation.py
stoat/safety/permissions.py
stoat/safety/validator.py
stoat/utils/__init__.py
stoat/utils/fuzzy_matcher.py
stoat/utils/helpers.py
stoat/utils/logging.py
stoat/utils/undo_stack.py
stoat_linux.egg-info/PKG-INFO
stoat_linux.egg-info/SOURCES.txt
stoat_linux.egg-info/dependency_links.txt
stoat_linux.egg-info/entry_points.txt
stoat_linux.egg-info/requires.txt
stoat_linux.egg-info/top_level.txt
tests/test_app_management.py
tests/test_cli.py
tests/test_config.py
tests/test_file_operations.py
tests/test_nlp.py
tests/test_router.py
tests/test_safety.py
tests/test_search.py
tests/test_system_info.py
tests/test_undo_stack.py