PKG_README.md
README.md
pyproject.toml
agops_bird.egg-info/PKG-INFO
agops_bird.egg-info/SOURCES.txt
agops_bird.egg-info/dependency_links.txt
agops_bird.egg-info/entry_points.txt
agops_bird.egg-info/requires.txt
agops_bird.egg-info/top_level.txt
src/__init__.py
src/cli/__init__.py
src/cli/aco_config.py
src/cli/aco_launch.py
src/cli/aco_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/bird_utils.py
src/runner/context_manager.py
src/runner/develop_shim.py
src/runner/fstring_rewriter.py
src/runner/launch_scripts.py
src/runner/patch_constants.py
src/runner/patching_import_hook.py
src/runner/taint_wrappers.py
src/runner/monkey_patching/__init__.py
src/runner/monkey_patching/_dev_patch.py
src/runner/monkey_patching/_dev_patch_utils.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/patches/__init__.py
src/runner/monkey_patching/patches/anthropic_patches.py
src/runner/monkey_patching/patches/builtin_patches.py
src/runner/monkey_patching/patches/file_patches.py
src/runner/monkey_patching/patches/langchain_patches.py
src/runner/monkey_patching/patches/openai_patches.py
src/runner/monkey_patching/patches/together_patches.py
src/runner/monkey_patching/patches/uuid_patches.py
src/runner/monkey_patching/patches/vertexai_patches.py
src/server/__init__.py
src/server/cache_manager.py
src/server/db.py
src/server/develop_server.py
src/server/edit_manager.py
src/server/telemetry/__init__.py
src/server/telemetry/client.py
src/server/telemetry/server_logger.py
src/server/telemetry/snapshots.py
tests/test_api_calls.py
tests/test_json_patch.py
tests/test_optional_dependencies.py
tests/test_re_patches.py