mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
refactor: update notations
This commit is contained in:
parent
ddd2d40ff3
commit
a996440d5e
2 changed files with 7 additions and 5 deletions
|
|
@ -5,7 +5,7 @@
|
|||
@Author : alexanderwu
|
||||
@File : memory.py
|
||||
@Modified By: mashenquan, 2023-11-1. According to Chapter 2.2.1 and 2.2.2 of RFC 116:
|
||||
Modify the new message distribution feature for message filtering.
|
||||
Updated the message filtering logic.
|
||||
"""
|
||||
from collections import defaultdict
|
||||
from typing import Iterable, Set
|
||||
|
|
|
|||
|
|
@ -4,10 +4,12 @@
|
|||
@Time : 2023/5/11 14:43
|
||||
@Author : alexanderwu
|
||||
@File : engineer.py
|
||||
@Modified By: mashenquan, 2023-11-1. Optimization:
|
||||
1. Consolidate message reception and processing logic within `_observe`.
|
||||
2. Fix bug: Add logic for handling asynchronous message processing when messages are not ready.
|
||||
3. Supplemented the external transmission of internal messages.
|
||||
@Modified By: mashenquan, 2023-11-1. In accordance with Chapter 2.2.1 and 2.2.2 of RFC 116:
|
||||
1. Modify the data type of the `cause_by` value in the `Message` to a string, and utilize the new message
|
||||
distribution feature for message filtering.
|
||||
2. Consolidate message reception and processing logic within `_observe`.
|
||||
3. Fix bug: Add logic for handling asynchronous message processing when messages are not ready.
|
||||
4. Supplemented the external transmission of internal messages.
|
||||
"""
|
||||
import asyncio
|
||||
import shutil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue