gitextract_dpkv5wrs/ ├── .gitignore ├── CONTRIBUTING.md ├── GETTING_STARTED.md ├── LICENSE ├── README.md ├── TMWebDriver.py ├── agent_loop.py ├── agentmain.py ├── assets/ │ ├── SETUP_FEISHU.md │ ├── agent_bbs.py │ ├── code_run_header.py │ ├── configure_mykey.py │ ├── global_mem_insight_template.txt │ ├── global_mem_insight_template_en.txt │ ├── insight_fixed_structure.txt │ ├── insight_fixed_structure_en.txt │ ├── install-macos-app.sh │ ├── install_python_windows.bat │ ├── sys_prompt.txt │ ├── sys_prompt_en.txt │ ├── tmwd_cdp_bridge/ │ │ ├── background.js │ │ ├── content.js │ │ ├── disable_dialogs.js │ │ ├── manifest.json │ │ ├── popup.html │ │ └── popup.js │ ├── tool_usable_history.json │ ├── tools_schema.json │ └── tools_schema_cn.json ├── frontends/ │ ├── DESKTOP_PET_README.md │ ├── btw_cmd.py │ ├── chatapp_common.py │ ├── continue_cmd.py │ ├── dcapp.py │ ├── desktop_pet.pyw │ ├── desktop_pet_v2.pyw │ ├── dingtalkapp.py │ ├── fsapp.py │ ├── genericagent_acp_bridge.py │ ├── qqapp.py │ ├── qtapp.py │ ├── skins/ │ │ ├── boy/ │ │ │ └── skin.json │ │ ├── dinosaur/ │ │ │ └── skin.json │ │ ├── doux/ │ │ │ └── skin.json │ │ ├── glube/ │ │ │ └── skin.json │ │ ├── line/ │ │ │ ├── License.txt │ │ │ └── skin.json │ │ ├── mort/ │ │ │ └── skin.json │ │ ├── tard/ │ │ │ └── skin.json │ │ └── vita/ │ │ └── skin.json │ ├── stapp.py │ ├── stapp2.py │ ├── tgapp.py │ ├── tuiapp.py │ ├── wechatapp.py │ └── wecomapp.py ├── ga.py ├── hub.pyw ├── launch.pyw ├── llmcore.py ├── memory/ │ ├── adb_ui.py │ ├── autonomous_operation_sop.md │ ├── goal_mode_sop.md │ ├── keychain.py │ ├── ljqCtrl.py │ ├── ljqCtrl_sop.md │ ├── memory_cleanup_sop.md │ ├── memory_management_sop.md │ ├── ocr_utils.py │ ├── plan_sop.md │ ├── procmem_scanner.py │ ├── procmem_scanner_sop.md │ ├── scheduled_task_sop.md │ ├── supervisor_sop.md │ ├── tmwebdriver_sop.md │ ├── ui_detect.py │ ├── vision_api.template.py │ ├── vision_sop.md │ ├── vue3_component_sop.md │ └── web_setup_sop.md ├── mykey_template.py ├── mykey_template_en.py ├── plugins/ │ └── langfuse_tracing.py ├── pyproject.toml ├── reflect/ │ ├── agent_team_worker.py │ ├── autonomous.py │ ├── goal_mode.py │ └── scheduler.py └── simphtml.py