update: 修改模块结构

This commit is contained in:
taylor
2024-10-12 17:19:46 +08:00
parent 679f929b00
commit dd6e5106ce
2 changed files with 12 additions and 5 deletions

View File

@@ -1,9 +1,16 @@
import asyncio
import json
import os
import re
from typing import Type
from datetime import datetime
from maubot import Plugin
from maubot.handlers import event
from mautrix.types import EventType, MessageType, MessageEvent, RelationType, TextMessageEventContent, Format
from typing import Type, Deque, Dict, Generator
from mautrix.client import Client
from collections import deque, defaultdict
from maubot.handlers import command, event
from maubot import Plugin, MessageEvent
from mautrix.errors import MNotFound, MatrixRequestError
from mautrix.types import Format, TextMessageEventContent, EventType, RoomID, UserID, MessageType, RelationType, EncryptedEvent
from mautrix.util import markdown
from mautrix.util.config import BaseProxyConfig, ConfigUpdateHelper

View File

@@ -1,5 +1,5 @@
maubot: 0.1.0
id: org.taylorxie.llmplus
id: cn.tayxie.llmplus
version: 1.0.0
license: MIT
modules: