README.md
pyproject.toml
ao_dev.egg-info/PKG-INFO
ao_dev.egg-info/SOURCES.txt
ao_dev.egg-info/dependency_links.txt
ao_dev.egg-info/entry_points.txt
ao_dev.egg-info/requires.txt
ao_dev.egg-info/top_level.txt
docs/PKG_README.md
src/__init__.py
src/cli/__init__.py
src/cli/ao_config.py
src/cli/ao_record.py
src/cli/ao_server.py
src/common/__init__.py
src/common/config.py
src/common/constants.py
src/common/logger.py
src/common/utils.py
src/runner/__init__.py
src/runner/agent_runner.py
src/runner/ast_rewrite_hook.py
src/runner/context_manager.py
src/runner/taint_dict.py
src/runner/monkey_patching/__init__.py
src/runner/monkey_patching/api_parser.py
src/runner/monkey_patching/apply_monkey_patches.py
src/runner/monkey_patching/patching_utils.py
src/runner/monkey_patching/api_parsers/__init__.py
src/runner/monkey_patching/api_parsers/genai_api_parser.py
src/runner/monkey_patching/api_parsers/httpx_api_parser.py
src/runner/monkey_patching/api_parsers/mcp_api_parser.py
src/runner/monkey_patching/api_parsers/requests_api_parser.py
src/runner/monkey_patching/patches/__init__.py
src/runner/monkey_patching/patches/file_patches.py
src/runner/monkey_patching/patches/genai_patch.py
src/runner/monkey_patching/patches/httpx_patch.py
src/runner/monkey_patching/patches/mcp_patches.py
src/runner/monkey_patching/patches/randomness_patch.py
src/runner/monkey_patching/patches/requests_patch.py
src/server/__init__.py
src/server/ast_helpers.py
src/server/ast_transformer.py
src/server/auth_app.py
src/server/database_manager.py
src/server/file_watcher.py
src/server/main_server.py
src/server/database_backends/__init__.py
src/server/database_backends/postgres.py
src/server/database_backends/sqlite.py