{ "$schema": "https://capsule-registry.pages.dev/schemas/install.v1.json", "files": [ { "from": "src/inference/__init__.py", "to": "__init__.py" }, { "from": "src/inference/core/__init__.py", "to": "core/__init__.py" }, { "from": "src/inference/core/config.py", "to": "core/config.py" }, { "from": "src/inference/core/registry.py", "to": "core/registry.py" }, { "from": "src/inference/core/types.py", "to": "core/types.py" }, { "from": "src/inference/server.py", "to": "server.py" }, { "from": "src/inference/services/__init__.py", "to": "services/__init__.py" }, { "from": "src/inference/services/asr_service.py", "to": "services/asr_service.py" }, { "from": "src/inference/services/avatar_service.py", "to": "services/avatar_service.py" }, { "from": "src/inference/services/llm_service.py", "to": "services/llm_service.py" }, { "from": "src/inference/services/rag_service.py", "to": "services/rag_service.py" }, { "from": "src/inference/services/tts_service.py", "to": "services/tts_service.py" }, { "from": "src/inference/services/voice_llm_service.py", "to": "services/voice_llm_service.py" }, { "from": "src/inference/plugins/__init__.py", "to": "plugins/__init__.py" }, { "from": "src/inference/plugins/base.py", "to": "plugins/base.py" } ], "env_required": [ "INFERENCE_CONFIG_PATH" ] }