bug fixes

This commit is contained in:
2026-01-18 23:21:00 +03:00
parent 76baeb1038
commit ec8d67c956
7 changed files with 34 additions and 34 deletions

View File

@@ -8,6 +8,7 @@ from fastapi import APIRouter, Depends
from ...core.plugin_base import PluginConfig
from ...dependencies import get_plugin_loader
from ...core.logger import belief_scope
router = APIRouter()