LICENSE
README.md
setup.cfg
setup.py
automatyzer_desktop/__init__.py
automatyzer_desktop.egg-info/PKG-INFO
automatyzer_desktop.egg-info/SOURCES.txt
automatyzer_desktop.egg-info/dependency_links.txt
automatyzer_desktop.egg-info/entry_points.txt
automatyzer_desktop.egg-info/requires.txt
automatyzer_desktop.egg-info/top_level.txt
automatyzer_desktop/actions/__init__.py
automatyzer_desktop/actions/app.py
automatyzer_desktop/actions/base.py
automatyzer_desktop/actions/browser.py
automatyzer_desktop/actions/email.py
automatyzer_desktop/actions/keyboard.py
automatyzer_desktop/actions/mouse.py
automatyzer_desktop/actions/screen.py
automatyzer_desktop/actions/system.py
automatyzer_desktop/actions/app/__init__.py
automatyzer_desktop/actions/app/base.py
automatyzer_desktop/actions/app/close.py
automatyzer_desktop/actions/app/focus.py
automatyzer_desktop/actions/app/open.py
automatyzer_desktop/cli/__init__.py
automatyzer_desktop/cli/commands.py
automatyzer_desktop/cli/main.py
automatyzer_desktop/connectors/__init__.py
automatyzer_desktop/connectors/email_connector.py
automatyzer_desktop/connectors/http.py
automatyzer_desktop/connectors/rdp.py
automatyzer_desktop/connectors/ssh.py
automatyzer_desktop/core/__init__.py
automatyzer_desktop/core/bot.py
automatyzer_desktop/core/config.py
automatyzer_desktop/core/logger.py
automatyzer_desktop/dsl/__init__.py
automatyzer_desktop/dsl/grammar.py
automatyzer_desktop/dsl/interpreter.py
automatyzer_desktop/dsl/lexer.py
automatyzer_desktop/dsl/parser.py
automatyzer_desktop/nlp/__init__.py
automatyzer_desktop/nlp/command_generator.py
automatyzer_desktop/nlp/entity_extractor.py
automatyzer_desktop/nlp/intent_parser.py
automatyzer_desktop/nlp/speech_to_text.py
automatyzer_desktop/pipeline/__init__.py
automatyzer_desktop/pipeline/builder.py
automatyzer_desktop/pipeline/condition.py
automatyzer_desktop/pipeline/pipeline.py
automatyzer_desktop/pipeline/step.py
automatyzer_desktop/utils/__init__.py
automatyzer_desktop/utils/image_utils.py
automatyzer_desktop/utils/ocr.py
automatyzer_desktop/utils/text_utils.py
automatyzer_desktop/utils/validators.py
tests/test_actions.py
tests/test_dsl.py
tests/test_nlp.py
tests/test_pipeline.py