{ "$schema": "https://capsule-registry.pages.dev/schemas/install.v1.json", "files": [ { "from": "src/inference/plugins/llm/__init__.py", "to": "plugins/llm/__init__.py" }, { "from": "src/inference/plugins/llm/base.py", "to": "plugins/llm/base.py" }, { "from": "src/inference/plugins/llm/openai_plugin.py", "to": "plugins/llm/openai_plugin.py" }, { "from": "src/inference/plugins/llm/qwen_plugin.py", "to": "plugins/llm/qwen_plugin.py" }, { "from": "src/inference/plugins/qwen_endpoint.py", "to": "plugins/qwen_endpoint.py" } ], "env_required": [] }