.env.example
HISTORY.rst
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
agents/hello-world/README.md
agents/hello-world/README_cn.md
agents/hello-world/pyproject.toml
agents/hello-world/hello_world/__init__.py
agents/hello-world/hello_world/main.py
agents/hello-world/tests/test_hello_world.yml
agents/hello-world/tests/test_main.py
agents/minimax-t2a/pyproject.toml
agents/minimax-t2a/test_minimax_simple.py
agents/minimax-t2a/dora_minimax_t2a/__init__.py
agents/minimax-t2a/dora_minimax_t2a/config.py
agents/minimax-t2a/dora_minimax_t2a/main.py
agents/minimax-t2a/dora_minimax_t2a/minimax_client.py
agents/multi_parameters/.gitignore
agents/multi_parameters/README.md
agents/multi_parameters/pyproject.toml
agents/multi_parameters/agent/__init__.py
agents/multi_parameters/agent/call_sth.py
agents/multi_parameters/agent/main.py
agents/multi_parameters/agent/configs/agent.yml
agents/multi_parameters/tests/test_main.py
agents/multi_parameters/tests/test_multi_param.yml
agents/openai_chat_agent/.gitignore
agents/openai_chat_agent/README.md
agents/openai_chat_agent/pyproject.toml
agents/openai_chat_agent/agent/__init__.py
agents/openai_chat_agent/agent/main.py
agents/openai_chat_agent/agent/configs/agent.yml
agents/openai_chat_agent/openai_chat_agent/main.py
agents/openai_chat_agent/tests/test_main.py
agents/primespeech/.gitignore
agents/primespeech/CHANGES.md
agents/primespeech/INTEGRATION.md
agents/primespeech/README.md
agents/primespeech/custom
agents/primespeech/pyproject.toml
agents/primespeech/requirements_simple.txt
agents/primespeech/test_arios_primespeech.py
agents/primespeech/test_final_tts.py
agents/primespeech/uv.lock
agents/primespeech/dora_primespeech/__init__.py
agents/primespeech/dora_primespeech/config.py
agents/primespeech/dora_primespeech/main.py
agents/primespeech/dora_primespeech/model_manager.py
agents/primespeech/dora_primespeech/moyoyo_tts_wrapper_streaming_fix.py
agents/primespeech/dora_primespeech/moyoyo_tts/LangSegment_fix.py
agents/primespeech/dora_primespeech/moyoyo_tts/README.md
agents/primespeech/dora_primespeech/moyoyo_tts/__init__.py
agents/primespeech/dora_primespeech/moyoyo_tts/download.py
agents/primespeech/dora_primespeech/moyoyo_tts/export_torch_script.py
agents/primespeech/dora_primespeech/moyoyo_tts/inference_gui.py
agents/primespeech/dora_primespeech/moyoyo_tts/inference_webui.py
agents/primespeech/dora_primespeech/moyoyo_tts/inference_webui_fast.py
agents/primespeech/dora_primespeech/moyoyo_tts/onnx_export.py
agents/primespeech/dora_primespeech/moyoyo_tts/process_ckpt.py
agents/primespeech/dora_primespeech/moyoyo_tts/s1_train.py
agents/primespeech/dora_primespeech/moyoyo_tts/s2_train.py
agents/primespeech/dora_primespeech/moyoyo_tts/utils.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/__init__.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/data/__init__.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/data/bucket_sampler.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/data/data_module.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/data/dataset.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/models/__init__.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/models/t2s_lightning_module.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/models/t2s_lightning_module_onnx.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/models/t2s_model.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/models/t2s_model_onnx.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/models/utils.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/modules/__init__.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/modules/activation.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/modules/activation_onnx.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/modules/embedding.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/modules/embedding_onnx.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/modules/lr_schedulers.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/modules/optim.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/modules/patched_mha_with_cache.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/modules/patched_mha_with_cache_onnx.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/modules/scaling.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/modules/transformer.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/modules/transformer_onnx.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/text_processing/__init__.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/text_processing/phonemizer.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/text_processing/symbols.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/utils/__init__.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/utils/initialize.py
agents/primespeech/dora_primespeech/moyoyo_tts/AR/utils/io.py
agents/primespeech/dora_primespeech/moyoyo_tts/TTS_infer_pack/TTS.py
agents/primespeech/dora_primespeech/moyoyo_tts/TTS_infer_pack/TTS_mid.py
agents/primespeech/dora_primespeech/moyoyo_tts/TTS_infer_pack/TextPreprocessor.py
agents/primespeech/dora_primespeech/moyoyo_tts/TTS_infer_pack/__init__.py
agents/primespeech/dora_primespeech/moyoyo_tts/TTS_infer_pack/text_segmentation_method.py
agents/primespeech/dora_primespeech/moyoyo_tts/TTS_infer_pack/tts_infer_module.py
agents/primespeech/dora_primespeech/moyoyo_tts/configs/.gitignore
agents/primespeech/dora_primespeech/moyoyo_tts/configs/s2.json
agents/primespeech/dora_primespeech/moyoyo_tts/feature_extractor/__init__.py
agents/primespeech/dora_primespeech/moyoyo_tts/feature_extractor/cnhubert.py
agents/primespeech/dora_primespeech/moyoyo_tts/feature_extractor/whisper_enc.py
agents/primespeech/dora_primespeech/moyoyo_tts/module/__init__.py
agents/primespeech/dora_primespeech/moyoyo_tts/module/attentions.py
agents/primespeech/dora_primespeech/moyoyo_tts/module/attentions_onnx.py
agents/primespeech/dora_primespeech/moyoyo_tts/module/commons.py
agents/primespeech/dora_primespeech/moyoyo_tts/module/core_vq.py
agents/primespeech/dora_primespeech/moyoyo_tts/module/data_utils.py
agents/primespeech/dora_primespeech/moyoyo_tts/module/losses.py
agents/primespeech/dora_primespeech/moyoyo_tts/module/mel_processing.py
agents/primespeech/dora_primespeech/moyoyo_tts/module/models.py
agents/primespeech/dora_primespeech/moyoyo_tts/module/models_onnx.py
agents/primespeech/dora_primespeech/moyoyo_tts/module/modules.py
agents/primespeech/dora_primespeech/moyoyo_tts/module/mrte_model.py
agents/primespeech/dora_primespeech/moyoyo_tts/module/quantize.py
agents/primespeech/dora_primespeech/moyoyo_tts/module/transforms.py
agents/primespeech/dora_primespeech/moyoyo_tts/pretrained_models/.gitignore
agents/primespeech/dora_primespeech/moyoyo_tts/text/.gitignore
agents/primespeech/dora_primespeech/moyoyo_tts/text/__init__.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/cantonese.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/chinese.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/chinese2.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/cleaner.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/cmudict-fast.rep
agents/primespeech/dora_primespeech/moyoyo_tts/text/cmudict.rep
agents/primespeech/dora_primespeech/moyoyo_tts/text/engdict-hot.rep
agents/primespeech/dora_primespeech/moyoyo_tts/text/engdict_cache.pickle
agents/primespeech/dora_primespeech/moyoyo_tts/text/english.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/japanese.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/korean.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/namedict_cache.pickle
agents/primespeech/dora_primespeech/moyoyo_tts/text/opencpop-strict.txt
agents/primespeech/dora_primespeech/moyoyo_tts/text/symbols.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/symbols2.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/tone_sandhi.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/G2PWModel/MONOPHONIC_CHARS.txt
agents/primespeech/dora_primespeech/moyoyo_tts/text/G2PWModel/POLYPHONIC_CHARS.txt
agents/primespeech/dora_primespeech/moyoyo_tts/text/G2PWModel/__init__.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/G2PWModel/bopomofo_to_pinyin_wo_tune_dict.json
agents/primespeech/dora_primespeech/moyoyo_tts/text/G2PWModel/char_bopomofo_dict.json
agents/primespeech/dora_primespeech/moyoyo_tts/text/G2PWModel/config.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/G2PWModel/version
agents/primespeech/dora_primespeech/moyoyo_tts/text/g2pw/__init__.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/g2pw/dataset.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/g2pw/g2pw.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/g2pw/onnx_api.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/g2pw/polyphonic-fix.rep
agents/primespeech/dora_primespeech/moyoyo_tts/text/g2pw/polyphonic.pickle
agents/primespeech/dora_primespeech/moyoyo_tts/text/g2pw/polyphonic.rep
agents/primespeech/dora_primespeech/moyoyo_tts/text/g2pw/utils.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/ja_userdic/userdict.csv
agents/primespeech/dora_primespeech/moyoyo_tts/text/zh_normalization/README.md
agents/primespeech/dora_primespeech/moyoyo_tts/text/zh_normalization/__init__.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/zh_normalization/char_convert.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/zh_normalization/chronology.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/zh_normalization/constants.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/zh_normalization/num.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/zh_normalization/phonecode.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/zh_normalization/quantifier.py
agents/primespeech/dora_primespeech/moyoyo_tts/text/zh_normalization/text_normlization.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/__init__.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/cmd-denoise.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/my_utils.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/slice_audio.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/slicer2.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/subfix_webui.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/asr/__init__.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/asr/config.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/asr/fasterwhisper_asr.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/asr/funasr_asr.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/asr/models/.gitignore
agents/primespeech/dora_primespeech/moyoyo_tts/tools/denoise-model/.gitignore
agents/primespeech/dora_primespeech/moyoyo_tts/tools/i18n/__init__.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/i18n/i18n.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/i18n/scan_i18n.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/i18n/locale/en_US.json
agents/primespeech/dora_primespeech/moyoyo_tts/tools/i18n/locale/es_ES.json
agents/primespeech/dora_primespeech/moyoyo_tts/tools/i18n/locale/fr_FR.json
agents/primespeech/dora_primespeech/moyoyo_tts/tools/i18n/locale/it_IT.json
agents/primespeech/dora_primespeech/moyoyo_tts/tools/i18n/locale/ja_JP.json
agents/primespeech/dora_primespeech/moyoyo_tts/tools/i18n/locale/ko_KR.json
agents/primespeech/dora_primespeech/moyoyo_tts/tools/i18n/locale/pt_BR.json
agents/primespeech/dora_primespeech/moyoyo_tts/tools/i18n/locale/ru_RU.json
agents/primespeech/dora_primespeech/moyoyo_tts/tools/i18n/locale/tr_TR.json
agents/primespeech/dora_primespeech/moyoyo_tts/tools/i18n/locale/zh_CN.json
agents/primespeech/dora_primespeech/moyoyo_tts/tools/i18n/locale/zh_HK.json
agents/primespeech/dora_primespeech/moyoyo_tts/tools/i18n/locale/zh_SG.json
agents/primespeech/dora_primespeech/moyoyo_tts/tools/i18n/locale/zh_TW.json
agents/primespeech/dora_primespeech/moyoyo_tts/tools/uvr5/__init__.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/uvr5/bsroformer.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/uvr5/mdxnet.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/uvr5/vr.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/uvr5/webui.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/uvr5/bs_roformer/__init__.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/uvr5/bs_roformer/attend.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/uvr5/bs_roformer/bs_roformer.py
agents/primespeech/dora_primespeech/moyoyo_tts/tools/uvr5/uvr5_weights/.gitignore
agents/qwen_agent/.gitignore
agents/qwen_agent/README.md
agents/qwen_agent/pyproject.toml
agents/qwen_agent/qwen_agent/__init__.py
agents/qwen_agent/qwen_agent/main.py
agents/qwen_agent/qwen_agent/configs/agent.yml
agents/qwen_agent/tests/test_main.py
agents/script-segmenter/pyproject.toml
agents/script-segmenter/script_segmenter/__init__.py
agents/script-segmenter/script_segmenter/main.py
agents/terminal-input/README.md
agents/terminal-input/pyproject.toml
agents/terminal-input/terminal_input/__init__.py
agents/terminal-input/terminal_input/main.py
agents/terminal-input/tests/test.py
agents/viewer/pyproject.toml
agents/viewer/viewer/__init__.py
agents/viewer/viewer/main.py
agents/voice-output/pyproject.toml
agents/voice-output/voice_output/__init__.py
agents/voice-output/voice_output/main.py
flows/hello_world/.gitignore
flows/hello_world/README.md
flows/hello_world/hello_world_dataflow-graph.html
flows/hello_world/hello_world_dataflow.yml
flows/openai_chat_agent/openai_chat_dataflow.yml
flows/podcast-generator/.gitignore
flows/podcast-generator/README.md
flows/podcast-generator/dataflow-minimax-trio.yml
flows/podcast-generator/dataflow-minimax.yml
flows/podcast-generator/dataflow.yml
flows/podcast-generator/generate_podcast.sh
flows/podcast-generator/run_podcast.sh
flows/podcast-generator/script_segmenter.py
flows/podcast-generator/viewer.py
flows/podcast-generator/voice_output.py
flows/podcast-generator/scripts/agentcomp.md
flows/podcast-generator/scripts/crime_and_punishment.md
flows/podcast-generator/scripts/example_podcast.md
flows/podcast-generator/scripts/the_red_and_the_black.md
flows/qwen_chat_agent/qwen_chat_dataflow-graph.html
flows/qwen_chat_agent/qwen_chat_dataflow.yml
mofa/__init__.py
mofa/cli.py
mofa/agent-template/cookiecutter.json
mofa/agent-template/{{ cookiecutter.user_agent_dir }}/.gitignore
mofa/agent-template/{{ cookiecutter.user_agent_dir }}/README.md
mofa/agent-template/{{ cookiecutter.user_agent_dir }}/pyproject.toml
mofa/agent-template/{{ cookiecutter.user_agent_dir }}/tests/test_main.py
mofa/agent-template/{{ cookiecutter.user_agent_dir }}/{{ cookiecutter.agent_name }}/__init__.py
mofa/agent-template/{{ cookiecutter.user_agent_dir }}/{{ cookiecutter.agent_name }}/main.py
mofa/agent-template/{{ cookiecutter.user_agent_dir }}/{{ cookiecutter.agent_name }}/configs/agent.yml
mofa/agent_build/__init__.py
mofa/agent_build/base/__init__.py
mofa/agent_build/base/base_agent.py
mofa/commands/__init__.py
mofa/commands/config.py
mofa/commands/init.py
mofa/commands/run_flow.py
mofa/commands/search.py
mofa/commands/vibe.py
mofa/debug/__init__.py
mofa/debug/actor.py
mofa/debug/gen_reporter.py
mofa/debug/iteractive.py
mofa/debug/load_node.py
mofa/debug/parse_test_case.py
mofa/kernel/__init__.py
mofa/kernel/base.py
mofa/registry/__init__.py
mofa/registry/hub.py
mofa/utils/__init__.py
mofa/utils/ai/__init__.py
mofa/utils/ai/conn.py
mofa/utils/date/__init__.py
mofa/utils/date/util.py
mofa/utils/envs/__init__.py
mofa/utils/envs/util.py
mofa/utils/files/__init__.py
mofa/utils/files/delete.py
mofa/utils/files/dir.py
mofa/utils/files/read.py
mofa/utils/files/util.py
mofa/utils/files/write.py
mofa/utils/func/__init__.py
mofa/utils/func/util.py
mofa/utils/install_pkg/__init__.py
mofa/utils/install_pkg/load_task_weaver_result.py
mofa/utils/log/__init__.py
mofa/utils/log/agent.py
mofa/utils/log/autogen.py
mofa/utils/process/__init__.py
mofa/utils/process/util.py
mofa/utils/search/__init__.py
mofa/utils/search/util.py
mofa/utils/variable/__init__.py
mofa/utils/variable/util.py
mofa/vibe/__init__.py
mofa/vibe/debug_runner.py
mofa/vibe/engine.py
mofa/vibe/flow_generator.py
mofa/vibe/flow_scaffolder.py
mofa/vibe/llm_client.py
mofa/vibe/models.py
mofa/vibe/scaffolder.py
mofa/vibe/yolo_engine.py
mofa_core.egg-info/PKG-INFO
mofa_core.egg-info/SOURCES.txt
mofa_core.egg-info/dependency_links.txt
mofa_core.egg-info/entry_points.txt
mofa_core.egg-info/not-zip-safe
mofa_core.egg-info/requires.txt
mofa_core.egg-info/top_level.txt