cleanup and rename provider to plugin

This commit is contained in:
2026-05-21 16:19:17 -07:00
parent 02d84f423e
commit e8913d1344
62 changed files with 553 additions and 165 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ from SYS.command_parsing import (
normalize_to_list as _normalize_to_list,
)
from SYS import pipeline as ctx
from ProviderCore.registry import get_plugin, get_plugin_for_url
from PluginCore.registry import get_plugin, get_plugin_for_url
_MATRIX_PENDING_ITEMS_KEY = "matrix_pending_items"
_MATRIX_PENDING_TEXT_KEY = "matrix_pending_text"