README.md
pyproject.toml
src/wechat_desktop_tool/__init__.py
src/wechat_desktop_tool/__main__.py
src/wechat_desktop_tool/adapter.py
src/wechat_desktop_tool/agent_skill.py
src/wechat_desktop_tool/cli.py
src/wechat_desktop_tool/commands.py
src/wechat_desktop_tool/control_map.py
src/wechat_desktop_tool/errors.py
src/wechat_desktop_tool/models.py
src/wechat_desktop_tool/observations.py
src/wechat_desktop_tool/profiles.py
src/wechat_desktop_tool/py.typed
src/wechat_desktop_tool/recipes.py
src/wechat_desktop_tool/tool.py
src/wechat_desktop_tool/window_model.py
src/wechat_desktop_tool.egg-info/PKG-INFO
src/wechat_desktop_tool.egg-info/SOURCES.txt
src/wechat_desktop_tool.egg-info/dependency_links.txt
src/wechat_desktop_tool.egg-info/entry_points.txt
src/wechat_desktop_tool.egg-info/requires.txt
src/wechat_desktop_tool.egg-info/top_level.txt
src/wechat_desktop_tool/examples/__init__.py
src/wechat_desktop_tool/examples/wechat_smoke.py
src/wechat_desktop_tool/examples/wechat_window_inspect.py
src/wechat_desktop_tool/profiles/wechat-macos.toml
src/wechat_desktop_tool/skills/wechat-use/SKILL.md
src/wechat_desktop_tool/skills/wechat-use/manifest.json
src/wechat_desktop_tool/skills/wechat-use/agents/openai.yaml
src/wechat_desktop_tool/skills/wechat-use/references/operations.md
src/wechat_desktop_tool/skills/wechat-use/references/recovery.md
tests/test_agent_skill.py
tests/test_contact_target_contract.py
tests/test_package_boundary.py
tests/test_profiles.py
tests/test_tool.py