refine code. remove useless aio session, move lc parser to utils

This commit is contained in:
geekan 2023-07-04 23:50:08 +08:00
parent e5b9633c62
commit bcc29690e1
6 changed files with 36 additions and 96 deletions

View file

@ -7,12 +7,11 @@
"""
from __future__ import annotations
from dataclasses import dataclass, field
from typing import Optional, Type, TypedDict
from typing import Type, TypedDict
from metagpt.logs import logger
# from pydantic import BaseModel
# from metagpt.actions import Action
class RawMessage(TypedDict):