feat: 全面改用maim_message,移除对rest的支持

This commit is contained in:
tcmofashi
2025-04-25 13:35:51 +08:00
parent 1e75082141
commit 56c918d60e
16 changed files with 16 additions and 543 deletions

View File

@@ -1,7 +1,7 @@
# Programmable Friendly Conversationalist
# Prefrontal cortex
from typing import List, Optional, Dict, Any, Set
from ..message.message_base import UserInfo
from maim_message import UserInfo
import time
from dataclasses import dataclass, field
from src.common.logger import get_module_logger