gitextract_da1f91v4/ ├── LICENSE ├── README.md ├── browser.py ├── chatbot.py ├── common.py ├── config.py ├── config_logging.yaml ├── config_template.yaml ├── live_tools.py ├── main.py ├── openai_wrapper.py ├── pack_exe.bat ├── preset.py ├── presets/ │ ├── bf.yaml │ ├── catgirl.yaml │ ├── default.yaml │ └── simple.yaml ├── requirements.txt ├── test_cases.py ├── tools/ │ ├── tool_audio_transcript.py │ ├── tool_bing_search.py │ ├── tool_browse_link.py │ ├── tool_mahjong_agari.py │ ├── tool_text_to_image.py │ ├── tool_text_to_speech.py │ └── toolbase.py └── wcf_wrapper.py