mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
refine code. remove useless aio session, move lc parser to utils
This commit is contained in:
parent
e5b9633c62
commit
bcc29690e1
6 changed files with 36 additions and 96 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue