Files
mai-bot/src/services/__init__.py
2026-03-11 14:49:37 +08:00

8 lines
203 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
"""
核心服务层
提供与具体插件系统无关的核心业务服务。
内部模块chat、memory 等)应直接使用此层,
而 plugin_system.apis 仅作为面向插件的薄包装。
"""