LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
allyson/__init__.py
allyson/agent.py
allyson/agent_loop.py
allyson/browser.py
allyson/cli.py
allyson/dom_extractor.py
allyson/element.py
allyson/page.py
allyson/tools.py
allyson.egg-info/PKG-INFO
allyson.egg-info/SOURCES.txt
allyson.egg-info/dependency_links.txt
allyson.egg-info/entry_points.txt
allyson.egg-info/requires.txt
allyson.egg-info/top_level.txt
examples/agent_example.py
examples/agent_loop_example.py
examples/dom_extraction_example.py
examples/screenshot_annotation_example.py
examples/simple_example.py
tests/conftest.py
tests/test_agent_loop.py
tests/test_browser.py
tests/test_dom_extractor.py
tests/test_dom_extractor_integration.py
tests/test_screenshot_annotations.py